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

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

version 1.61, 2009/10/13 19:22:37 version 1.62, 2009/10/14 17:07:41
Line 2  VPATH = $(SRCDIR)
Line 2  VPATH = $(SRCDIR)
 STATIC = STATIC =
 DBNAME = POSTGRESQL DBNAME = POSTGRESQL
  
   # Run a script to determine the machine on which make is being run. This
   # MAY return a machine type, if the host found falls into one of several
   # categories (like dbserver).
   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 $(SRCDIR)/custom.mk
  


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

Karen Tian
Powered by
ViewCVS 0.9.4