(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / test / wetest

 1 mike  1.2 ROOT = ../..
 2           
 3           include $(ROOT)/mak/config.mak
 4           include $(ROOT)/test/config.mak
 5           
 6           #Defines subdirectories to go to recursively
 7           
 8 kumpf 1.5 DIRS = cimv2 \
 9                  static
10           
11           LOADDIRS = \
12              cimv2/Load \
13              static/Load 
14 mike  1.2 
15           # This is a recurse make file
16           
17           include $(ROOT)/mak/recurse.mak
18 kumpf 1.5 
19           repository: $(RECURSE_DEPENDS) $(ERROR)
20 carson.hovey 1.7 	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) repository $(NL) )
21 kumpf        1.5 
22 kumpf        1.6 repositoryServer: $(RECURSE_DEPENDS) $(ERROR)
23 carson.hovey 1.7 	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) repositoryServer $(NL) )
24 kumpf        1.6 
25 kumpf        1.5 removerepository: $(RECURSE_DEPENDS) $(ERROR)
26 carson.hovey 1.7 	@ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) "-SC" $(i) removerepository $(NL) )
27 mike         1.2 
28                  #DO NOT DELETE THIS LINE

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2