(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.9.2.8

version 1.9.2.3, 2001/09/13 17:24:52 version 1.9.2.8, 2001/12/03 11:19:58
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
 endif endif
  
 ifdef PEGASUS_CONCURRENT  SYS_LIBS = -ldl -lpthread -lcrypt
 FLAGS += -D_REENTRANT  
 endif  
   
 SYS_LIBS = -ldl  
   
 ifdef PEGASUS_CONCURRENT  
 SYS_LIBS += -lpthread  
 endif  
  
 CXX = g++ CXX = g++
  
Line 40 
Line 32 
  
 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.9.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2