version 1.17, 2000/12/23 08:44:36 |
version 1.19, 2000/12/26 05:17:46 |
|
|
* 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.16 2000/12/23 08:04:16 saito Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/include/Risa.tmpl,v 1.18 2000/12/24 06:32:30 saito Exp $ |
*/ |
*/ |
#include "config.h" |
#include "config.h" |
|
|
|
|
/* #define USE_FFT_FLOAT */ |
/* #define USE_FFT_FLOAT */ |
/* #define USE_LAPACK */ |
/* #define USE_LAPACK */ |
/* #define USE_FEP */ |
/* #define USE_FEP */ |
|
/* #undef OpenXM_HOME */ |
|
|
#if defined(LinuxArchitecture) |
#if defined(LinuxArchitecture) |
#if LinuxCLibMajorVersion >= 6 || \ |
#if LinuxCLibMajorVersion >= 6 || \ |
|
|
CC= cc |
CC= cc |
#endif |
#endif |
|
|
CDEBUGFLAGS= -O2 |
CDEBUGFLAGS= -O |
|
|
#if defined(SunArchitecture) |
#if defined(SunArchitecture) |
#if SystemV4 |
#if SystemV4 |