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

Diff for /pegasus/src/Pegasus/Makefile between version 1.79 and 1.90

version 1.79, 2004/12/07 22:46:39 version 1.90, 2005/01/22 18:15:52
Line 14 
Line 14 
     Compiler/cmdline \     Compiler/cmdline \
     ExportClient \     ExportClient \
     WQL \     WQL \
       CQL \
       Query/QueryExpression \
     Provider \     Provider \
     Server/ProviderRegistrationManager \     Server/ProviderRegistrationManager \
     ExportServer \     ExportServer \
Line 24 
Line 26 
     ControlProviders/UserAuthProvider \     ControlProviders/UserAuthProvider \
     ControlProviders/ProviderRegistrationProvider \     ControlProviders/ProviderRegistrationProvider \
     ControlProviders/NamespaceProvider \     ControlProviders/NamespaceProvider \
     ControlProviders/CertificateProvider \  
     HandlerService \     HandlerService \
     IndicationService \     IndicationService \
     ManagedClient \      ManagedClient
     CQL \  
     CQL/tests \  
     CQL/CQLCLI  
  
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
 DIRS += \ DIRS += \
Line 60 
Line 58 
  
 ifdef PEGASUS_ENABLE_REMOTE_CMPI ifdef PEGASUS_ENABLE_REMOTE_CMPI
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
         $(error: Error: Remote CMPI is not currently supported on Windows.)   $(error Error: Remote CMPI is not currently supported on Windows.)
   endif   endif
     DIRS += \     DIRS += \
         ProviderManager2/CMPIR \         ProviderManager2/CMPIR \
         ProviderManager2/CMPIR/tcpcomm \          ProviderManager2/CMPIR/tcpcomm
   
     ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
      DIRS += \
         ProviderManager2/CMPIR/native \         ProviderManager2/CMPIR/native \
         ProviderManager2/CMPIR/tcpcommrem \         ProviderManager2/CMPIR/tcpcommrem \
         ProviderManager2/CMPIR/daemon         ProviderManager2/CMPIR/daemon
 endif endif
   endif
  
 ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
     ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
    $(error Error: JMPI is currently not supported on Windows.)
     endif
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
       DIRS += \       DIRS += \
          ProviderManager2/JMPI          ProviderManager2/JMPI
   endif   endif
     ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
         DIRS += \
            ProviderManager2/JMPI
     endif
 endif endif
  
 ifdef PEGASUS_USE_PAM_STANDALONE_PROC ifdef PEGASUS_USE_PAM_STANDALONE_PROC
Line 91 
Line 100 
  
 endif endif
  
   ifndef PEGASUS_DISABLE_CQL
   DIRS += \
           ControlProviders/QueryCapabilitiesProvider \
           ControlProviders/QueryCapabilitiesProvider/tests
   endif
   
   
   ifdef PEGASUS_HAS_SSL
   DIRS += \
           ControlProviders/CertificateProvider
   endif
   
 DIRS += \ DIRS += \
         Server \         Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
Line 99 
Line 120 
     Common/tests \     Common/tests \
     Config/tests \     Config/tests \
     Repository/tests \     Repository/tests \
       CQL/tests \
       CQL/CQLCLI \
       Query/QueryExpression/tests \
       Query/QueryExpression/tests/Queries \
     Server/tests \     Server/tests \
     Server/ProviderRegistrationManager/tests \     Server/ProviderRegistrationManager/tests \
     ExportClient/tests \     ExportClient/tests \


Legend:
Removed from v.1.79  
changed lines
  Added in v.1.90

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2