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

Diff for /pegasus/src/Pegasus/Makefile between version 1.10.2.14 and 1.98

version 1.10.2.14, 2001/12/05 04:07:36 version 1.98, 2005/03/04 04:13:03
Line 1 
Line 1 
 ROOT=../..  ROOT=$(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 TEST_DIRS = \  
   
 # This breaks the build since it has no depend rule: Config/install \  
 # Also maybe we don't want to install during build.  
  
 DIRS = \ DIRS = \
     Common \     Common \
       Query/QueryCommon \
     Config \     Config \
     Repository \     Repository \
     Protocol \  
     getoopt \     getoopt \
       Client \
     Compiler \     Compiler \
     Compiler/load \  
     Compiler/cmdline \     Compiler/cmdline \
     Client \  
     ExportClient \     ExportClient \
       WQL \
       CQL \
       Query/QueryExpression \
     Provider \     Provider \
     Provider2 \      Server/ProviderRegistrationManager \
     ExportServer \     ExportServer \
       Listener \
     Security/UserManager \     Security/UserManager \
     Security/Authentication \     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
   
     ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
      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
   
   
   DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/sendmailIndicationHandler \  
     Handler/snmpIndicationHandler \     Handler/snmpIndicationHandler \
     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 \
       ExportClient/tests \
     ExportServer/tests \     ExportServer/tests \
     Client/tests \     Client/tests \
     Compiler/tests \     Compiler/tests \
     Subscription      Security/Authentication/tests \
       Security/UserManager/tests \
 #    Subscription/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.10.2.14  
changed lines
  Added in v.1.98

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2