=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Attic/Imakefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- OpenXM_contrib2/asir2000/engine/Attic/Imakefile 2001/09/03 01:04:26 1.7 +++ OpenXM_contrib2/asir2000/engine/Attic/Imakefile 2002/09/27 08:40:49 1.8 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.6 2001/06/20 09:30:33 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.7 2001/09/03 01:04:26 noro Exp $ */ #include "../include/Risa.tmpl" @@ -12,7 +12,7 @@ PSRC = P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2. PUSRC = PU.c PUM.c RSRC = R.c RU.c FSRC = F.c -HSRC = D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c +HSRC = D.c E.c Ebug.c EZ.c H.c M.c NEZ.c Mgfs.c Hgfs.c Fgfs.c OSRC = C.c A.c alg.c ISRC = p-itv.c f-itv.c d-itv.c pari-mp.c @@ -24,7 +24,7 @@ POBJ = P.o PM.o PD.o PDM.o up.o up_lm.o up_gf2n.o up2. PUOBJ = PU.o PUM.o ROBJ = R.o RU.o FOBJ = F.o -HOBJ = D.o E.o Ebug.o EZ.o H.o M.o NEZ.o Mgfs.o Hgfs.o +HOBJ = D.o E.o Ebug.o EZ.o H.o M.o NEZ.o Mgfs.o Hgfs.o Fgfs.o OOBJ = C.o A.o alg.o IOBJ = p-itv.o f-itv.o d-itv.o pari-mp.o