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

Diff for /pegasus/src/Pegasus/Makefile between version 1.77.2.1 and 1.90.2.1

version 1.77.2.1, 2005/01/20 13:44:42 version 1.90.2.1, 2005/01/26 16:18:37
Line 5 
Line 5 
  
 DIRS = \ DIRS = \
     Common \     Common \
       Query/QueryCommon \
     Config \     Config \
     Repository \     Repository \
     getoopt \     getoopt \
Line 13 
Line 14 
     Compiler/cmdline \     Compiler/cmdline \
     ExportClient \     ExportClient \
     WQL \     WQL \
       CQL \
       Query/QueryExpression \
     Provider \     Provider \
     Server/ProviderRegistrationManager \     Server/ProviderRegistrationManager \
     ExportServer \     ExportServer \
Line 55 
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
Line 81 
Line 91 
         Security/Cimservera         Security/Cimservera
 endif endif
  
 ifdef PEGASUS_HAS_PERFINST  ifndef PEGASUS_DISABLE_PERFINST
 DIRS += \ DIRS += \
         ControlProviders/Statistic \         ControlProviders/Statistic \
         ControlProviders/Statistic/test \         ControlProviders/Statistic/test \
Line 90 
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 98 
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.77.2.1  
changed lines
  Added in v.1.90.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2