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

Diff for /pegasus/src/Pegasus/Makefile between version 1.59 and 1.68

version 1.59, 2004/04/30 10:05:22 version 1.68, 2004/08/09 13:28:26
Line 10 
Line 10 
     getoopt \     getoopt \
     Client \     Client \
     Compiler \     Compiler \
     Compiler/load \  
     Compiler/cmdline \     Compiler/cmdline \
     ExportClient \     ExportClient \
     WQL \     WQL \
Line 25 
Line 24 
     ControlProviders/ProviderRegistrationProvider \     ControlProviders/ProviderRegistrationProvider \
     ControlProviders/NamespaceProvider \     ControlProviders/NamespaceProvider \
     HandlerService \     HandlerService \
     IndicationService      IndicationService \
       ManagedClient
   
   ifdef PEGASUS_ENABLE_SLP
   DIRS += \
       ControlProviders/InteropProvider \
       ControlProviders/InteropProvider/tests
   endif
  
 ifdef PEGASUS_USE_23PROVIDER_MANAGER ifdef PEGASUS_USE_23PROVIDER_MANAGER
 DIRS += \ DIRS += \
Line 33 
Line 39 
         ProviderManager/tests         ProviderManager/tests
 else else
 DIRS += \ DIRS += \
           Provider/CMPI \
     ProviderManager2 \     ProviderManager2 \
         ProviderManager2/Default \         ProviderManager2/Default \
         ProviderManager2/CMPI \         ProviderManager2/CMPI \
           ProviderManager2/ProviderAgent \
         ProviderManager2/tests \         ProviderManager2/tests \
         ProviderManager2/Default/tests         ProviderManager2/Default/tests
 endif endif
  
 ifdef ENABLE_JMPI_PROVIDER_MANAGER  ifdef ENABLE_REMOTE_CMPI
   DIRS += \
           ProviderManager2/CMPIR \
           ProviderManager2/CMPIR/tcpcomm \
           ProviderManager2/CMPIR/native \
           ProviderManager2/CMPIR/tcpcommrem \
           ProviderManager2/CMPIR/daemon
   endif
   
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
      ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
 DIRS += \ DIRS += \
         ProviderManager2/JMPI         ProviderManager2/JMPI
 endif endif
   endif
  
 ifdef PEGASUS_USE_PAM_STANDALONE_PROC ifdef PEGASUS_USE_PAM_STANDALONE_PROC
 DIRS += \ DIRS += \
         Security/Cimservera         Security/Cimservera
 endif endif
  
   ifdef PEGASUS_HAS_PERFINST
   DIRS += \
           ControlProviders/Statistic
   endif
   
 DIRS += \ DIRS += \
         Server \         Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \


Legend:
Removed from v.1.59  
changed lines
  Added in v.1.68

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2