version 1.78, 2012/09/26 04:50:49
|
version 1.79, 2012/12/03 21:45:08
|
|
|
|
#***********************************************************************************************# |
|
# |
|
# INITIALIZATION |
|
# |
|
|
VPATH = $(SRCDIR) | VPATH = $(SRCDIR) |
STATIC = | STATIC = |
DBMS = POSTGRESQL | DBMS = POSTGRESQL |
|
CUSTOMSW = |
| |
# 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 130 FFTW3FLIBS = $(FFTWL) -lfftw3f |
|
Line 136 FFTW3FLIBS = $(FFTWL) -lfftw3f |
|
# CUSTOM BUILDS | # CUSTOM BUILDS |
# | # |
# Compilation define customizations (eg., for remote DRMS builds) | # Compilation define customizations (eg., for remote DRMS builds) |
CUSTOMSW = |
|
ifneq ($(DRMS_DEFAULT_RETENTION),) | ifneq ($(DRMS_DEFAULT_RETENTION),) |
# CUSTOMSW = $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION="\"$(DRMS_DEFAULT_RETENTION)\"" | # CUSTOMSW = $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION="\"$(DRMS_DEFAULT_RETENTION)\"" |
CUSTOMSW := $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION=$(DRMS_DEFAULT_RETENTION) | CUSTOMSW := $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION=$(DRMS_DEFAULT_RETENTION) |