=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/Attic/Imakefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2001/06/15 07:56:06 1.5 +++ OpenXM_contrib2/asir2000/parse/Attic/Imakefile 2001/08/20 09:03:27 1.6 @@ -2,17 +2,19 @@ * 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 $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.5 2001/06/15 07:56:06 noro Exp $ */ #include "../include/Risa.tmpl" SRCS = glob.c parser.c kwd.c parse.y lex.c debug.c\ eval.c arith.c function.c load.c util.c\ - pvar.c struct.c puref.c comp.c main.c xdeb.c evall.c + pvar.c struct.c puref.c comp.c main.c xdeb.c evall.c\ + quote.c OBJS = glob.o parser.o kwd.o y.tab.o lex.o debug.o\ eval.o arith.o function.o load.o util.o\ - pvar.o struct.o puref.o comp.o xdeb.o evall.o + pvar.o struct.o puref.o comp.o xdeb.o evall.o\ + quote.o HEADERS = comp.h cpp.h parse.h w_stdio.h