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

Diff for /pegasus/mak/platform_HPUX_ACC.mak between version 1.13 and 1.17

version 1.13, 2003/03/21 23:37:35 version 1.17, 2003/10/09 16:43:23
Line 30 
Line 30 
  
 DEFINES += -DPEGASUS_HAS_SIGNALS DEFINES += -DPEGASUS_HAS_SIGNALS
  
 ifdef PEGASUS_AGENT  ifdef PEGASUS_USE_EMANATE
  DEFINES += -DHPUX_EMANATE  DEFINES += -DHPUX_EMANATE
 endif endif
  
Line 54 
Line 54 
  DEFINES += -DNDEBUG  DEFINES += -DNDEBUG
 endif endif
  
   ifdef PEGASUS_INDICATION_PERFINST
     DEFINES += -DPEGASUS_INDICATION_PERFINST
   endif
   
   ifdef PEGASUS_INDICATION_HASHTRACE
     DEFINES += -DPEGASUS_INDICATION_HASHTRACE
   endif
   
 ## ##
 ## The following flags need to be set or unset ## The following flags need to be set or unset
 ## to compile-in the code required for PAM authentication ## to compile-in the code required for PAM authentication
Line 73 
Line 81 
 endif endif
  
 ## ##
 ## 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  
   
 ##  
 ## The following flag needs to be set to compile in the configuration ## The following flag needs to be set to compile in the configuration
 ## properties set with fixed release settings. ## properties set with fixed release settings.
 ## ##
Line 112 
Line 112 
 FLAGS = FLAGS =
  
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes) ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
     ifdef PEGASUS_USE_RELEASE_DIRS
   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib:/usr/lib   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib:/usr/lib
     else
       FLAGS += -Wl,+s -Wl,+b$(LIB_DIR):/usr/lib
     endif
 endif endif
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2