=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.23 retrieving revision 1.33 diff -u -p -r1.23 -r1.33 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2001/06/04 02:49:46 1.23 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2002/07/24 09:52:10 1.33 @@ -2,11 +2,11 @@ * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED * All rights reserved. * - * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.22 2001/03/19 04:17:39 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.32 2001/12/25 08:59:48 noro Exp $ */ #include "config.h" -/* #define USE_GCC */ +#define USE_GCC /* #define USE_MPI */ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ @@ -14,6 +14,10 @@ /* #undef OpenXM_HOME */ /* #define USE_INTERVAL */ +#if defined(cygwinArchitecture) +INSTALL=/bin/install +#endif + #if defined(LinuxArchitecture) #if LinuxCLibMajorVersion >= 6 || \ (LinuxCLibMajorVersion == 5 && LinuxCLibMinorVersion == 99) @@ -48,14 +52,14 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O +CDEBUGFLAGS= -g -O #if defined(SunArchitecture) #if SystemV4 #if defined(SparcArchitecture) -CDEBUGFLAGS= -O -mv8 +CDEBUGFLAGS= -g -O -mv8 #else -CDEBUGFLAGS= -O +CDEBUGFLAGS= -g -O #endif CCOPTIONS = -DSYSV -DSVR4 AR=/usr/ccs/bin/ar cqs @@ -94,13 +98,17 @@ PARIFLAGS = -DLONG_IS_32BIT CCOPTIONS = #endif +#if defined(AIXArchitecture) +CC = cc -qchars=signed +#endif + #ifdef USE_PARI PARI=1 PARIINC = $(ROOTDIR)/include/pari #if defined(OpenXM_HOME) -PARILIB = $(ROOTDIR)/lib/libpari.a +PARILIB = $(ROOTDIR)/lib/lib$(LIBPARI).a #else -PARILIB = -L/usr/local/lib -lpari +PARILIB = -L/usr/local/lib -l$(LIBPARI) #endif #else PARI=0 @@ -162,5 +170,5 @@ INTERVALDEF = -DINTERVAL INTERVALDEF = #endif -INCLUDES= -I$(TOP)/include -I$(TOP)/parse -I$(TOP)/io -I$(PARIINC) -I$(MPIINC) +INCLUDES= -I$(TOP)/include -I$(TOP)/parse -I$(TOP)/io -I$(TOP)/gc/include -I$(PARIINC) -I$(MPIINC) DEFINES= $(INTERVALDEF) -DINET=$(INET) -DPARI=$(PARI) -DLAPACK=$(LAPACK) -DDO_PLOT=$(DO_PLOT) -DUSE_FLOAT=$(USE_FLOAT) $(PARIFLAGS) -DHMEXT -DMPI=$(MPI) -DFEP=$(FEP) $(LINUX_EXTRA_DEFINES)