(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.3 and 1.5

version 1.3, 2003/09/11 18:50:28 version 1.5, 2005/03/16 16:27:38
Line 10 
Line 10 
     pegwmiserver \     pegwmiserver \
     pegclient     pegclient
  
 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 LOCAL_DEFINES = -DPEGASUS_INTERNALONLY
Line 58 
Line 50 
 endif endif
  
 copy2: copy2:
         $(COPY) $(ROOT)/src/Server/service.cpp ./service.cpp          $(COPY) $(ROOT)/src/Service/Service.cpp ./Service.cpp
         $(COPY) $(ROOT)/src/Server/service.h ./service.h          $(COPY) $(ROOT)/src/Service/Service.h ./Service.h
  
 clean2: clean2:
         $(RM) ./service.cpp          $(RM) ./Service.cpp
         $(RM) ./service.h          $(RM) ./Service.h
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2