(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.2 and 1.3

version 1.2, 2003/08/15 22:45:40 version 1.3, 2003/09/11 18:50:28
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 \  
     pegwmiclient  ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
     ifneq ($(OS),HPUX)
       ifndef NO_SLP
         LIBRARIES += slp
       endif
     endif
   endif
  
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
  
 LOCAL_DEFINES = -DPEGASUS_INTERNALONLY -DPEGASUS_NO_SLP  LOCAL_DEFINES = -DPEGASUS_INTERNALONLY
  
 PROGRAM = WMIServer PROGRAM = WMIServer
  
Line 50 
Line 57 
         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.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2