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

Diff for /pegasus/src/Clients/Makefile between version 1.49 and 1.49.12.1

version 1.49, 2007/04/11 18:58:54 version 1.49.12.1, 2008/06/25 07:04:06
Line 35 
Line 35 
 DIRS = \ DIRS = \
     CLITestClients \     CLITestClients \
     CGIClient \     CGIClient \
     CGIClient/tests \  
     TestClient \  
     cliutils \     cliutils \
     cimconfig \     cimconfig \
     cimuser \     cimuser \
     cimauth \     cimauth \
     cimprovider \     cimprovider \
     cimprovider/tests \  
     osinfo \     osinfo \
     wbemexec \     wbemexec \
     tomof \     tomof \
     ipinfo \     ipinfo \
     g11ntest \  
     benchmarkTest \  
     cimperf \     cimperf \
     repupgrade  \     repupgrade  \
     cimsub \     cimsub \
     cimsub/tests \  
     repupgrade/SSPModules/SampleSSPModule \     repupgrade/SSPModules/SampleSSPModule \
     repupgrade/tests \  
     wbemexec/tests \  
     loadxml     loadxml
  
   TEST_DIRS += \
       CGIClient/tests \
       TestClient \
       cimprovider/tests \
       g11ntest \
       benchmarkTest \
       cimsub/tests \
       repupgrade/tests \
       wbemexec/tests
  
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
   DIRS += \   DIRS += \
Line 76 
Line 77 
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
   DIRS += \   DIRS += \
     TestCertClient \     TestCertClient \
     cimtrust \      cimtrust
     TEST_DIRS += \
     cimtrust/tests     cimtrust/tests
 ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true) ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
   DIRS += \    DIRS += cimcrl
     cimcrl \    TEST_DIRS += cimcrl/tests
     cimcrl/tests  
 endif endif
 endif endif
  
 ifeq ($(OS_TYPE),unix) ifeq ($(OS_TYPE),unix)
   DIRS += \    DIRS += cimreparchive
     cimreparchive \    TEST_DIRS += cimreparchive/tests
     cimreparchive/tests  
 endif endif
  
 #The following tests are NOT included as part of the standard #The following tests are NOT included as part of the standard


Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.12.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2