version 1.44, 2009/04/21 00:45:16
|
version 1.45, 2009/04/21 04:27:52
|
|
|
STATIC = | STATIC = |
DBNAME = POSTGRESQL | DBNAME = POSTGRESQL |
| |
|
# This optional file has custom definitions created by the configure script |
|
-include $(SRCDIR)/custom.mk |
|
|
PGIPATH = /usr/include/pgsql | PGIPATH = /usr/include/pgsql |
| |
COMPILER = icc | COMPILER = icc |
F77 = ifort | F77 = ifort |
| |
# This optional file has custom definitions created by the configure script |
ifeq ($(JSOC_MACHINE), mac_osx_ppc) |
-include $(SRCDIR)/custom.mk |
COMPILER = gcc |
|
F77 = f77 |
# ifeq ($(JSOC_MACHINE), mac_osx_ppc) |
endif |
# COMPILER = gcc |
ifeq ($(JSOC_MACHINE), mac_osx_ia32) |
# F77 = f77 |
COMPILER = gcc |
# endif |
F77 = f77 |
# ifeq ($(JSOC_MACHINE), mac_osx_ia32) |
endif |
# COMPILER = gcc |
|
# F77 = f77 |
|
# 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 |