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

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

version 1.90.2.1, 2005/01/26 16:18:37 version 1.124.2.1, 2007/02/15 13:05:08
Line 1 
Line 1 
   #//%2006////////////////////////////////////////////////////////////////////////
   #//
   #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
   #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation, The Open Group.
   #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec Corporation; The Open Group.
   #//
   #// Permission is hereby granted, free of charge, to any person obtaining a copy
   #// of this software and associated documentation files (the "Software"), to
   #// deal in the Software without restriction, including without limitation the
   #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   #// sell copies of the Software, and to permit persons to whom the Software is
   #// furnished to do so, subject to the following conditions:
   #//
   #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
   #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
   #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
   #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   #//
   #//==============================================================================
 ROOT=$(PEGASUS_ROOT) ROOT=$(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
   
 DIRS = \ DIRS = \
     Common \     Common \
       Common/tests \
     Query/QueryCommon \     Query/QueryCommon \
       Client \
       Client/tests \
     Config \     Config \
       Config/tests \
     Repository \     Repository \
       Repository/tests \
     getoopt \     getoopt \
     Client \  
     Compiler \  
     Compiler/cmdline \  
     ExportClient \  
     WQL \     WQL \
       WQL/tests \
     CQL \     CQL \
       CQL/CQLCLI \
     Query/QueryExpression \     Query/QueryExpression \
       Query/QueryExpression/tests \
       Query/QueryExpression/tests/Queries \
     Provider \     Provider \
       CQL/tests \
       Compiler \
       Compiler/tests \
       Compiler/cmdline
   
   ifneq ($(OS),HPUX)
       DIRS += \
           Compiler/cmdline/tests
   endif
   
   DIRS += \
       ExportClient \
       ExportClient/tests \
     Server/ProviderRegistrationManager \     Server/ProviderRegistrationManager \
       Server/ProviderRegistrationManager/tests \
     ExportServer \     ExportServer \
       ExportServer/tests \
     Listener \     Listener \
       Listener/tests \
     Security/UserManager \     Security/UserManager \
       Security/UserManager/tests \
     Security/Authentication \     Security/Authentication \
       Security/Authentication/tests \
     ControlProviders/ConfigSettingProvider \     ControlProviders/ConfigSettingProvider \
     ControlProviders/UserAuthProvider \     ControlProviders/UserAuthProvider \
     ControlProviders/ProviderRegistrationProvider \     ControlProviders/ProviderRegistrationProvider \
       ControlProviders/ProviderRegistrationProvider/tests \
     ControlProviders/NamespaceProvider \     ControlProviders/NamespaceProvider \
     HandlerService \     HandlerService \
       HandlerService/tests \
     IndicationService \     IndicationService \
     ManagedClient      IndicationService/tests \
       ManagedClient \
       DynListener \
       DynListener/tests
  
 ifdef PEGASUS_ENABLE_SLP  ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
 DIRS += \ DIRS += \
     ControlProviders/InteropProvider \          Handler/SystemLogListenerDestination
     ControlProviders/InteropProvider/tests  
 endif endif
  
 ifdef PEGASUS_USE_23PROVIDER_MANAGER  ifdef PEGASUS_ENABLE_EMAIL_HANDLER
 DIRS += \ DIRS += \
         ProviderManager \          Handler/EmailListenerDestination
         ProviderManager/tests  endif
 else  
 DIRS += \ DIRS += \
         ProviderManager2 \         ProviderManager2 \
         ProviderManager2/Default \         ProviderManager2/Default \
         ProviderManager2/ProviderAgent \  
         ProviderManager2/tests \         ProviderManager2/tests \
         ProviderManager2/Default/tests         ProviderManager2/Default/tests
 endif  
  
 ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER  ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER), true)
 DIRS += \ DIRS += \
         Provider/CMPI \         Provider/CMPI \
         ProviderManager2/CMPI         ProviderManager2/CMPI
 endif endif
  
   
 ifdef PEGASUS_ENABLE_REMOTE_CMPI 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 += \    DIRS += \
         ProviderManager2/CMPIR/native \         ProviderManager2/CMPIR/native \
           ProviderManager2/CMPIR \
           ProviderManager2/CMPIR/tcpcomm \
         ProviderManager2/CMPIR/tcpcommrem \         ProviderManager2/CMPIR/tcpcommrem \
         ProviderManager2/CMPIR/daemon          ProviderManager2/CMPIR/daemon \
   endif          ProviderManager2/CMPIR/tools
 endif endif
  
 ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER  ifeq ($(PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER), true)
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)  
  $(error Error: JMPI is currently not supported on Windows.)  
   endif  
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)  
       DIRS += \       DIRS += \
          ProviderManager2/JMPI          ProviderManager2/JMPI
   endif   endif
   ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  
       DIRS += \       DIRS += \
          ProviderManager2/JMPI      ProviderManagerService \
   endif      ProviderManagerService/ProviderAgent
 endif  
  
 ifdef PEGASUS_USE_PAM_STANDALONE_PROC ifdef PEGASUS_USE_PAM_STANDALONE_PROC
 DIRS += \ DIRS += \
Line 94 
Line 137 
 ifndef PEGASUS_DISABLE_PERFINST ifndef PEGASUS_DISABLE_PERFINST
 DIRS += \ DIRS += \
         ControlProviders/Statistic \         ControlProviders/Statistic \
         ControlProviders/Statistic/test \          ControlProviders/Statistic/test
   endif
   
   ifeq ($(PEGASUS_ENABLE_SLP),true)
       DIRS += \
           ControlProviders/InteropProvider \
           ControlProviders/InteropProvider/tests \
           ControlProviders/InteropProvider/ServerProfileTests
   else
       ifndef PEGASUS_DISABLE_PERFINST
           DIRS += \
         ControlProviders/InteropProvider \         ControlProviders/InteropProvider \
         ControlProviders/InteropProvider/tests         ControlProviders/InteropProvider/tests
       endif
 endif endif
  
 ifndef PEGASUS_DISABLE_CQL ifndef PEGASUS_DISABLE_CQL
Line 106 
Line 159 
         ControlProviders/QueryCapabilitiesProvider/tests         ControlProviders/QueryCapabilitiesProvider/tests
 endif endif
  
   
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
 DIRS += \ DIRS += \
         ControlProviders/CertificateProvider         ControlProviders/CertificateProvider
Line 114 
Line 166 
  
 DIRS += \ DIRS += \
         Server \         Server \
       Server/tests \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/sendmailIndicationHandler \      Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/snmpIndicationHandler \     Handler/snmpIndicationHandler \
     Common/tests \      Handler/snmpIndicationHandler/tests/testclient \
     Config/tests \      Handler/snmpIndicationHandler/tests/SnmpHandlerException \
     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/Server \
     msg/CLI      msg/CLI \
       msg/Listener
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.90.2.1  
changed lines
  Added in v.1.124.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2