=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/Attic/Imakefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2000/08/22 01:22:32 1.3 +++ OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2001/06/15 07:56:06 1.5 @@ -1,4 +1,9 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.2 2000/03/10 03:05:05 noro Exp $ */ +/* + * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED + * All rights reserved. + * + * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.4 2000/08/22 01:30:27 noro Exp $ + */ #include "../include/Risa.tmpl" SRCS = glob.c parser.c kwd.c parse.y lex.c debug.c\ @@ -14,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