(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.9 and 1.18

version 1.9.2.9, 2001/12/06 19:35:37 version 1.18, 2003/06/14 19:25:38
Line 1 
Line 1 
 include $(ROOT)/mak/config-unix.mak  # Platform Configuration for Linux on IA-32
   # If you have generic Linux config options, please place them in config-linux.mak
  
 OS = linux  include $(ROOT)/mak/config-linux.mak
  
 ARCHITECTURE = iX86 ARCHITECTURE = iX86
   
 COMPILER = gnu  
   
 SYS_INCLUDES = -I/usr/include/g++  
   
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  
   
 ifdef PEGASUS_DEBUG  
 FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT  
 else  
 FLAGS = -O2 -W -Wall -Wno-unused  
 endif  
   
 FLAGS += -DPEGASUS_HAS_SSL  
 SYS_LIBS = -ldl -lpthread -lcrypt -lssl  
 #SYS_LIBS = -ldl -lpthread -lcrypt  
   
   
 CXX = g++  
   
 SH = sh  
   
 YACC = yacc  
   
 COPY = cp  
   
 MOVE = mv  
   
 LIB_SUFFIX = .so  
   
 PEGASUS_SUPPORTS_DYNLIB = yes  
   
 ifndef PEGASUS_USE_MU_DEPEND  
 PEGASUS_HAS_MAKEDEPEND = yes  
 endif  


Legend:
Removed from v.1.9.2.9  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2