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

Diff for /pegasus/src/Clients/Makefile between version 1.15 and 1.38

version 1.15, 2002/04/12 05:35:08 version 1.38, 2005/03/18 12:37:20
Line 1 
Line 1 
 ROOT = ../..   ROOT = $(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS = \ DIRS = \
       CLITestClients \
     CGIClient \     CGIClient \
       CGIClient/tests \
     TestClient \     TestClient \
     cliutils \     cliutils \
     cimconfig \     cimconfig \
     cimuser \     cimuser \
     cimauth \     cimauth \
     cimprovider \     cimprovider \
       cimprovider/tests \
       osinfo \
     wbemexec \     wbemexec \
     wbemexec/tests \      tomof \
     ToMofClient      ipinfo \
       g11ntest \
       benchmarkTest \
       cimperf \
       MCCATestClient \
       repupgrade  \
       repupgrade/SSPModules/SampleSSPModule \
       SendTestIndications \
       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) \
       ssltrustmgr/tests \
       TestCertClient
   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.15  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2