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

Diff for /pegasus/src/Makefile between version 1.7 and 1.18

version 1.7, 2001/07/04 14:10:26 version 1.18, 2004/06/03 23:22:28
Line 2 
Line 2 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)  ifdef PEGASUS_ENABLE_SLP
 DIRS =  slp Pegasus Clients Providers Server  DIRS = utils Pegasus slp Clients Providers Server
 else else
 DIRS =  Pegasus slp Clients Providers Server  DIRS = utils Pegasus Clients Providers Server
 endif endif
  
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all  rebuild: clean depend all repository config
  
 world: depend all  world: depend all repository config
         $(MAKE) -s tests         $(MAKE) -s tests
   
   repository:
           @ $(MAKE) -SC Pegasus/Compiler/load repository
   
   config:
           @ $(MAKE) -SC Providers/generic/ConfigSettingProvider/load config


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2