[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

File: [local] / OpenXM_contrib2 / asir2000 / plot / Attic / Imakefile (download)

Revision 1.3, Sun Oct 15 06:56:52 2000 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.2: +3 -3 lines

An algorithm to find curves in bitmap image is implemented.
It is used to output PostScript files.
There still remain some bugs on user interfaces and treatment of color.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.3 2000/10/15 06:56:52 takayama Exp $
 */
#include "../include/Risa.tmpl"

#ifdef USE_PLOT
SRCS = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c ox_plot_xevent.c smoothing.c
OBJS = calc.o if.o plotp.o plotg.o ox_plot.o plotf.o ox_plot_xevent.o smoothing.o

AllTarget(libplot.a)
NormalLibraryTarget(plot,$(OBJS))

$(OBJS) plotf.o dummy.o unixplot.o: $(TOP)/include/Risa.tmpl
#else
AllTarget()
#endif

DependTarget()

#if defined(MipsArchitecture)
unixplot.o:
	cc -O2 -c $(ALLDEFINES) $*.c
#endif