version 1.22, 2008/07/14 21:06:04
|
version 1.23, 2008/07/14 22:22:20
|
Line 5 DBNAME = POSTGRESQL |
|
Line 5 DBNAME = POSTGRESQL |
|
# USED BY NEITHER linux_x86_64 nor linux_ia32 | # USED BY NEITHER linux_x86_64 nor linux_ia32 |
PGIPATH = /usr/include/pgsql | PGIPATH = /usr/include/pgsql |
| |
|
ifeq ($(JSOC_MACHINE), mac_osx) |
|
COMPILER = gcc |
|
else |
COMPILER = icc | COMPILER = icc |
|
endif |
| |
# Check for debug vs. release build - release is default. | # Check for debug vs. release build - release is default. |
# To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR | # To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR |
|
|
| |
_JSOCROOT_ = .. | _JSOCROOT_ = .. |
| |
|
ifeq ($(JSOC_MACHINE), mac_osx) |
|
F77 = f77 |
|
else |
F77 = ifort | F77 = ifort |
|
endif |
|
|
# if fortran compiler | # if fortran compiler |
D_GCC_FORT = | D_GCC_FORT = |
ifeq ($(F77), ifort) | ifeq ($(F77), ifort) |