(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.20 and 1.24

version 1.20, 2004/03/03 22:51:21 version 1.24, 2004/08/21 18:57:55
Line 71 
Line 71 
 endif endif
  
 ## ##
 ## The following flag sets the Authentication to be PAM based authentication.  
 ##  
   
 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
 ## properties set with fixed release settings. ## properties set with fixed release settings.
 ## ##
Line 90 
Line 82 
 ifdef PEGASUS_HAS_MESSAGES ifdef PEGASUS_HAS_MESSAGES
   DEFINES += -DPEGASUS_HAS_MESSAGES   DEFINES += -DPEGASUS_HAS_MESSAGES
   ifdef ICU_ROOT   ifdef ICU_ROOT
         MSG_COMPILE = genrb          MSG_COMPILE = ${ICU_INSTALL}/bin/genrb
         MSG_FLAGS =         MSG_FLAGS =
         MSG_SOURCE_EXT = .txt         MSG_SOURCE_EXT = .txt
         MSG_COMPILE_EXT = .res         MSG_COMPILE_EXT = .res
Line 157 
Line 149 
  
 FLAGS = FLAGS =
  
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)  PEGASUS_SUPPORTS_DYNLIB=yes
   
   ifdef PEGASUS_USE_RELEASE_DIRS   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   else
Line 171 
Line 164 
           FLAGS += -Wl,+s -Wl,+b$(LIB_DIR):/usr/lib           FLAGS += -Wl,+s -Wl,+b$(LIB_DIR):/usr/lib
     endif     endif
   endif   endif
 endif  
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
   FLAGS += -g   FLAGS += -g
 endif endif
  
   #
   #  For future use on HP-UX
   #
   ifdef HPUX_LARGE_INTERFACES
           FLAGS += -D_HPUX_API_LEVEL=20040821
   endif
   
 SYS_LIBS = -lpthread -lrt SYS_LIBS = -lpthread -lrt
  
 SH = sh SH = sh


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2