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

Diff for /pegasus/src/Makefile between version 1.17.6.1 and 1.23

version 1.17.6.1, 2004/01/21 16:31:23 version 1.23, 2005/03/04 04:25:55
Line 3 
Line 3 
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
 DIRS = utils slp Pegasus Clients Providers Server  DIRS = Platforms utils Pegasus slp Clients Providers Service Server
 else else
 DIRS = utils Pegasus Clients Providers Server  DIRS = Platforms utils Pegasus Clients Providers Service Server
 endif endif
  
  
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
   DIRS += \
           Pegasus/DynListener/Service
   endif
   
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
   DIRS += \
           Pegasus/DynListener/Service
   endif
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak
  
 rebuild: clean depend all repository config rebuild: clean depend all repository config
Line 16 
Line 26 
 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.17.6.1  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2