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

Diff for /pegasus/src/WMIMapper/WMIServer/Makefile between version 1.1 and 1.6

version 1.1, 2002/11/19 21:32:49 version 1.6, 2005/04/18 20:35:29
Line 1 
Line 1 
 ROOT = ../../.. ROOT = ../../..
   
 DIR = WMIMapper/WMIServer DIR = WMIMapper/WMIServer
   
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LIBRARIES = \ LIBRARIES = \
     pegcommon \     pegcommon \
     pegconfig \     pegconfig \
     pegrepository \  
     pegwmiserver \     pegwmiserver \
     pegprovider \      pegclient \
     pegwql \      pegservice
     pegclient  
   
 ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  
 ifneq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)  
     LIBRARIES += slp  
 endif  
 endif  
  
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
  
Line 56 
Line 50 
         cimserver         cimserver
 endif endif
  
   copy2:
           $(COPY) $(ROOT)/src/Service/Service.cpp ./Service.cpp
           $(COPY) $(ROOT)/src/Service/Service.h ./Service.h
   
   clean2:
           $(RM) ./Service.cpp
           $(RM) ./Service.h
   


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2