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

Diff for /pegasus/src/Pegasus/Makefile between version 1.108 and 1.123

version 1.108, 2006/01/24 19:52:57 version 1.123, 2006/11/01 21:51:21
Line 1 
Line 1 
 #//%2005////////////////////////////////////////////////////////////////////////  #//%2006////////////////////////////////////////////////////////////////////////
 #// #//
 #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 #// EMC Corporation; VERITAS Software Corporation; The Open Group. #// 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 #// Permission is hereby granted, free of charge, to any person obtaining a copy
 #// of this software and associated documentation files (the "Software"), to #// of this software and associated documentation files (the "Software"), to
Line 66 
Line 68 
     Server/ProviderRegistrationManager/tests \     Server/ProviderRegistrationManager/tests \
     ExportServer \     ExportServer \
     ExportServer/tests \     ExportServer/tests \
     Consumer/tests \  
     Listener \     Listener \
     Listener/tests \     Listener/tests \
     Security/UserManager \     Security/UserManager \
Line 79 
Line 80 
     ControlProviders/ProviderRegistrationProvider/tests \     ControlProviders/ProviderRegistrationProvider/tests \
     ControlProviders/NamespaceProvider \     ControlProviders/NamespaceProvider \
     HandlerService \     HandlerService \
       HandlerService/tests \
     IndicationService \     IndicationService \
     IndicationService/tests \     IndicationService/tests \
     ManagedClient \     ManagedClient \
Line 97 
Line 99 
  
 DIRS += \ DIRS += \
     ProviderManager2 \     ProviderManager2 \
     ProviderManager2/tests \  
     ProviderManager2/Default \     ProviderManager2/Default \
     ProviderManager2/Default/tests \      ProviderManager2/tests \
     ProviderManager2/ProviderAgent      ProviderManager2/Default/tests
  
 ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER  ifeq ($(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER), true)
     DIRS += \     DIRS += \
         Provider/CMPI \         Provider/CMPI \
         ProviderManager2/CMPI         ProviderManager2/CMPI
Line 115 
Line 116 
  
     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          ProviderManager2/CMPIR/tools
 endif endif
  
 ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER  ifeq ($(PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER), true)
     ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)  
         DIRS += \  
             ProviderManager2/JMPI  
     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 154 
Line 146 
 ifeq ($(PEGASUS_ENABLE_SLP),true) ifeq ($(PEGASUS_ENABLE_SLP),true)
     DIRS += \     DIRS += \
         ControlProviders/InteropProvider \         ControlProviders/InteropProvider \
         ControlProviders/InteropProvider/tests          ControlProviders/InteropProvider/tests \
           ControlProviders/InteropProvider/ServerProfileTests
 else else
     ifndef PEGASUS_DISABLE_PERFINST     ifndef PEGASUS_DISABLE_PERFINST
         DIRS += \         DIRS += \
Line 178 
Line 171 
     Server \     Server \
     Server/tests \     Server/tests \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
       Handler/CIMxmlIndicationHandler/tests/Destination \
     Handler/snmpIndicationHandler \     Handler/snmpIndicationHandler \
       Handler/snmpIndicationHandler/tests/testclient \
       Handler/snmpIndicationHandler/tests/SnmpHandlerException \
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener


Legend:
Removed from v.1.108  
changed lines
  Added in v.1.123

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2