(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.4

version 1.1, 2002/11/19 21:32:49 version 1.4, 2003/11/07 22:35:02
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 \  
     pegwql \  
     pegclient     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)
  
 LOCAL_DEFINES = -DPEGASUS_INTERNALONLY LOCAL_DEFINES = -DPEGASUS_INTERNALONLY
Line 56 
Line 49 
         cimserver         cimserver
 endif endif
  
   copy2:
           $(COPY) $(ROOT)/src/Server/service.cpp ./service.cpp
           $(COPY) $(ROOT)/src/Server/service.h ./service.h
   
   clean2:
           $(RM) ./service.cpp
           $(RM) ./service.h
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2