(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.4 and 1.16.4.1

version 1.4, 2002/09/18 22:43:20 version 1.16.4.1, 2003/06/25 16:29:06
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
   DEFINES += -DPEGASUS_USE_SYSLOGS
  
 SYS_INCLUDES = -I/usr/include/g++-3  
   
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  
   
 #  
 ## The following flags need to be set or unset  
 ## to compile-in the code required for PAM authentication  
 ## and compile-out the code that uses the password file.  
 ## ##
   ## The following flag needs to be set to compile in code for
 ifdef PEGASUS_PAM_AUTHENTICATION  ## not listing the trace configuration properties. This will cause
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE  ## the trace configuration properties, traceComponents and traceLevel
 endif  ## not to be listed when using the cimconfig -l command.
   ##
 ifdef PEGASUS_RETURN_WHEN_READY  DEFINES += -DPEGASUS_DONOT_LIST_TRACE_PROPERTIES
  DEFINES += -DPEGASUS_RETURN_WHEN_READY  
 endif  
   
   
 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  
   
 # PAM support  
 ifdef PEGASUS_PAM_AUTHENTICATION  
    ifeq ($(HPUX_IA64_VERSION), yes)  
       SYS_LIBS += -L$(PAMLIB_HOME) -lpam  
    else  
       SYS_LIBS += -lpam  
    endif  
 endif  
   
 CXX = g++  
   
 SH = sh  
   
 YACC = yacc  
   
 COPY = cp  
   
 MOVE = mv  
   
 LIB_SUFFIX = .so  
   
 PEGASUS_SUPPORTS_DYNLIB = yes  
   


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.16.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2