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

Diff for /pegasus/src/Clients/Makefile between version 1.13 and 1.32

version 1.13, 2002/04/06 22:30:14 version 1.32, 2005/02/18 22:23:06
Line 1 
Line 1 
 ROOT = ../..   ROOT = $(PEGASUS_ROOT)
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 DIRS = \ DIRS = \
       CLITestClients \
     CGIClient \     CGIClient \
     TestClient \     TestClient \
     cliutils \     cliutils \
     cimconfig \     cimconfig \
     cimuser \     cimuser \
     cimauth \     cimauth \
       cimprovider \
       cimprovider/tests \
       osinfo \
     wbemexec \     wbemexec \
     ToMofClient      wbemexec/tests \
       tomof \
       ipinfo \
       g11ntest \
       benchmarkTest \
       cimperf \
       MCCATestClient \
       repupgrade  \
       repupgrade/SSPModules/SampleSSPModule \
       repupgrade/tests
   
   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
   #regession test.  The cimuser tests require PrivilegedUser
   #access to execute successfully.  The cimconfig tests modify
   #configuration files.
   
   XDIRS = \
       cimconfig/tests \
       cimuser/tests
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2