ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/make_basic.mk
(Generate patch)

Comparing make_basic.mk (file contents):
Revision 1.78 by kehcheng, Wed Sep 26 04:50:49 2012 UTC vs.
Revision 1.79 by arta, Mon Dec 3 21:45:08 2012 UTC

# Line 1 | Line 1
1 + #***********************************************************************************************#
2 + #
3 + # INITIALIZATION
4 + #
5 +
6   VPATH  = $(SRCDIR)
7   STATIC =
8   DBMS = POSTGRESQL
9 + CUSTOMSW =
10  
11   # Run a script to determine the machine on which make is being run. This
12   # MAY return a machine type, if the host found falls into one of several
# Line 130 | Line 136 | FFTW3FLIBS = $(FFTWL) -lfftw3f
136   # CUSTOM BUILDS
137   #
138   # Compilation define customizations (eg., for remote DRMS builds)
133 CUSTOMSW =
139   ifneq ($(DRMS_DEFAULT_RETENTION),)
140   #       CUSTOMSW = $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION="\"$(DRMS_DEFAULT_RETENTION)\""
141          CUSTOMSW := $(CUSTOMSW) -DDRMS_DEFAULT_RETENTION=$(DRMS_DEFAULT_RETENTION)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines