[BACK]Return to Risa.tmpl CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl between version 1.8 and 1.13

version 1.8, 2000/03/14 06:30:34 version 1.13, 2000/12/05 01:24:53
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.7 2000/03/10 03:05:01 noro Exp $ */  /*
    * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
    * All rights reserved.
    *
    * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.12 2000/08/22 01:30:25 noro Exp $
   */
 #include "config.h"  #include "config.h"
   
 #define USE_GCC  #define USE_GCC
 #define USE_INET  
 /* #define USE_MPI */  /* #define USE_MPI */
 /* #define USE_FFT_FLOAT */  /* #define USE_FFT_FLOAT */
 /* #define USE_LAPACK */  /* #define USE_LAPACK */
Line 12 
Line 16 
     (LinuxCLibMajorVersion == 5 && LinuxCLibMinorVersion == 99)      (LinuxCLibMajorVersion == 5 && LinuxCLibMinorVersion == 99)
 STD_CPP_DEFINES = -traditional -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES)  STD_CPP_DEFINES = -traditional -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES)
 STD_DEFINES = -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES)  STD_DEFINES = -Dlinux -D_BSD_SOURCE $(PROJECT_DEFINES)
   #if 0
   EXTRA_LDOPTIONS=-static
 #endif  #endif
 #endif  #endif
   #endif
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture)
 #undef USE_GCC  #undef USE_GCC
Line 38  CC= gcc
Line 45  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O6  CDEBUGFLAGS= -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
 #if defined(SparcArchitecture)  #if defined(SparcArchitecture)
 CDEBUGFLAGS= -O6 -mv8  CDEBUGFLAGS= -O -mv8
 #else  #else
 CDEBUGFLAGS= -O6  CDEBUGFLAGS= -O
 #endif  #endif
 CCOPTIONS = -DSYSV -DSVR4  CCOPTIONS = -DSYSV -DSVR4
 AR=/usr/ccs/bin/ar cqs  AR=/usr/ccs/bin/ar cqs
Line 89  PARIINC = .
Line 96  PARIINC = .
 PARILIB =  PARILIB =
 #endif  #endif
   
 #ifdef USE_INET  
 INET=1  
 #else  
 INET=0  
 #endif  
   
 #ifdef USE_LAPACK  #ifdef USE_LAPACK
 LAPACK=1  LAPACK=1
 LAPACKLIB = -llapack -lblas -lI77 -lF77  LAPACKLIB = -llapack -lblas -lI77 -lF77
Line 130  MPIINC=.
Line 131  MPIINC=.
 #endif  #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$(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) -DHMEXT -DMPI=$(MPI) $(LINUX_EXTRA_DEFINES)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.13

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