[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.18 and 1.31

version 1.18, 2000/12/24 06:32:30 version 1.31, 2001/12/25 02:39:03
Line 2 
Line 2 
  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED   * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
  * All rights reserved.   * All rights reserved.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.17 2000/12/23 08:44:36 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.30 2001/10/30 01:09:46 noro Exp $
 */  */
 #include "config.h"  #include "config.h"
   
Line 12 
Line 12 
 /* #define USE_LAPACK */  /* #define USE_LAPACK */
 /* #define USE_FEP */  /* #define USE_FEP */
 /* #undef OpenXM_HOME */  /* #undef OpenXM_HOME */
   /* #define USE_INTERVAL */
   
 #if defined(LinuxArchitecture)  #if defined(LinuxArchitecture)
 #if LinuxCLibMajorVersion >= 6 || \  #if LinuxCLibMajorVersion >= 6 || \
Line 24  EXTRA_LDOPTIONS=-static
Line 25  EXTRA_LDOPTIONS=-static
 #endif  #endif
 #endif  #endif
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture) || defined(DarwinArchitecture)
 #undef USE_GCC  #undef USE_GCC
 #endif  #endif
   
Line 47  CC= gcc
Line 48  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O2  CDEBUGFLAGS= -g -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
 #if defined(SparcArchitecture)  #if defined(SparcArchitecture)
 CDEBUGFLAGS= -O -mv8  CDEBUGFLAGS= -g -O -mv8
 #else  #else
 CDEBUGFLAGS= -O  CDEBUGFLAGS= -g -O
 #endif  #endif
 CCOPTIONS = -DSYSV -DSVR4  CCOPTIONS = -DSYSV -DSVR4
 AR=/usr/ccs/bin/ar cqs  AR=/usr/ccs/bin/ar cqs
Line 83  CC= cc -Wl,-D -Wl,$(HEAP_START_ADDR)
Line 84  CC= cc -Wl,-D -Wl,$(HEAP_START_ADDR)
 #endif  #endif
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture)
   CCOPTIONS =
 PARIFLAGS = -DLONG_IS_64BIT  PARIFLAGS = -DLONG_IS_64BIT
 #else  #else
 PARIFLAGS = -DLONG_IS_32BIT  PARIFLAGS = -DLONG_IS_32BIT
 #endif  #endif
   
   #if defined(DarwinArchitecture)
   CCOPTIONS =
   #endif
   
   #if defined(AIXArchitecture)
   CC = cc -qchars=signed
   #endif
   
 #ifdef USE_PARI  #ifdef USE_PARI
 PARI=1  PARI=1
 PARIINC = $(ROOTDIR)/include/pari  PARIINC = $(ROOTDIR)/include/pari
 #if defined(OpenXM_HOME)  #if defined(OpenXM_HOME)
 PARILIB = $(ROOTDIR)/lib/libpari.a  PARILIB = $(ROOTDIR)/lib/lib$(LIBPARI).a
 #else  #else
 PARILIB = -L/usr/local/lib -lpari  PARILIB = -L/usr/local/lib -l$(LIBPARI)
 #endif  #endif
 #else  #else
 PARI=0  PARI=0

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.31

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