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

Diff for /pegasus/mak/platform_LINUX_IA64_GNU.mak between version 1.1 and 1.17

version 1.1, 2002/03/31 00:37:56 version 1.17, 2003/06/14 19:25:38
Line 1 
Line 1 
 include $(ROOT)/mak/config-unix.mak  # Platform Configuration for Linux on IA-64
   # If you have generic Linux config options, please place them in config-linux.mak
  
 OS = linux  include $(ROOT)/mak/config-linux.mak
  
 ARCHITECTURE = IA64 ARCHITECTURE = IA64
  
 COMPILER = gnu  DEFINES += -DPEGASUS_REMOVE_DEPRECATED
   DEFINES += -DPEGASUS_DISABLE_KILLING_HUNG_THREADS
 SYS_INCLUDES = -I/usr/include/g++-3  DEFINES += -DPEGASUS_USE_SYSLOGS
   
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  ##
   ## The following flag needs to be set to compile in code for
 ifdef PEGASUS_DEBUG  ## not listing the trace configuration properties. This will cause
 FLAGS = -g -W -Wall -Wno-unused  -fPIC -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT  ## the trace configuration properties, traceComponents and traceLevel
 else  ## not to be listed when using the cimconfig -l command.
 FLAGS = -O2 -W -Wall -Wno-unused -fPIC  ##
 endif  DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES
   
 FLAGS += -DPEGASUS_PLATFORM_LINUX_GENERIC_GNU  
   
 #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  
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2