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

version 1.7, 2003/02/12 22:04:36 version 1.19, 2003/11/24 23:19:27
Line 22 
Line 22 
  SYS_INCLUDES += -I$(PURIFY_HOME)  SYS_INCLUDES += -I$(PURIFY_HOME)
 endif endif
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC -DPEGASUS_REMOVE_DEPRECATED  DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC -DPEGASUS_LOCAL_DOMAIN_SOCKET
  
 ifdef PEGASUS_AGENT  DEFINES += -DPEGASUS_USE_SYSLOGS
   
   DEFINES += -DPEGASUS_HAS_SIGNALS
   
   ifdef PEGASUS_USE_EMANATE
  DEFINES += -DHPUX_EMANATE  DEFINES += -DHPUX_EMANATE
 endif endif
  
Line 48 
Line 52 
  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 59 
Line 71 
 endif endif
  
 ## ##
 ## The following flag needs to be set to compile in code for  ## The following flag sets the Authentication to be PAM based authentication.
 ## 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  
   ifdef PEGASUS_ALWAYS_USE_PAM
    DEFINES += -DPEGASUS_ALWAYS_USE_PAM
   endif
  
 ## ##
 ## The following flag needs to be set to compile in the configuration ## The following flag needs to be set to compile in the configuration
Line 98 
Line 110 
 FLAGS = FLAGS =
  
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes) ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib    ifdef PEGASUS_USE_RELEASE_DIRS
       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.7  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2