(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.180 and 1.183.2.3

version 1.180, 2009/05/05 09:01:28 version 1.183.2.3, 2013/06/03 22:35:12
Line 61 
Line 61 
 ## ##
  
 SOURCES1 = \ SOURCES1 = \
       SCMO.cpp \
       SCMOXmlWriter.cpp \
       SCMOClassCache.cpp \
       SCMOStreamer.cpp \
     Print.cpp \     Print.cpp \
     Executor.cpp \     Executor.cpp \
     Once.cpp \     Once.cpp \
Line 91 
Line 95 
     CIMInstance.cpp \     CIMInstance.cpp \
     CIMInstanceRep.cpp \     CIMInstanceRep.cpp \
     CIMMessage.cpp \     CIMMessage.cpp \
       CIMResponseData.cpp \
     CIMMethod.cpp \     CIMMethod.cpp \
     CIMMethodRep.cpp \     CIMMethodRep.cpp \
     CIMName.cpp \     CIMName.cpp \
Line 181 
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 \
       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 199 
Line 211 
     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_INTERNAL_BINARY),true)  # Special code calling pam_end in class AuthHandle only required
     SOURCES2 += CIMBinMsgSerializer.cpp  # with session based authentication mechanism
     SOURCES2 += CIMBinMsgDeserializer.cpp  ifeq ($(PEGASUS_PAM_SESSION_SECURITY),true)
 else      SOURCES2 += AuthHandle.cpp
     SOURCES2 += CIMMessageSerializer.cpp  endif
     SOURCES2 += CIMMessageDeserializer.cpp  
   # LoadAndClearWord_HPUX_PARISC_ACC.s will be compiled using aCC
   # in order to use the native assembler to create the object
   ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_GNU)
       SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
 SOURCES = $(SOURCES1) $(SOURCES2) SOURCES = $(SOURCES1) $(SOURCES2)
Line 240 
Line 256 
         PegasusAssertZOS.cpp         PegasusAssertZOS.cpp
 endif endif
  
   ifeq ($(OS),HPUX)
       EXTRA_LIBRARIES += -lipv6
   endif
   
 ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX) ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX)
     AIX_LIB_PRIORITY=-20     AIX_LIB_PRIORITY=-20
 endif endif


Legend:
Removed from v.1.180  
changed lines
  Added in v.1.183.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2