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

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile between version 1.16 and 1.17

version 1.16, 2001/04/20 10:34:41 version 1.17, 2001/12/25 02:37:21
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/Imakefile,v 1.15 2000/12/26 05:17:46 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.16 2001/04/20 10:34:41 noro Exp $
  */   */
 #define RISA_TOP_DIR  #define RISA_TOP_DIR
 #include "include/Risa.tmpl"  #include "include/Risa.tmpl"
Line 54  PLLIB = plot/libplot.a
Line 54  PLLIB = plot/libplot.a
 PLLIB =  PLLIB =
 #endif  #endif
   
   #if defined(cygwinArchitecture)
   PROGRAMS = asir.exe
   #else
 PROGRAMS = asir  PROGRAMS = asir
   #endif
   
 TOBJ = parse/main.o $(FOBJ)  TOBJ = parse/main.o $(FOBJ)
 UOBJ = parse/umain.o $(FOBJ)  UOBJ = parse/umain.o $(FOBJ)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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