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

  1 martin 1.54 #//%LICENSE////////////////////////////////////////////////////////////////
  2 martin 1.55 #//
  3 martin 1.54 #// Licensed to The Open Group (TOG) under one or more contributor license
  4             #// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
  5             #// this work for additional information regarding copyright ownership.
  6             #// Each contributor licenses this file to you under the OpenPegasus Open
  7             #// Source License; you may not use this file except in compliance with the
  8             #// License.
  9 martin 1.55 #//
 10 martin 1.54 #// Permission is hereby granted, free of charge, to any person obtaining a
 11             #// copy of this software and associated documentation files (the "Software"),
 12             #// to deal in the Software without restriction, including without limitation
 13             #// the rights to use, copy, modify, merge, publish, distribute, sublicense,
 14             #// and/or sell copies of the Software, and to permit persons to whom the
 15             #// Software is furnished to do so, subject to the following conditions:
 16 martin 1.55 #//
 17 martin 1.54 #// The above copyright notice and this permission notice shall be included
 18             #// in all copies or substantial portions of the Software.
 19 martin 1.55 #//
 20 martin 1.54 #// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 21 martin 1.55 #// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 22 martin 1.54 #// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 23             #// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 24             #// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 25             #// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 26             #// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 27 martin 1.55 #//
 28 martin 1.54 #//////////////////////////////////////////////////////////////////////////
 29 kumpf  1.57 ROOT = ../..
 30 karl   1.1  
 31             include $(ROOT)/mak/config.mak
 32             
 33 kumpf  1.10 DIRS = \
 34                 cliutils \
 35                 cimconfig \
 36                 cimuser \
 37                 cimauth \
 38 kumpf  1.14     cimprovider \
 39 kumpf  1.18     osinfo \
 40 kumpf  1.22     tomof \
 41 chuck  1.23     ipinfo \
 42 w.white 1.27     cimperf \
 43 sushma.fernandes 1.31     repupgrade  \
 44 w.otsuka         1.46     cimsub \
 45 ajay.rao         1.60     cimcli \
 46 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
 47 dave.sudlik      1.49     loadxml
 48 karl             1.20 
 49 s.kodali         1.52 TEST_DIRS = \
 50                           TestClient \
 51                           cimprovider/tests \
 52                           g11ntest \
 53                           benchmarkTest \
 54                           cimsub/tests \
 55                           repupgrade/tests \
 56 karl             1.59     cimcli/tests
 57 a.rachapudi      1.58 
 58                       # In WMIMapper, wbemexec functionality for windows is available
 59                       # No need to build the wbemexec under Clients directory 
 60                       
 61                       ifneq ($(PEGASUS_BUILD_WMIMAPPER),true)
 62                           DIRS += wbemexec
 63                           TEST_DIRS += wbemexec/tests
 64                       endif
 65 denise.eckstein  1.33 
 66 kumpf            1.21 ifeq ($(OS),HPUX)
 67 carson.hovey     1.51     DIRS += \
 68                               ntpinfo \
 69                               dnsinfo \
 70                               nisinfo
 71 kumpf            1.21 endif
 72                       
 73 gs.keenan        1.30 ifeq ($(OS),VMS)
 74 carson.hovey     1.51     DIRS += \
 75                               ntpinfo \
 76                               dnsinfo \
 77                               nisinfo
 78 gs.keenan        1.30 endif
 79                       
 80 nag.boranna      1.29 ifdef PEGASUS_HAS_SSL
 81 carson.hovey     1.51     DIRS += \
 82                               TestCertClient \
 83 s.kodali         1.52         cimtrust
 84                           TEST_DIRS += cimtrust/tests
 85 carson.hovey     1.51     ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
 86 s.kodali         1.52         DIRS += cimcrl
 87                               TEST_DIRS += cimcrl/tests
 88 carson.hovey     1.51     endif
 89 nag.boranna      1.29 endif
 90 kumpf            1.15 
 91 carson.hovey     1.51 ifneq ($(OS_TYPE),windows)
 92 s.kodali         1.52     DIRS += cimreparchive
 93                           TEST_DIRS += cimreparchive/tests
 94 kumpf            1.43 endif
 95                       
 96 kumpf            1.15 #The following tests are NOT included as part of the standard
 97                       #regession test.  The cimuser tests require PrivilegedUser
 98                       #access to execute successfully.  The cimconfig tests modify
 99                       #configuration files.
100                       
101                       XDIRS = \
102                           cimconfig/tests \
103 kumpf            1.56     cimuser/tests
104 karl             1.1  
105                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2