(file) Return to recurse.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/recurse.mak between version 1.1 and 1.14

version 1.1, 2001/01/14 19:50:21 version 1.14, 2005/02/03 21:03:09
Line 1 
Line 1 
  
 CLEAN_DIRS = $(DIRS) $(RECURSE_EXTRA_CLEAN_DIRS) CLEAN_DIRS = $(DIRS) $(RECURSE_EXTRA_CLEAN_DIRS)
  
 define NEWLINE  define NL
  
  
 endef endef
  
   #
   # In VMS, arguments that must be in uppercase,
   #  need to be surrounded by double quotes.
   #
   
 all: $(RECURSE_DEPENDS) $(ERROR) all: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) $(NEWLINE) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) $(NL) )
  
 depend: $(RECURSE_DEPENDS) $(ERROR) depend: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) depend $(NEWLINE) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) depend $(NL) )
  
 tests: $(RECURSE_DEPENDS) $(ERROR) tests: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) tests $(NEWLINE) )          @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) tests $(NL) )
   
   poststarttests: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) poststarttests $(NL) )
  
 clean: $(RECURSE_DEPENDS) $(ERROR) clean: $(RECURSE_DEPENDS) $(ERROR)
         @ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) clean $(NEWLINE))          @ $(foreach i, $(CLEAN_DIRS), $(MAKESH) $(MAKE) "-SC" $(i) clean $(NL))
   
   misc: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(CLEAN_DIRS), $(MAKESH) $(MAKE) "-SC" $(i) misc $(NL))
   
   docxx: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(CLEAN_DIRS), $(MAKESH) $(MAKE) "-SC" $(i) docxx $(NL))
   
   sub: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(CLEAN_DIRS), $(MAKESH) $(MAKE) "-SC" $(i) sub $(NL))
   
   general: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) general OPTION=$(OPTION) $(NL))
   
   strip-license: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) strip-license $(NL) )
   
   prepend-license: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) prepend-license $(NL) )
   
   #l10n
   messages: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) "-SC" $(i) messages $(NL) )
  
 include $(ROOT)/mak/variables.mak  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2