version 1.2, 2000/08/22 01:30:27 |
version 1.3, 2000/10/15 06:56:52 |
|
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* All rights reserved. |
* All rights reserved. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.1.1.1 1999/12/03 07:39:12 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/plot/Imakefile,v 1.2 2000/08/22 01:30:27 noro Exp $ |
*/ |
*/ |
#include "../include/Risa.tmpl" |
#include "../include/Risa.tmpl" |
|
|
#ifdef USE_PLOT |
#ifdef USE_PLOT |
SRCS = calc.c if.c plotp.c plotg.c ox_plot.c plotf.c ox_plot_xevent.c |
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 |
OBJS = calc.o if.o plotp.o plotg.o ox_plot.o plotf.o ox_plot_xevent.o smoothing.o |
|
|
AllTarget(libplot.a) |
AllTarget(libplot.a) |
NormalLibraryTarget(plot,$(OBJS)) |
NormalLibraryTarget(plot,$(OBJS)) |