version 1.26, 2001/08/02 03:59:16 |
version 1.28, 2001/10/03 01:47:31 |
|
|
* 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.25 2001/06/25 05:30:50 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.27 2001/08/06 01:48:32 noro Exp $ |
*/ |
*/ |
#include "config.h" |
#include "config.h" |
|
|
|
|
CC= cc |
CC= cc |
#endif |
#endif |
|
|
CDEBUGFLAGS= -O |
CDEBUGFLAGS= -g -O |
|
|
#if defined(SunArchitecture) |
#if defined(SunArchitecture) |
#if SystemV4 |
#if SystemV4 |
Line 102 CC = cc -qchars=signed |
|
Line 102 CC = cc -qchars=signed |
|
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/libpari-2.2.a |
#else |
#else |
PARILIB = -L/usr/local/lib -lpari |
PARILIB = -L/usr/local/lib -lpari-2.2 |
#endif |
#endif |
#else |
#else |
PARI=0 |
PARI=0 |