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

 1 martin 1.40 #//%2005////////////////////////////////////////////////////////////////////////
 2             #//
 3             #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 4             #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 5             #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
 6             #// IBM Corp.; EMC Corporation, The Open Group.
 7             #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
 8             #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 9             #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
10             #// EMC Corporation; VERITAS Software Corporation; The Open Group.
11             #//
12             #// Permission is hereby granted, free of charge, to any person obtaining a copy
13             #// of this software and associated documentation files (the "Software"), to
14             #// deal in the Software without restriction, including without limitation the
15             #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
16             #// sell copies of the Software, and to permit persons to whom the Software is
17             #// furnished to do so, subject to the following conditions:
18             #// 
19             #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
20             #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
21             #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
22 martin 1.40 #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
23             #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24             #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
25             #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26             #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27             #//
28             #//==============================================================================
29 karl   1.16  ROOT = $(PEGASUS_ROOT)
30 karl   1.1  
31             include $(ROOT)/mak/config.mak
32             
33 kumpf  1.10 DIRS = \
34 karl   1.20     CLITestClients \
35 kumpf  1.37     CGIClient \
36                 CGIClient/tests \
37 kumpf  1.10     TestClient \
38                 cliutils \
39                 cimconfig \
40                 cimuser \
41                 cimauth \
42 kumpf  1.14     cimprovider \
43 kumpf  1.17     cimprovider/tests \
44 kumpf  1.18     osinfo \
45 kumpf  1.10     wbemexec \
46 kumpf  1.22     tomof \
47 chuck  1.23     ipinfo \
48 kumpf  1.24     g11ntest \
49 marek  1.26     benchmarkTest \
50 w.white 1.27     cimperf \
51 nag.boranna 1.28     MCCATestClient \
52 sushma.fernandes 1.31     repupgrade  \
53 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
54 w.white          1.38     SendTestIndications \
55 jim.wunderlich   1.39     repupgrade/tests \
56                           wbemexec/tests
57 karl             1.20 
58 denise.eckstein  1.33 
59 kumpf            1.21 ifeq ($(OS),HPUX)
60                         DIRS += \
61                           ntpinfo \
62 kumpf            1.25     dnsinfo \
63                           nisinfo
64 kumpf            1.21 endif
65                       
66 gs.keenan        1.30 ifeq ($(OS),VMS)
67                         DIRS += \
68                           ntpinfo \
69                           dnsinfo \
70                           nisinfo
71                       endif
72                       
73 nag.boranna      1.29 DIRS_SSLTRUSTMGR = \
74                           ssltrustmgr 
75                       
76                       ifdef PEGASUS_HAS_SSL
77 h.sterling       1.35   DIRS += \
78                           $(DIRS_SSLTRUSTMGR) \
79 h.sterling       1.36     ssltrustmgr/tests \
80 h.sterling       1.35     TestCertClient
81 nag.boranna      1.29 endif
82 kumpf            1.15 
83                       #The following tests are NOT included as part of the standard
84                       #regession test.  The cimuser tests require PrivilegedUser
85                       #access to execute successfully.  The cimconfig tests modify
86                       #configuration files.
87                       
88                       XDIRS = \
89                           cimconfig/tests \
90                           cimuser/tests 
91 karl             1.1  
92                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2