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

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile between version 1.22 and 1.23

version 1.22, 2002/07/26 10:34:25 version 1.23, 2002/10/03 08:13:30
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.21 2002/07/26 00:33:01 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.22 2002/07/26 10:34:25 noro Exp $
  */   */
 #define RISA_TOP_DIR  #define RISA_TOP_DIR
 #include "include/Risa.tmpl"  #include "include/Risa.tmpl"
Line 100  $(LIBASIR): $(LIBS0)
Line 100  $(LIBASIR): $(LIBS0)
         ( cd libtmp; $(AR) ../$@ *.o )          ( cd libtmp; $(AR) ../$@ *.o )
         $(RANLIB) $@          $(RANLIB) $@
   
 $(GLIB): parse/gc_risa.o  gc:
           ( cd gc; make)
   
   $(GLIB): parse/gc_risa.o gc
         ( cd gc; make)          ( cd gc; make)
         -rm gc/libasir-gc.a          -rm gc/libasir-gc.a
         cp gc/.libs/libgc.a $(GLIB)          cp gc/.libs/libgc.a $(GLIB)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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