Annotation of OpenXM_contrib2/asir2000/plot/Imakefile, Revision 1.2
1.2 ! noro 1: /*
! 2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
! 3: * All rights reserved.
! 4: *
! 5: * $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $
! 6: */
1.1 noro 7: #include "../include/Risa.tmpl"
8:
9: #ifdef USE_PLOT
10: SRCS = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c ox_plot_xevent.c
11: OBJS = calc.o if.o plotp.o plotg.o ox_plot.o plotf.o ox_plot_xevent.o
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>