[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.23 and 1.29

version 1.23, 2001/06/04 02:49:46 version 1.29, 2001/10/05 11:01:22
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.22 2001/03/19 04:17:39 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.28 2001/10/03 01:47:31 noro Exp $
 */  */
 #include "config.h"  #include "config.h"
   
Line 48  CC= gcc
Line 48  CC= gcc
 CC= cc  CC= cc
 #endif  #endif
   
 CDEBUGFLAGS= -O  CDEBUGFLAGS= -g -O
   
 #if defined(SunArchitecture)  #if defined(SunArchitecture)
 #if SystemV4  #if SystemV4
Line 94  PARIFLAGS = -DLONG_IS_32BIT
Line 94  PARIFLAGS = -DLONG_IS_32BIT
 CCOPTIONS =  CCOPTIONS =
 #endif  #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.23  
changed lines
  Added in v.1.29

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