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

 1 mike  1.1 
 2           CLEAN_DIRS = $(DIRS) $(RECURSE_EXTRA_CLEAN_DIRS)
 3           
 4           define NEWLINE
 5           
 6           
 7           endef
 8           
 9           all: $(RECURSE_DEPENDS) $(ERROR)
10           	@ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) $(NEWLINE) )
11           
12           depend: $(RECURSE_DEPENDS) $(ERROR)
13           	@ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) depend $(NEWLINE) )
14           
15           tests: $(RECURSE_DEPENDS) $(ERROR)
16           	@ $(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) tests $(NEWLINE) )
17           
18           clean: $(RECURSE_DEPENDS) $(ERROR)
19           	@ $(foreach i,$(CLEAN_DIRS),$(MAKESH) $(MAKE) -SC $(i) clean $(NEWLINE))
20           
21           include $(ROOT)/mak/variables.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2