Annotation of OpenXM_contrib2/asir2000/plot/Imakefile, Revision 1.3
1.2 noro 1: /*
2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
3: * All rights reserved.
4: *
1.3 ! takayama 5: * $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.2 2000/08/22 01:30:27 noro Exp $
1.2 noro 6: */
1.1 noro 7: #include "../include/Risa.tmpl"
8:
9: #ifdef USE_PLOT
1.3 ! takayama 10: SRCS = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c ox_plot_xevent.c smoothing.c
! 11: OBJS = calc.o if.o plotp.o plotg.o ox_plot.o plotf.o ox_plot_xevent.o smoothing.o
1.1 noro 12:
13: AllTarget(libplot.a)
14: NormalLibraryTarget(plot,$(OBJS))
15:
16: $(OBJS) plotf.o dummy.o unixplot.o: $(TOP)/include/Risa.tmpl
17: #else
18: AllTarget()
19: #endif
20:
21: DependTarget()
22:
23: #if defined(MipsArchitecture)
24: unixplot.o:
25: cc -O2 -c $(ALLDEFINES) $*.c
26: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>