[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/Attic/Imakefile between version 1.2 and 1.3

version 1.2, 2000/08/22 01:30:27 version 1.3, 2000/10/15 06:56:52
Line 2 
Line 2 
  * 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))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>