(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.31 and 1.41

version 1.31, 2005/03/18 21:25:54 version 1.41, 2005/12/14 22:15:31
Line 1 
Line 1 
   #//%2005////////////////////////////////////////////////////////////////////////
   #//
   #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
   #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation, The Open Group.
   #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; VERITAS Software Corporation; The Open Group.
   #//
   #// Permission is hereby granted, free of charge, to any person obtaining a copy
   #// of this software and associated documentation files (the "Software"), to
   #// deal in the Software without restriction, including without limitation the
   #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   #// sell copies of the Software, and to permit persons to whom the Software is
   #// furnished to do so, subject to the following conditions:
   #//
   #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
   #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
   #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
   #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   #//
   #//==============================================================================
 MAJOR_VERSION_NUMBER = 1 MAJOR_VERSION_NUMBER = 1
  
 OS = HPUX OS = HPUX
Line 24 
Line 52 
  SYS_INCLUDES += -I$(PURIFY_HOME)  SYS_INCLUDES += -I$(PURIFY_HOME)
 endif endif
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC -DPEGASUS_LOCAL_DOMAIN_SOCKET  #########################################################################
   ##
   ## Platform specific compile options controlled by environment variables
   ## are set here.
   ##
   #########################################################################
   
   # Enable OOP by default if preference not already set in the environment
   #
   ifndef PEGASUS_DEFAULT_OOP_ON
   PEGASUS_DEFAULT_OOP_ON = true
   endif
   
   
   
   #########################################################################
   
   DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_PLATFORM_HPUX_ACC
  
 DEFINES += -DPEGASUS_USE_SYSLOGS DEFINES += -DPEGASUS_USE_SYSLOGS
  
Line 42 
Line 87 
  DEFINES += -DPEGASUS_PURIFY  DEFINES += -DPEGASUS_PURIFY
 endif endif
  
 ifdef PEGASUS_LOCAL_DOMAIN_SOCKET  
  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET  
 endif  
   
 ifdef USE_CONNECTLOCAL  
  DEFINES += -DUSE_CONNECTLOCAL  
 endif  
   
 ifdef PEGASUS_NOASSERTS  
  DEFINES += -DNDEBUG  
 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 157 
Line 182 
  
 FLAGS += -Wl,+s FLAGS += -Wl,+s
  
 ifdef PEGASUS_DEBUG  ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
   FLAGS += -g   FLAGS += -g
   else
     FLAGS += +O2 -s
 endif endif
  
 ifdef PEGASUS_USE_RELEASE_DIRS ifdef PEGASUS_USE_RELEASE_DIRS
Line 178 
Line 205 
  
 YACC = bison YACC = bison
  
   RM = rm -f
   
   DIFF = diff
   
   SORT = sort
   
 COPY = cp COPY = cp
  
 MOVE = mv MOVE = mv


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2