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

Diff for /pegasus/src/Pegasus/Makefile between version 1.58 and 1.72

version 1.58, 2004/03/23 00:12:08 version 1.72, 2004/08/27 23:24:25
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 35 
Line 41 
 DIRS += \ DIRS += \
     ProviderManager2 \     ProviderManager2 \
         ProviderManager2/Default \         ProviderManager2/Default \
         ProviderManager2/CMPI \          ProviderManager2/ProviderAgent \
         ProviderManager2/tests \         ProviderManager2/tests \
         ProviderManager2/Default/tests         ProviderManager2/Default/tests
 endif endif
  
   ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
   DIRS += \
           Provider/CMPI \
           ProviderManager2/CMPI
   endif
   
   
   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 += \
            ProviderManager2/JMPI
      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 \
           ControlProviders/Statistic/test
   endif
   
 DIRS += \ DIRS += \
         Server \         Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
Line 55 
Line 90 
     Repository/tests \     Repository/tests \
     Server/tests \     Server/tests \
     Server/ProviderRegistrationManager/tests \     Server/ProviderRegistrationManager/tests \
       ExportClient/tests \
     ExportServer/tests \     ExportServer/tests \
     Client/tests \     Client/tests \
     Compiler/tests \     Compiler/tests \


Legend:
Removed from v.1.58  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2