(file) Return to Makefile CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/Makefile between version 1.2 and 1.3

version 1.2, 2008/07/11 23:55:34 version 1.3, 2010/03/10 23:58:46
Line 1 
Line 1 
 # Define WORKINGDIR so that we don't get that '/auto/home1' crud # Define WORKINGDIR so that we don't get that '/auto/home1' crud
 WORKINGDIR      = $(PWD) WORKINGDIR      = $(PWD)
  
   # If the make command included LOCALIZATIONDIR='somedir', use that, otherwise
   # default to JSOC/localizationdir/custom.mk
   ifeq ($(LOCALIZATIONDIR),)
     LOCALIZATIONDIR = $(SRCDIR)/localization
   endif
   
 ifeq (,$(filter _%,$(notdir $(CURDIR)))) ifeq (,$(filter _%,$(notdir $(CURDIR))))
   include target.mk   include target.mk
 else else


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Karen Tian
Powered by
ViewCVS 0.9.4