=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Attic/Imakefile,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- OpenXM_contrib2/asir2000/Attic/Imakefile 2002/07/26 00:33:01 1.21 +++ 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.20 2002/07/25 04:47:40 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,8 +100,11 @@ $(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) ar q $(GLIB) parse/gc_risa.o @@ -165,7 +168,10 @@ install-doc:: install-include:: (cd include; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) (cd parse; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) - (cd gc5.3; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) + MakeDir($(GC_INCDIR)) + -$(CP) gc/include//**/*.h $(GC_INCDIR) + MakeDir($(GC_INCDIR)/private) + -$(CP) gc/include/private//**/*.h $(GC_INCDIR)/private clean:: $(RM) -r libtmp $(LIBRARIES)