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.16 by arta, Thu Apr 10 23:26:44 2008 UTC vs.
Revision 1.17 by karen, Fri Apr 18 21:25:32 2008 UTC

# Line 6 | Line 6 | DBNAME = POSTGRESQL
6   PGIPATH = /usr/include/pgsql    
7  
8  
9 < COMPILER = icc
9 > COMPILER = gcc
10  
11   # Check for debug vs. release build - release is default.
12   #   To do a debug build, either set the environment variable JSOC_DEBUG to 1, OR
13   #   modify the following line so that DEBUG = 1.  The environment variable takes precedence.
14 < DEBUG = 0
14 > DEBUG = 1
15  
16   ifdef JSOC_DEBUG
17   ifeq ($(JSOC_DEBUG), 1)
# Line 166 | Line 166 | ICC_CMPLR      = $(SRCDIR)/build/ccd-icc
166   ARCHIVE         = ar crus $@ $^
167  
168   ECPG            = ecpg -o $@ -c $<
169 + SWIG            = swig -perl5 -o $@ $<
170  
171   GCC_COMP        = $(GCC_CMPLR) $(GCC_CF_ALL) $(CF_TGT) -o $@ -c $<
172   ICC_COMP        = $(ICC_CMPLR) $(ICC_CF_ALL) $(CF_TGT) -o $@ -c $<

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines