=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Attic/Imakefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/engine/Attic/Imakefile 1999/12/03 07:39:07 1.1 +++ OpenXM_contrib2/asir2000/engine/Attic/Imakefile 2000/07/13 05:09:00 1.2 @@ -1,7 +1,7 @@ -/* $OpenXM: OpenXM/src/asir99/engine/Imakefile,v 1.1.1.1 1999/11/10 08:12:26 noro Exp $ */ +/* $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.1.1.1 1999/12/03 07:39:07 noro Exp $ */ #include "../include/Risa.tmpl" -TSRC = init.c mat.c vect.c str.c dist.c distm.c ui.c +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 PUSRC = PU.c PUM.c @@ -12,7 +12,7 @@ OSRC = C.c A.c alg.c SRCS = $(TSRC) $(NSRC) $(PSRC) $(PUSRC) $(RSRC) $(FSRC) $(HSRC) $(OSRC) -TOBJ = init.o mat.o vect.o str.o dist.o distm.o ui.o +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 PUOBJ = PU.o PUM.o