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

 1 karl  1.16  ROOT = $(PEGASUS_ROOT)
 2 karl  1.1  
 3            include $(ROOT)/mak/config.mak
 4            
 5 kumpf 1.10 DIRS = \
 6 karl  1.20     CLITestClients \
 7 h.sterling 1.35         CGIClient \
 8 kumpf      1.10     TestClient \
 9                     cliutils \
10                     cimconfig \
11                     cimuser \
12                     cimauth \
13 kumpf      1.14     cimprovider \
14 kumpf      1.17     cimprovider/tests \
15 kumpf      1.18     osinfo \
16 kumpf      1.10     wbemexec \
17 kumpf      1.22     tomof \
18 chuck      1.23     ipinfo \
19 kumpf      1.24     g11ntest \
20 marek      1.26     benchmarkTest \
21 w.white    1.27     cimperf \
22 nag.boranna 1.28     MCCATestClient \
23 sushma.fernandes 1.31     repupgrade  \
24 sushma.fernandes 1.32     repupgrade/SSPModules/SampleSSPModule \
25                           repupgrade/tests
26 karl             1.20 
27 denise.eckstein  1.33 ifndef PEGASUS_XML_ORDERING_DEFECT_ENCOUNTERED
28                         DIRS += \
29 denise.eckstein  1.34     wbemexec/tests
30 denise.eckstein  1.33 endif
31                       
32 kumpf            1.21 ifeq ($(OS),HPUX)
33                         DIRS += \
34                           ntpinfo \
35 kumpf            1.25     dnsinfo \
36                           nisinfo
37 kumpf            1.21 endif
38                       
39 gs.keenan        1.30 ifeq ($(OS),VMS)
40                         DIRS += \
41                           ntpinfo \
42                           dnsinfo \
43                           nisinfo
44                       endif
45                       
46 nag.boranna      1.29 DIRS_SSLTRUSTMGR = \
47                           ssltrustmgr 
48                       
49                       ifdef PEGASUS_HAS_SSL
50 h.sterling       1.35   DIRS += \
51                           $(DIRS_SSLTRUSTMGR) \
52                           $(DIRS_SSLTRUSTMGR)/tests \
53                           TestCertClient
54 nag.boranna      1.29 endif
55 kumpf            1.15 
56                       #The following tests are NOT included as part of the standard
57                       #regession test.  The cimuser tests require PrivilegedUser
58                       #access to execute successfully.  The cimconfig tests modify
59                       #configuration files.
60                       
61                       XDIRS = \
62                           cimconfig/tests \
63                           cimuser/tests 
64 karl             1.1  
65                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2