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

Diff for /JSOC/make_basic.mk between version 1.62 and 1.64

version 1.62, 2009/10/14 17:07:41 version 1.64, 2010/03/11 00:53:09
Line 7  DBNAME = POSTGRESQL
Line 7  DBNAME = POSTGRESQL
 # categories (like dbserver). # categories (like dbserver).
 MACHTYPE = $(shell $(SRCDIR)/getmachtype.pl) MACHTYPE = $(shell $(SRCDIR)/getmachtype.pl)
  
 # This optional file has custom definitions created by the configure script  # This optional file has custom definitions created by the configure script.
 -include $(SRCDIR)/custom.mk  -include $(LOCALIZATIONDIR)/custom.mk
  
 # If MACH was set when the make command was issued (eg., make MACH='N02'), then # If MACH was set when the make command was issued (eg., make MACH='N02'), then
 # use its value for the output/obj directory and use the custom.mk variables # use its value for the output/obj directory and use the custom.mk variables
Line 142  endif
Line 142  endif
 # All modules must be able to find libdsds.so. The define DRMS_LIBDIR specifies the path to # All modules must be able to find libdsds.so. The define DRMS_LIBDIR specifies the path to
 # all libraries. # all libraries.
  
 GLOBALSW = -DDRMS_LIBDIR="\"$(CURDIR)/../lib/$(MACH)\""  GLOBALSW = -DDRMS_LIBDIR="\"$(WORKINGDIR)/lib/$(MACH)\""
 # #
 #***********************************************************************************************# #***********************************************************************************************#
  


Legend:
Removed from v.1.62  
changed lines
  Added in v.1.64

Karen Tian
Powered by
ViewCVS 0.9.4