=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Attic/Imakefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- OpenXM_contrib2/asir2000/Attic/Imakefile 2000/12/26 05:17:46 1.15 +++ OpenXM_contrib2/asir2000/Attic/Imakefile 2001/04/20 10:34:41 1.16 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM$ + * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.15 2000/12/26 05:17:46 noro Exp $ */ #define RISA_TOP_DIR #include "include/Risa.tmpl" @@ -41,7 +41,7 @@ DEPLIBS = #endif PLIB = parse/libparse.a -GLIB = gc/libasir-gc.a +GLIB = gc5.3/libasir-gc.a ELIB = engine/libca.a FLIB=fft/libdft.a ALIB = asm/libasm.a @@ -59,7 +59,7 @@ PROGRAMS = asir TOBJ = parse/main.o $(FOBJ) UOBJ = parse/umain.o $(FOBJ) -SUBDIRS = engine fft asm gc parse builtin io plot lib include +SUBDIRS = engine fft asm gc5.3 parse builtin io plot lib include LIBS0 = $(BLIB) $(PLIB) $(IOLIB) $(PLLIB) $(ELIB) $(FLIB) $(ALIB) LIBS = $(LIBS0) $(GLIB) @@ -141,7 +141,7 @@ install-doc:: install-include:: (cd include; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) (cd parse; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) - (cd gc; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) + (cd gc5.3; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include) clean:: $(RM) -r libtmp $(LIBRARIES)