(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                 cimauth \
 37 kumpf  1.14     cimprovider \
 38 kumpf  1.18     osinfo \
 39 kumpf  1.22     tomof \
 40 chuck  1.23     ipinfo \
 41 w.white 1.27     cimperf \
 42 sushma.fernandes 1.31     repupgrade  \
 43 w.otsuka         1.46     cimsub \
 44 ajay.rao         1.60     cimcli \
 45 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
 46 dave.sudlik      1.49     loadxml
 47 karl             1.20 
 48 s.kodali         1.52 TEST_DIRS = \
 49                           TestClient \
 50                           cimprovider/tests \
 51                           g11ntest \
 52                           benchmarkTest \
 53                           cimsub/tests \
 54                           repupgrade/tests \
 55 karl             1.59     cimcli/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 lawrence.luo     1.60.12.1 # Have cimuser as a crude replacement of PAM
 96                            ifndef PEGASUS_PAM_AUTHENTICATION
 97                                DIRS += cimuser
 98                            endif
 99                            
100 kumpf            1.15      #The following tests are NOT included as part of the standard
101                            #regession test.  The cimuser tests require PrivilegedUser
102                            #access to execute successfully.  The cimconfig tests modify
103                            #configuration files.
104                            
105                            XDIRS = \
106                                cimconfig/tests \
107 kumpf            1.56          cimuser/tests
108 karl             1.1       
109                            include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2