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

Diff for /pegasus/src/Makefile between version 1.9.2.4 and 1.21

version 1.9.2.4, 2001/09/13 18:00:42 version 1.21, 2005/02/07 01:09:22
Line 2 
Line 2 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  ifdef PEGASUS_ENABLE_SLP
 DIRS =  Pegasus Clients Providers Server  DIRS = Platforms utils Pegasus slp Clients Providers Server
 else else
 DIRS =  Pegasus slp Clients Providers Server  DIRS = Platforms utils Pegasus Clients Providers Server
 endif endif
  
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all repository config rebuild: clean depend all repository config
Line 15 
Line 16 
 world: depend all repository config world: depend all repository config
         $(MAKE) -s tests         $(MAKE) -s tests
  
   # Note: Arguments must be quoted to preserve upper case characters in VMS.
 repository: repository:
         @ $(MAKE) -SC Pegasus/Compiler/load repository          @ $(MAKE) "-SC" Pegasus/Compiler/load repository
  
 config: config:
         @ $(MAKE) -SC Providers/generic/ConfigSettingProvider/load config          @ $(MAKE) "-SC" Providers/generic/ConfigSettingProvider/load config
   
   vms:
           @ $(MAKE) "-SC" Pegasus/ProviderManager2/Default -f makefile_vms


Legend:
Removed from v.1.9.2.4  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2