=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl,v retrieving revision 1.4 retrieving revision 1.14 diff -u -p -r1.4 -r1.14 --- OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/02/08 04:47:10 1.4 +++ OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl 2000/12/21 02:44:16 1.14 @@ -1,8 +1,12 @@ -/* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.3 2000/02/04 09:27:32 noro Exp $ */ +/* + * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED + * All rights reserved. + * + * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.13 2000/12/05 01:24:53 noro Exp $ +*/ #include "config.h" #define USE_GCC -#define USE_INET /* #define USE_MPI */ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ @@ -12,8 +16,11 @@ (LinuxCLibMajorVersion == 5 && LinuxCLibMinorVersion == 99) STD_CPP_DEFINES = -traditional -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES) STD_DEFINES = -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES) +#if 0 +EXTRA_LDOPTIONS=-static #endif #endif +#endif #if defined(AlphaArchitecture) #undef USE_GCC @@ -29,6 +36,8 @@ ROOTDIR=/usr/local ASIR_BINDIR=$(ROOTDIR)/bin ASIR_LIBDIR=$(ROOTDIR)/lib/asir +ASIR_INCDIR=$(ROOTDIR)/include/asir +GC_INCDIR=$(ROOTDIR)/include/gc #if defined(USE_GCC) CC= gcc @@ -36,12 +45,19 @@ CC= gcc CC= cc #endif -CDEBUGFLAGS= -O6 +CDEBUGFLAGS= -O -#if defined(SparcArchitecture) +#if defined(SunArchitecture) #if SystemV4 -CDEBUGFLAGS= -O6 -mv8 +#if defined(SparcArchitecture) +CDEBUGFLAGS= -O -mv8 +#else +CDEBUGFLAGS= -O +#endif +CCOPTIONS = -DSYSV -DSVR4 AR=/usr/ccs/bin/ar cqs +/* ranlib is dummy on Solaris 2. */ +RANLIB=/usr/ccs/bin/ranlib #endif #if !SystemV4 #if defined(USE_GCC) @@ -80,12 +96,6 @@ PARIINC = . PARILIB = #endif -#ifdef USE_INET -INET=1 -#else -INET=0 -#endif - #ifdef USE_LAPACK LAPACK=1 LAPACKLIB = -llapack -lblas -lI77 -lF77 @@ -121,4 +131,4 @@ MPIINC=. #endif INCLUDES= -I$(TOP)/include -I$(TOP)/parse -I$(TOP)/io -I$(PARIINC) -I$(MPIINC) -DEFINES= -DINET=$(INET) -DPARI=$(PARI) -DLAPACK=$(LAPACK) -DDO_PLOT=$(DO_PLOT) -DUSE_FLOAT=$(USE_FLOAT) $(PARIFLAGS) -DHMEXT -DMPI=$(MPI) $(LINUX_EXTRA_DEFINES) +DEFINES= -DPARI=$(PARI) -DLAPACK=$(LAPACK) -DDO_PLOT=$(DO_PLOT) -DUSE_FLOAT=$(USE_FLOAT) $(PARIFLAGS) -DMPI=$(MPI) $(LINUX_EXTRA_DEFINES)