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

version 1.1, 2001/04/13 22:19:40 version 1.9.2.3, 2001/09/13 17:24:52
Line 10 
Line 10 
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
  
 DEPEND_INCLUDES = -I/usr/include/g++-3  
   
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -W -Wall -Wno-unused FLAGS = -g -W -Wall -Wno-unused
 else else
 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
   
   YACC = yacc
   
   COPY = cp
   
   MOVE = mv
   
   LIB_SUFFIX = .so
   
   PEGASUS_SUPPORTS_DYNLIB = yes
   
   PEGASUS_HAS_MAKEDEPEND = yes


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2