(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.62 and 1.74

version 1.62, 2002/03/22 00:48:58 version 1.74, 2002/05/17 17:50:55
Line 4 
Line 4 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LOCAL_DEFINES = -DPEGASUS_COMMON_INTERNAL  LOCAL_DEFINES = -DPEGASUS_COMMON_INTERNAL -DPEGASUS_INTERNALONLY -DPEGASUS_MEMORY_DEBUG
  
 LIBRARY = pegcommon LIBRARY = pegcommon
  
Line 70 
Line 70 
     Message.cpp \     Message.cpp \
     MessageQueue.cpp \     MessageQueue.cpp \
     MessageQueueService.cpp \     MessageQueueService.cpp \
       ModuleController.cpp \
     Monitor.cpp \     Monitor.cpp \
     OperationContext.cpp \     OperationContext.cpp \
     OptionManager.cpp \     OptionManager.cpp \
Line 79 
Line 80 
     Sharable.cpp \     Sharable.cpp \
     Socket.cpp \     Socket.cpp \
     Stack.cpp \     Stack.cpp \
       StatisticalData.cpp \
     Stopwatch.cpp \     Stopwatch.cpp \
     String.cpp \     String.cpp \
     System.cpp \     System.cpp \
     TimeValue.cpp \     TimeValue.cpp \
       SSLContext.cpp \
     TLS.cpp \     TLS.cpp \
     TraceFileHandler.cpp \     TraceFileHandler.cpp \
     Tracer.cpp \     Tracer.cpp \
Line 90 
Line 93 
     Union.cpp \     Union.cpp \
     XmlParser.cpp \     XmlParser.cpp \
     XmlReader.cpp \     XmlReader.cpp \
     XmlWriter.cpp      XmlWriter.cpp \
       MofWriter.cpp \
       peg_authorization.cpp
  
 ## ##
 ## Took these out again. They broke the NT build. ## Took these out again. They broke the NT build.
Line 100 
Line 105 
 SOURCES += Signal.cpp SOURCES += Signal.cpp
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),LINUX_IA64_GNU)
   SOURCES += Signal.cpp
   endif
   
 ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX) ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX)
 SOURCES += Signal.cpp SOURCES += Signal.cpp
 endif endif
Line 108 
Line 117 
 SOURCES += Signal.cpp SOURCES += Signal.cpp
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)
   SOURCES += Signal.cpp
   endif
   
 SYS_LIBS = ws2_32.lib advapi32.lib SYS_LIBS = ws2_32.lib advapi32.lib
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
   # DO NOT DELETE


Legend:
Removed from v.1.62  
changed lines
  Added in v.1.74

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2