(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.2 and 1.19

version 1.2, 2002/05/14 09:24:46 version 1.19, 2003/11/24 23:19:27
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_USE_SYSLOGS
   
 SYS_INCLUDES = -I/usr/include/g++-3  
   
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  
   
 ifdef PEGASUS_DEBUG  
 FLAGS = -g -W -Wall -Wno-unused  -fPIC -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT  
 else  
 FLAGS = -O2 -W -Wall -Wno-unused -fPIC -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT  
 endif  
   
 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  
  
   ##
   ## The following flag needs to be set to compile in code for
   ## not listing the trace configuration properties. This will cause
   ## the trace configuration properties, traceComponents and traceLevel
   ## not to be listed when using the cimconfig -l command.
   ##
   DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2