=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/Attic/Imakefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2000/08/22 01:30:27 1.4 +++ OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2001/06/15 07:56:06 1.5 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.3 2000/08/22 01:22:32 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.4 2000/08/22 01:30:27 noro Exp $ */ #include "../include/Risa.tmpl" @@ -19,7 +19,12 @@ HEADERS = comp.h cpp.h parse.h w_stdio.h AllTarget(y.tab.c libparse.a main.o umain.o) NormalLibraryTarget(parse,$(OBJS)) DependTarget() +#if 0 SpecialObjectRule(load.o,NullParameter,-DASIR_LIBDIR=\"$(ASIR_LIBDIR)\") +#else +load.o: load.c + $(CC) -c $(CFLAGS) -DASIR_LIBDIR=\"$(ASIR_LIBDIR)\" $*.c +#endif y.tab.h y.tab.c: parse.y yacc -d parse.y