(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 kavita.gupta 1.53     cimcli \
 35 kumpf        1.10     cliutils \
 36                       cimconfig \
 37                       cimuser \
 38                       cimauth \
 39 kumpf        1.14     cimprovider \
 40 kumpf        1.18     osinfo \
 41 kumpf        1.22     tomof \
 42 chuck        1.23     ipinfo \
 43 w.white      1.27     cimperf \
 44 sushma.fernandes 1.31     repupgrade  \
 45 w.otsuka         1.46     cimsub \
 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 a.rachapudi      1.58 
 57                       # In WMIMapper, wbemexec functionality for windows is available
 58                       # No need to build the wbemexec under Clients directory 
 59                       
 60                       ifneq ($(PEGASUS_BUILD_WMIMAPPER),true)
 61                           DIRS += wbemexec
 62                           TEST_DIRS += wbemexec/tests
 63                       endif
 64 denise.eckstein  1.33 
 65 kumpf            1.21 ifeq ($(OS),HPUX)
 66 carson.hovey     1.51     DIRS += \
 67                               ntpinfo \
 68                               dnsinfo \
 69                               nisinfo
 70 kumpf            1.21 endif
 71                       
 72 gs.keenan        1.30 ifeq ($(OS),VMS)
 73 carson.hovey     1.51     DIRS += \
 74                               ntpinfo \
 75                               dnsinfo \
 76                               nisinfo
 77 gs.keenan        1.30 endif
 78                       
 79 nag.boranna      1.29 ifdef PEGASUS_HAS_SSL
 80 carson.hovey     1.51     DIRS += \
 81                               TestCertClient \
 82 s.kodali         1.52         cimtrust
 83                           TEST_DIRS += cimtrust/tests
 84 carson.hovey     1.51     ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
 85 s.kodali         1.52         DIRS += cimcrl
 86                               TEST_DIRS += cimcrl/tests
 87 carson.hovey     1.51     endif
 88 nag.boranna      1.29 endif
 89 kumpf            1.15 
 90 carson.hovey     1.51 ifneq ($(OS_TYPE),windows)
 91 s.kodali         1.52     DIRS += cimreparchive
 92                           TEST_DIRS += cimreparchive/tests
 93 kumpf            1.43 endif
 94                       
 95 kumpf            1.15 #The following tests are NOT included as part of the standard
 96                       #regession test.  The cimuser tests require PrivilegedUser
 97                       #access to execute successfully.  The cimconfig tests modify
 98                       #configuration files.
 99                       
100                       XDIRS = \
101                           cimconfig/tests \
102 kumpf            1.56     cimuser/tests
103 karl             1.1  
104                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2