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

Diff for /pegasus/test/wetest/Makefile between version 1.4 and 1.5

version 1.4, 2002/03/21 18:28:13 version 1.5, 2002/04/01 02:43:00
Line 5 
Line 5 
  
 #Defines subdirectories to go to recursively #Defines subdirectories to go to recursively
  
 DIRS = cimv2 static  DIRS = cimv2 \
          static
   
   LOADDIRS = \
      cimv2/Load \
      static/Load
  
 # This is a recurse make file # This is a recurse make file
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
   repository: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) -SC $(i) repository $(NL) )
   
   removerepository: $(RECURSE_DEPENDS) $(ERROR)
           @ $(foreach i, $(LOADDIRS), $(MAKESH) $(MAKE) -SC $(i) removerepository $(NL) )
   
 #DO NOT DELETE THIS LINE #DO NOT DELETE THIS LINE


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2