[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.1.1.1 (vendor branch), Fri Dec 3 07:39:12 1999 UTC (24 years, 6 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines

Imported asir2000 as OpenXM_contrib2/asir2000.

/* $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.1.1.1 1999/12/03 07:39:12 noro 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 
OBJS = calc.o if.o plotp.o plotg.o ox_plot.o plotf.o ox_plot_xevent.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