[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Diff for /OpenXM_contrib2/asir2000/engine/Attic/Imakefile between version 1.6 and 1.7

version 1.6, 2001/06/20 09:30:33 version 1.7, 2001/09/03 01:04:26
Line 2 
Line 2 
  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED   * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
  * All rights reserved.   * All rights reserved.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.5 2001/03/13 01:10:25 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.6 2001/06/20 09:30:33 noro Exp $
  */   */
 #include "../include/Risa.tmpl"  #include "../include/Risa.tmpl"
   
 TSRC = init.c mat.c vect.c str.c dist.c distm.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  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 gfs.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 gfspn.c
 PUSRC = PU.c PUM.c  PUSRC = PU.c PUM.c
 RSRC = R.c RU.c  RSRC = R.c RU.c
 FSRC = F.c  FSRC = F.c
Line 20  SRCS = $(TSRC) $(NSRC) $(PSRC) $(PUSRC) $(RSRC) $(FSRC
Line 20  SRCS = $(TSRC) $(NSRC) $(PSRC) $(PUSRC) $(RSRC) $(FSRC
   
 TOBJ = init.o mat.o vect.o str.o dist.o distm.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  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 gfs.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 gfspn.o
 PUOBJ = PU.o PUM.o  PUOBJ = PU.o PUM.o
 ROBJ = R.o RU.o  ROBJ = R.o RU.o
 FOBJ = F.o  FOBJ = F.o

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>