=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Attic/Imakefile,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- OpenXM_contrib2/asir2000/Attic/Imakefile 2000/12/26 05:17:46 1.15 +++ OpenXM_contrib2/asir2000/Attic/Imakefile 2001/12/25 02:37:21 1.17 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM$ + * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.16 2001/04/20 10:34:41 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 @@ -54,12 +54,16 @@ PLLIB = plot/libplot.a PLLIB = #endif +#if defined(cygwinArchitecture) +PROGRAMS = asir.exe +#else PROGRAMS = asir +#endif 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 +145,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)