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

Diff for /JSOC/make_basic.mk between version 1.22 and 1.23

version 1.22, 2008/07/14 21:06:04 version 1.23, 2008/07/14 22:22:20
Line 5  DBNAME = POSTGRESQL
Line 5  DBNAME = POSTGRESQL
 # USED BY NEITHER linux_x86_64 nor linux_ia32 # USED BY NEITHER linux_x86_64 nor linux_ia32
 PGIPATH = /usr/include/pgsql PGIPATH = /usr/include/pgsql
  
   ifeq ($(JSOC_MACHINE), mac_osx)
   COMPILER = gcc
   else
 COMPILER = icc COMPILER = icc
   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
Line 41  endif
Line 44  endif
  
 _JSOCROOT_ = .. _JSOCROOT_ = ..
  
   ifeq ($(JSOC_MACHINE), mac_osx)
   F77 = f77
   else
 F77 = ifort F77 = ifort
   endif
   
 # if fortran compiler # if fortran compiler
 D_GCC_FORT = D_GCC_FORT =
 ifeq ($(F77), ifort) ifeq ($(F77), ifort)


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

Karen Tian
Powered by
ViewCVS 0.9.4