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

Diff for /pegasus/src/Pegasus/Makefile between version 1.6 and 1.97

version 1.6, 2001/04/24 00:00:14 version 1.97, 2005/03/04 03:11:46
Line 1 
Line 1 
 ROOT=../..  ROOT=$(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 TEST_DIRS = \  
     Common/tests \  
     Repository/tests \  
     Server/tests \  
     Client/tests  
  
 DIRS = \ DIRS = \
     Common \     Common \
       Query/QueryCommon \
       Config \
     Repository \     Repository \
     Protocol \  
     Client \  
     Provider \  
     Server \  
     getoopt \     getoopt \
       Client \
     Compiler \     Compiler \
     $(TEST_DIRS)      Compiler/cmdline \
       ExportClient \
       WQL \
       CQL \
       Query/QueryExpression \
       Provider \
       Server/ProviderRegistrationManager \
       ExportServer \
       Listener \
       Security/UserManager \
       Security/Authentication \
       ControlProviders/ConfigSettingProvider \
       ControlProviders/UserAuthProvider \
       ControlProviders/ProviderRegistrationProvider \
       ControlProviders/NamespaceProvider \
       HandlerService \
       IndicationService \
       ManagedClient \
       DynListener
   
   ifdef PEGASUS_ENABLE_SLP
   DIRS += \
       ControlProviders/InteropProvider \
       ControlProviders/InteropProvider/tests
   endif
   
   # temporary add ifeq ($(OS),HPUX) until Bug 2754 is fixed
   ifeq ($(OS),HPUX)
     ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
       DIRS += \
           Handler/SystemLogListenerDestination
     endif
     ifdef PEGASUS_ENABLE_EMAIL_HANDLER
       DIRS += \
           Handler/EmailListenerDestination
     endif
   endif
   
   DIRS += \
           ProviderManager2 \
           ProviderManager2/Default \
           ProviderManager2/ProviderAgent \
           ProviderManager2/tests \
           ProviderManager2/Default/tests
   
   ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
   DIRS += \
           Provider/CMPI \
           ProviderManager2/CMPI
   endif
   
   
   ifdef PEGASUS_ENABLE_REMOTE_CMPI
     ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
    $(error Error: Remote CMPI is not currently supported on Windows.)
     endif
       DIRS += \
           ProviderManager2/CMPIR \
           ProviderManager2/CMPIR/tcpcomm
  
 # Compiler \    ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
 # Compiler/cmdline \     DIRS += \
           ProviderManager2/CMPIR/native \
           ProviderManager2/CMPIR/tcpcommrem \
           ProviderManager2/CMPIR/daemon
     endif
   endif
   
   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)
         DIRS += \
            ProviderManager2/JMPI
     endif
     ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
         DIRS += \
            ProviderManager2/JMPI
     endif
   endif
   
   ifdef PEGASUS_USE_PAM_STANDALONE_PROC
   DIRS += \
           Security/Cimservera
   endif
   
   ifndef PEGASUS_DISABLE_PERFINST
   DIRS += \
           ControlProviders/Statistic \
           ControlProviders/Statistic/test \
           ControlProviders/InteropProvider
   
   endif
   
   ifndef PEGASUS_DISABLE_CQL
   DIRS += \
           ControlProviders/QueryCapabilitiesProvider \
           ControlProviders/QueryCapabilitiesProvider/tests
   endif
   
   
   ifdef PEGASUS_HAS_SSL
   DIRS += \
           ControlProviders/CertificateProvider
   endif
   
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
   DIRS += \
           DynListener/Service
   endif
   
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
   DIRS += \
           DynListener/Service
   endif
   
   DIRS += \
           Server \
       Handler/CIMxmlIndicationHandler \
       Handler/snmpIndicationHandler \
       Common/tests \
       Config/tests \
       Repository/tests \
       CQL/tests \
       CQL/CQLCLI \
       Query/QueryExpression/tests \
       Query/QueryExpression/tests/Queries \
       Server/tests \
       Server/ProviderRegistrationManager/tests \
       ExportClient/tests \
       ExportServer/tests \
       Client/tests \
       Compiler/tests \
       Security/Authentication/tests \
       Security/UserManager/tests \
       IndicationService/tests \
       ControlProviders/ProviderRegistrationProvider/tests \
       Listener/tests \
       Consumer/tests \
       msg/Server \
       msg/CLI \
       DynListener/tests
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.97

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2