[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.2, Tue Aug 22 01:30:27 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.1: +6 -1 lines

Added a short copyright notice to Imakefiles.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.2 2000/08/22 01:30:27 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