=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.15 retrieving revision 1.20 diff -u -p -r1.15 -r1.20 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/12/22 10:03:29 1.15 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/03/19 01:26:35 1.20 @@ -2,7 +2,7 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.14 2000/12/21 02:44:16 murao Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.19 2000/12/26 05:17:46 noro Exp $ */ #include "config.h" @@ -11,6 +11,8 @@ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ /* #define USE_FEP */ +/* #undef OpenXM_HOME */ +#define USE_INTERVAL #if defined(LinuxArchitecture) #if LinuxCLibMajorVersion >= 6 || \ @@ -46,7 +48,7 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O2 +CDEBUGFLAGS= -O #if defined(SunArchitecture) #if SystemV4 @@ -90,10 +92,11 @@ PARIFLAGS = -DLONG_IS_32BIT #ifdef USE_PARI PARI=1 PARIINC = $(ROOTDIR)/include/pari -/* +#if defined(OpenXM_HOME) PARILIB = $(ROOTDIR)/lib/libpari.a -*/ +#else PARILIB = -L/usr/local/lib -lpari +#endif #else PARI=0 PARIINC = . @@ -132,7 +135,11 @@ MPIINC=. #ifdef USE_FEP FEP=1 +#if defined(OpenXM_HOME) +FEPLIB= $(ROOTDIR)/lib/libreadline.a +#else FEPLIB = -lreadline -ltermcap +#endif #else FEP=0 FEPLIB =