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

Diff for /JSOC/proj/globalhs/Rules.mk between version 1.1 and 1.2

version 1.1, 2009/04/15 18:55:24 version 1.2, 2013/04/28 07:43:16
Line 1 
Line 1 
   # $Header$
   
 sp              := $(sp).x sp              := $(sp).x
 dirstack_$(sp)  := $(d) dirstack_$(sp)  := $(d)
 d               := $(dir) d               := $(dir)
  
   GLOBALHS_TAG := $(shell $(SRCDIR)/proj/globalhs/scripts/checkglobalhstags $(GLOBALHSTAGOVERRIDE))
   TAGCHECK := $(findstring globalhs,$(GLOBALHS_TAG))
   ifeq ($(TAGCHECK),)
   $(warning WARNING: proj/globalhs is not tagged consistently. a build of any target in proj/globalhs will fail. output of script checkglobalhstags is "$(GLOBALHS_TAG)")
   endif
   
 # Subdirectories. Directory-specific rules are optional here. The # Subdirectories. Directory-specific rules are optional here. The
 # order NOT matter.  # order does NOT matter.
   dir     := $(d)/libs
   -include                $(SRCDIR)/$(dir)/Rules.mk
 dir     := $(d)/apps dir     := $(d)/apps
 -include                $(SRCDIR)/$(dir)/Rules.mk -include                $(SRCDIR)/$(dir)/Rules.mk
  


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

Karen Tian
Powered by
ViewCVS 0.9.4