version 1.1, 1999/12/03 07:39:07 |
version 1.3, 2000/08/22 01:30:23 |
|
|
/* $OpenXM: OpenXM/src/asir99/engine/Imakefile,v 1.1.1.1 1999/11/10 08:12:26 noro Exp $ */ |
/* |
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
|
* All rights reserved. |
|
* |
|
* $OpenXM: OpenXM_contrib2/asir2000/engine/Imakefile,v 1.2 2000/07/13 05:09:00 noro Exp $ |
|
*/ |
#include "../include/Risa.tmpl" |
#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 |
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 |
PUSRC = PU.c PUM.c |
PUSRC = PU.c PUM.c |
Line 12 OSRC = C.c A.c alg.c |
|
Line 17 OSRC = C.c A.c alg.c |
|
|
|
SRCS = $(TSRC) $(NSRC) $(PSRC) $(PUSRC) $(RSRC) $(FSRC) $(HSRC) $(OSRC) |
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 |
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 |
PUOBJ = PU.o PUM.o |
PUOBJ = PU.o PUM.o |