(file) Return to make_basic.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_basic.mk between version 1.44 and 1.45

version 1.44, 2009/04/21 00:45:16 version 1.45, 2009/04/21 04:27:52
Line 2  VPATH = $(SRCDIR)
Line 2  VPATH = $(SRCDIR)
 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


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

Karen Tian
Powered by
ViewCVS 0.9.4