(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 carson.hovey 1.51 ROOT = $(PEGASUS_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.10     wbemexec \
42 kumpf        1.22     tomof \
43 chuck        1.23     ipinfo \
44 w.white      1.27     cimperf \
45 sushma.fernandes 1.31     repupgrade  \
46 w.otsuka         1.46     cimsub \
47 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
48 dave.sudlik      1.49     loadxml
49 karl             1.20 
50 s.kodali         1.52 TEST_DIRS = \
51                           TestClient \
52                           cimprovider/tests \
53                           g11ntest \
54                           benchmarkTest \
55                           cimsub/tests \
56                           repupgrade/tests \
57                           wbemexec/tests
58 denise.eckstein  1.33 
59 kumpf            1.21 ifeq ($(OS),HPUX)
60 carson.hovey     1.51     DIRS += \
61                               ntpinfo \
62                               dnsinfo \
63                               nisinfo
64 kumpf            1.21 endif
65                       
66 gs.keenan        1.30 ifeq ($(OS),VMS)
67 carson.hovey     1.51     DIRS += \
68                               ntpinfo \
69                               dnsinfo \
70                               nisinfo
71 gs.keenan        1.30 endif
72                       
73 nag.boranna      1.29 ifdef PEGASUS_HAS_SSL
74 carson.hovey     1.51     DIRS += \
75                               TestCertClient \
76 s.kodali         1.52         cimtrust
77                           TEST_DIRS += cimtrust/tests
78 carson.hovey     1.51     ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
79 s.kodali         1.52         DIRS += cimcrl
80                               TEST_DIRS += cimcrl/tests
81 carson.hovey     1.51     endif
82 nag.boranna      1.29 endif
83 kumpf            1.15 
84 carson.hovey     1.51 ifneq ($(OS_TYPE),windows)
85 s.kodali         1.52     DIRS += cimreparchive
86                           TEST_DIRS += cimreparchive/tests
87 kumpf            1.43 endif
88                       
89 kumpf            1.15 #The following tests are NOT included as part of the standard
90                       #regession test.  The cimuser tests require PrivilegedUser
91                       #access to execute successfully.  The cimconfig tests modify
92                       #configuration files.
93                       
94                       XDIRS = \
95                           cimconfig/tests \
96                           cimuser/tests 
97 karl             1.1  
98                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2