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

Diff for /pegasus/src/Clients/Makefile between version 1.41 and 1.51

version 1.41, 2006/01/30 16:16:26 version 1.51, 2008/04/11 18:29:32
Line 27 
Line 27 
 #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #// #//
 #//==============================================================================  #//=============================================================================
  ROOT = $(PEGASUS_ROOT)  ROOT = $(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS = \ DIRS = \
     CLITestClients \     CLITestClients \
     CGIClient \  
     CGIClient/tests \  
     TestClient \     TestClient \
     cliutils \     cliutils \
     cimconfig \     cimconfig \
Line 50 
Line 48 
     g11ntest \     g11ntest \
     benchmarkTest \     benchmarkTest \
     cimperf \     cimperf \
     MCCATestClient \  
     repupgrade  \     repupgrade  \
       cimsub \
       cimsub/tests \
     repupgrade/SSPModules/SampleSSPModule \     repupgrade/SSPModules/SampleSSPModule \
     SendTestIndications \  
     repupgrade/tests \     repupgrade/tests \
     wbemexec/tests      wbemexec/tests \
       loadxml
  
  
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
Line 72 
Line 71 
     nisinfo     nisinfo
 endif endif
  
 DIRS_SSLTRUSTMGR = \  
     ssltrustmgr  
   
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
   DIRS += \   DIRS += \
     $(DIRS_SSLTRUSTMGR) \          TestCertClient \
     ssltrustmgr/tests \          cimtrust \
     TestCertClient          cimtrust/tests
       ifeq ($(PEGASUS_ENABLE_SSL_CRL_VERIFICATION),true)
           DIRS += \
               cimcrl \
               cimcrl/tests
       endif
   endif
   
   ifneq ($(OS_TYPE),windows)
       DIRS += \
           cimreparchive \
           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.41  
changed lines
  Added in v.1.51

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2