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

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile-gc6 between version 1.1 and 1.2

version 1.1, 2002/07/24 09:52:10 version 1.2, 2002/07/24 10:04:50
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: OpenXM_contrib2/asir2000/Imakefile-gc6,v 1.1 2002/07/24 09:52:10 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): libs/libgc.a parse/gc_risa.o  $(GLIB): parse/gc_risa.o
         ( 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.1  
changed lines
  Added in v.1.2

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