(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            	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.14     wbemexec/tests \
18 kumpf 1.22     tomof \
19 chuck 1.23     ipinfo \
20 kumpf 1.24     g11ntest \
21 marek 1.26     benchmarkTest \
22 w.white 1.27     cimperf \
23 nag.boranna 1.28     MCCATestClient \
24 sushma.fernandes 1.31     repupgrade  \
25                           repupgrade/SSPModules/SampleSSPModule 
26 karl             1.20 
27 kumpf            1.21 ifeq ($(OS),HPUX)
28                         DIRS += \
29                           ntpinfo \
30 kumpf            1.25     dnsinfo \
31                           nisinfo
32 kumpf            1.21 endif
33                       
34 gs.keenan        1.30 ifeq ($(OS),VMS)
35                         DIRS += \
36                           ntpinfo \
37                           dnsinfo \
38                           nisinfo
39                       endif
40                       
41 nag.boranna      1.29 DIRS_SSLTRUSTMGR = \
42                           ssltrustmgr 
43                       
44                       ifdef PEGASUS_HAS_SSL
45                         DIRS += $(DIRS_SSLTRUSTMGR)
46                       endif
47 kumpf            1.15 
48                       #The following tests are NOT included as part of the standard
49                       #regession test.  The cimuser tests require PrivilegedUser
50                       #access to execute successfully.  The cimconfig tests modify
51                       #configuration files.
52                       
53                       XDIRS = \
54                           cimconfig/tests \
55                           cimuser/tests 
56 karl             1.1  
57                       include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2