version 1.70, 2011/05/23 21:03:07
|
version 1.72, 2011/09/12 19:15:30
|
|
|
VPATH = $(SRCDIR) | VPATH = $(SRCDIR) |
STATIC = | STATIC = |
DBNAME = POSTGRESQL |
DBMS = POSTGRESQL |
| |
# Run a script to determine the machine on which make is being run. This | # Run a script to determine the machine on which make is being run. This |
# MAY return a machine type, if the host found falls into one of several | # MAY return a machine type, if the host found falls into one of several |
Line 186 GCC_LF_ALL = $(STATIC) |
|
Line 186 GCC_LF_ALL = $(STATIC) |
|
ICC_LF_ALL = $(STATIC) -openmp -static-intel -Wl,-export-dynamic | ICC_LF_ALL = $(STATIC) -openmp -static-intel -Wl,-export-dynamic |
| |
# Fortran global LINK flags | # Fortran global LINK flags |
F_LF_ALL = -nofor-main -openmp -static-intel |
F_LF_ALL = -nofor-main -openmp -static-intel -Wl,-export-dynamic |
#***********************************************************************************************# | #***********************************************************************************************# |
| |
#***********************************************************************************************# | #***********************************************************************************************# |