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

Diff for /pegasus/src/Clients/Makefile between version 1.57 and 1.61

version 1.57, 2009/02/16 19:13:42 version 1.61, 2013/12/10 16:37:16
Line 31 
Line 31 
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS = \ DIRS = \
     cimcli \  
     cliutils \     cliutils \
     cimconfig \     cimconfig \
     cimuser \  
     cimauth \     cimauth \
     cimprovider \     cimprovider \
     osinfo \     osinfo \
     wbemexec \  
     tomof \     tomof \
     ipinfo \     ipinfo \
     cimperf \     cimperf \
     repupgrade  \     repupgrade  \
     cimsub \     cimsub \
       cimcli \
     repupgrade/SSPModules/SampleSSPModule \     repupgrade/SSPModules/SampleSSPModule \
     loadxml     loadxml
  
Line 54 
Line 52 
     benchmarkTest \     benchmarkTest \
     cimsub/tests \     cimsub/tests \
     repupgrade/tests \     repupgrade/tests \
     wbemexec/tests      cimcli/tests
   
   # In WMIMapper, wbemexec functionality for windows is available
   # No need to build the wbemexec under Clients directory
   
   ifneq ($(PEGASUS_BUILD_WMIMAPPER),true)
       DIRS += wbemexec
       TEST_DIRS += wbemexec/tests
   endif
  
 ifeq ($(OS),HPUX) ifeq ($(OS),HPUX)
     DIRS += \     DIRS += \
Line 86 
Line 92 
     TEST_DIRS += cimreparchive/tests     TEST_DIRS += cimreparchive/tests
 endif endif
  
   # Have cimuser as a crude replacement of PAM
   ifndef PEGASUS_PAM_AUTHENTICATION
       DIRS += cimuser
   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
 #access to execute successfully.  The cimconfig tests modify #access to execute successfully.  The cimconfig tests modify


Legend:
Removed from v.1.57  
changed lines
  Added in v.1.61

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2