(file) Return to platform_LINUX_IX86_GNU.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/platform_LINUX_IX86_GNU.mak between version 1.9.2.3 and 1.13.10.1

version 1.9.2.3, 2001/09/13 17:24:52 version 1.13.10.1, 2003/03/13 19:17:05
Line 6 
Line 6 
  
 COMPILER = gnu COMPILER = gnu
  
 SYS_INCLUDES =  SYS_INCLUDES = -I/usr/include/g++
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -W -Wall -Wno-unused  FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 else else
 FLAGS = -O2 -W -Wall -Wno-unused  FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 ifdef PEGASUS_CONCURRENT  #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST
 FLAGS += -D_REENTRANT  
   # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
   # changes during interoperability tests.
   ifdef PEGASUS_SNIA_INTEROP_TEST
    DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST
 endif endif
  
 SYS_LIBS = -ldl  #SYS_LIBS = -ldl -lpthread -lcrypt -lssl
   SYS_LIBS = -ldl -lpthread -lcrypt
  
 ifdef PEGASUS_CONCURRENT  
 SYS_LIBS += -lpthread  
 endif  
  
 CXX = g++ CXX = g++
  
Line 40 
Line 42 
  
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
  
   ifndef PEGASUS_USE_MU_DEPEND
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes
   endif


Legend:
Removed from v.1.9.2.3  
changed lines
  Added in v.1.13.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2