=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Attic/Imakefile,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- OpenXM_contrib2/asir2000/Attic/Imakefile 2002/07/26 10:34:25 1.22 +++ OpenXM_contrib2/asir2000/Attic/Imakefile 2002/10/03 08:13:30 1.23 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * 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 #include "include/Risa.tmpl" @@ -100,7 +100,10 @@ $(LIBASIR): $(LIBS0) ( cd libtmp; $(AR) ../$@ *.o ) $(RANLIB) $@ -$(GLIB): parse/gc_risa.o +gc: + ( cd gc; make) + +$(GLIB): parse/gc_risa.o gc ( cd gc; make) -rm gc/libasir-gc.a cp gc/.libs/libgc.a $(GLIB)