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

Diff for /pegasus/src/Clients/Makefile between version 1.18 and 1.34

version 1.18, 2002/05/18 02:33:22 version 1.34, 2005/02/22 00:40:58
Line 3 
Line 3 
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS = \ DIRS = \
       CLITestClients \
     CGIClient \     CGIClient \
     TestClient \     TestClient \
     cliutils \     cliutils \
Line 13 
Line 14 
     cimprovider/tests \     cimprovider/tests \
     osinfo \     osinfo \
     wbemexec \     wbemexec \
     wbemexec/tests \      tomof \
     ToMofClient\      ipinfo \
     tomof      g11ntest \
       benchmarkTest \
       cimperf \
       MCCATestClient \
       repupgrade  \
       repupgrade/SSPModules/SampleSSPModule \
       repupgrade/tests
   
   ifndef PEGASUS_XML_ORDERING_DEFECT_ENCOUNTERED
     DIRS += \
       wbemexec/tests
   endif
   
   ifeq ($(OS),HPUX)
     DIRS += \
       ntpinfo \
       dnsinfo \
       nisinfo
   endif
   
   ifeq ($(OS),VMS)
     DIRS += \
       ntpinfo \
       dnsinfo \
       nisinfo
   endif
   
   DIRS_SSLTRUSTMGR = \
       ssltrustmgr
   
   ifdef PEGASUS_HAS_SSL
     DIRS += $(DIRS_SSLTRUSTMGR)
   endif
  
 #The following tests are NOT included as part of the standard #The following tests are NOT included as part of the standard
 #regession test.  The cimuser tests require PrivilegedUser #regession test.  The cimuser tests require PrivilegedUser


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2