(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 and 1.9.2.3

version 1.9, 2001/07/17 16:23:26 version 1.9.2.3, 2001/09/13 17:24:52
Line 16 
Line 16 
 FLAGS = -O2 -W -Wall -Wno-unused FLAGS = -O2 -W -Wall -Wno-unused
 endif endif
  
   ifdef PEGASUS_CONCURRENT
   FLAGS += -D_REENTRANT
   endif
   
 SYS_LIBS = -ldl SYS_LIBS = -ldl
  
   ifdef PEGASUS_CONCURRENT
   SYS_LIBS += -lpthread
   endif
   
 CXX = g++ CXX = g++
  
 SH = sh SH = sh
Line 31 
Line 39 
 LIB_SUFFIX = .so LIB_SUFFIX = .so
  
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
   
   PEGASUS_HAS_MAKEDEPEND = yes


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2