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

Diff for /pegasus/src/Pegasus/Common/Makefile between version 1.182 and 1.183.2.2

version 1.182, 2009/12/15 11:39:33 version 1.183.2.2, 2011/10/11 18:18:08
Line 186 
Line 186 
     Constants.cpp \     Constants.cpp \
     HostAddress.cpp \     HostAddress.cpp \
     HostLocator.cpp \     HostLocator.cpp \
           NumericArg.cpp \
     BinaryCodec.cpp \     BinaryCodec.cpp \
     CIMBuffer.cpp \     CIMBuffer.cpp \
     CIMInternalXmlEncoder.cpp \     CIMInternalXmlEncoder.cpp \
     SCMOInternalXmlEncoder.cpp      SCMOInternalXmlEncoder.cpp \
       AsyncRequestExecutor.cpp \
       CIMBinMsgSerializer.cpp \
       CIMBinMsgDeserializer.cpp \
       IndicationRouter.cpp
  
 ifeq ($(PEGASUS_PLATFORM),PASE_ISERIES_IBMCXX) ifeq ($(PEGASUS_PLATFORM),PASE_ISERIES_IBMCXX)
     SOURCES2 += PaseCcsid.cpp     SOURCES2 += PaseCcsid.cpp
Line 207 
Line 211 
     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY),true)  
     SOURCES2 += CIMBinMsgSerializer.cpp  
     SOURCES2 += CIMBinMsgDeserializer.cpp  
 else  
     SOURCES2 += CIMMessageSerializer.cpp  
     SOURCES2 += CIMMessageDeserializer.cpp  
 endif  
   
 SOURCES = $(SOURCES1) $(SOURCES2) SOURCES = $(SOURCES1) $(SOURCES2)
  
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL


Legend:
Removed from v.1.182  
changed lines
  Added in v.1.183.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2