=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Attic/Imakefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/asir2000/engine/Attic/Imakefile 2000/12/22 10:03:28 1.4 +++ OpenXM_contrib2/asir2000/engine/Attic/Imakefile 2001/03/13 01:10:25 1.5 @@ -2,13 +2,13 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.3 2000/08/22 01:30:23 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.4 2000/12/22 10:03:28 saito Exp $ */ #include "../include/Risa.tmpl" TSRC = init.c mat.c vect.c str.c dist.c distm.c _distm.c ui.c NSRC = N.c Q.c QM.c real.c bf.c cplx.c num.c pari.c mi.c lmi.c mt19937.c -PSRC = P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c gf2n.c gfpn.c +PSRC = P.c PM.c PD.c PDM.c up.c up_lm.c up_gf2n.c up2.c gf2n.c gfpn.c gfs.c PUSRC = PU.c PUM.c RSRC = R.c RU.c FSRC = F.c @@ -20,7 +20,7 @@ SRCS = $(TSRC) $(NSRC) $(PSRC) $(PUSRC) $(RSRC) $(FSRC TOBJ = init.o mat.o vect.o str.o dist.o distm.o _distm.o ui.o NOBJ = N.o Q.o QM.o real.o bf.o cplx.o num.o pari.o mi.o lmi.o mt19937.o -POBJ = P.o PM.o PD.o PDM.o up.o up_lm.o up_gf2n.o up2.o gf2n.o gfpn.o +POBJ = P.o PM.o PD.o PDM.o up.o up_lm.o up_gf2n.o up2.o gf2n.o gfpn.o gfs.o PUOBJ = PU.o PUM.o ROBJ = R.o RU.o FOBJ = F.o