(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.183 and 1.183.2.6

version 1.183, 2010/08/24 03:15:40 version 1.183.2.6, 2013/11/21 20:39:54
Line 130 
Line 130 
     AsyncQueue.cpp \     AsyncQueue.cpp \
     IDFactory.cpp \     IDFactory.cpp \
     AuditLogger.cpp \     AuditLogger.cpp \
     Magic.cpp      Magic.cpp \
       UintArgs.cpp
  
 SOURCES2 = \ SOURCES2 = \
     Exception.cpp \     Exception.cpp \
Line 190 
Line 191 
     CIMBuffer.cpp \     CIMBuffer.cpp \
     CIMInternalXmlEncoder.cpp \     CIMInternalXmlEncoder.cpp \
     SCMOInternalXmlEncoder.cpp \     SCMOInternalXmlEncoder.cpp \
     AsyncRequestExecutor.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 208 
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 249 
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.183  
changed lines
  Added in v.1.183.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2