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

Diff for /pegasus/src/Makefile between version 1.9 and 1.17.6.2

version 1.9, 2001/07/08 23:39:09 version 1.17.6.2, 2004/01/30 14:31:08
Line 2 
Line 2 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS =  Pegasus slp Clients Providers Server  ifdef PEGASUS_ENABLE_SLP
   DIRS = utils Pegasus slp Clients Providers Server
   else
   DIRS = utils Pegasus Clients Providers Server
   endif
   
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all repository  rebuild: clean depend all repository config
  
 world: depend all repository  world: depend all repository config
         $(MAKE) -s tests         $(MAKE) -s tests
  
 repository: repository:
         @ $(MAKE) -SC Pegasus/Compiler/load repository         @ $(MAKE) -SC Pegasus/Compiler/load repository
   
   config:
           @ $(MAKE) -SC Providers/generic/ConfigSettingProvider/load config


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.17.6.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2