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

Diff for /pegasus/src/Clients/Makefile between version 1.40 and 1.53

version 1.40, 2005/05/12 15:27:36 version 1.53, 2008/10/18 12:36:26
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 25 
Line 27 
 #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION #// 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. #// 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 = \
     CLITestClients \      cimcli \
     CGIClient \  
     CGIClient/tests \  
     TestClient \  
     cliutils \     cliutils \
     cimconfig \     cimconfig \
     cimuser \     cimuser \
     cimauth \     cimauth \
     cimprovider \     cimprovider \
     cimprovider/tests \  
     osinfo \     osinfo \
     wbemexec \     wbemexec \
     tomof \     tomof \
     ipinfo \     ipinfo \
     g11ntest \  
     benchmarkTest \  
     cimperf \     cimperf \
     MCCATestClient \  
     repupgrade  \     repupgrade  \
       cimsub \
     repupgrade/SSPModules/SampleSSPModule \     repupgrade/SSPModules/SampleSSPModule \
     SendTestIndications \      loadxml
   
   TEST_DIRS = \
       TestClient \
       cimprovider/tests \
       g11ntest \
       benchmarkTest \
       cimsub/tests \
     repupgrade/tests \     repupgrade/tests \
     wbemexec/tests     wbemexec/tests
  
   
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
   DIRS += \   DIRS += \
     ntpinfo \     ntpinfo \
Line 70 
Line 72 
     nisinfo     nisinfo
 endif endif
  
 DIRS_SSLTRUSTMGR = \  
     ssltrustmgr  
   
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
   DIRS += \   DIRS += \
     $(DIRS_SSLTRUSTMGR) \          TestCertClient \
     ssltrustmgr/tests \          cimtrust
     TestCertClient      TEST_DIRS += cimtrust/tests
       ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
           DIRS += cimcrl
           TEST_DIRS += cimcrl/tests
       endif
   endif
   
   ifneq ($(OS_TYPE),windows)
       DIRS += cimreparchive
       TEST_DIRS += cimreparchive/tests
 endif endif
  
 #The following tests are NOT included as part of the standard #The following tests are NOT included as part of the standard


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2