[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.4 and 1.7

version 1.4, 2000/02/08 04:47:10 version 1.7, 2000/03/10 03:05:01
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.3 2000/02/04 09:27:32 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.6 2000/03/06 08:24:23 noro Exp $ */
 #include "config.h"  #include "config.h"
   
 #define USE_GCC  #define USE_GCC
Line 29  ROOTDIR=/usr/local
Line 29  ROOTDIR=/usr/local
   
 ASIR_BINDIR=$(ROOTDIR)/bin  ASIR_BINDIR=$(ROOTDIR)/bin
 ASIR_LIBDIR=$(ROOTDIR)/lib/asir  ASIR_LIBDIR=$(ROOTDIR)/lib/asir
   ASIR_INCDIR=$(ROOTDIR)/include/asir
   GC_INCDIR=$(ROOTDIR)/include/gc
   
 #if defined(USE_GCC)  #if defined(USE_GCC)
 CC= gcc  CC= gcc
Line 41  CDEBUGFLAGS= -O6
Line 43  CDEBUGFLAGS= -O6
 #if defined(SparcArchitecture)  #if defined(SparcArchitecture)
 #if SystemV4  #if SystemV4
 CDEBUGFLAGS= -O6 -mv8  CDEBUGFLAGS= -O6 -mv8
   CCOPTIONS = -DSYSV -DSVR4
 AR=/usr/ccs/bin/ar cqs  AR=/usr/ccs/bin/ar cqs
   /* ranlib is dummy on Solaris 2. */
   RANLIB=/usr/ccs/bin/ranlib
 #endif  #endif
 #if !SystemV4  #if !SystemV4
 #if defined(USE_GCC)  #if defined(USE_GCC)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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