(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.2.2 and 1.183.2.4

version 1.183.2.2, 2011/10/11 18:18:08 version 1.183.2.4, 2013/07/20 18:32:39
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 186 
Line 187 
     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 \
Line 211 
Line 211 
     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s     SOURCES2 += LoadAndClearWord_HPUX_PARISC_ACC.s
 endif endif
  
   # Special code calling pam_end in class AuthHandle only required
   # with session based authentication mechanism
   ifeq ($(PEGASUS_PAM_SESSION_SECURITY),true)
       SOURCES2 += AuthHandle.cpp
   endif
   
   # 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
   
 SOURCES = $(SOURCES1) $(SOURCES2) SOURCES = $(SOURCES1) $(SOURCES2)
  
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
Line 244 
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.2.2  
changed lines
  Added in v.1.183.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2