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

Diff for /pegasus/mak/platform_HPUX_PARISC_ACC.mak between version 1.14 and 1.31

version 1.14, 2002/04/15 17:42:45 version 1.31, 2006/01/30 16:16:23
Line 1 
Line 1 
   #//%2006////////////////////////////////////////////////////////////////////////
   #//
   #// 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.
   #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec 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.
   #//
   #//==============================================================================
 include $(ROOT)/mak/config-unix.mak include $(ROOT)/mak/config-unix.mak
   include $(ROOT)/mak/platform_HPUX_ACC.mak
  
 OS = hpux  ARCHITECTURE = PARISC
  
 ARCHITECTURE = parisc  SYS_INCLUDES += -I$(ROOT)/src/stdcxx/stream
  
 COMPILER = acc  FLAGS += +Z +DAportable -mt -D_PSTAT64
   
 PLATFORM_VERSION_SUPPORTED = yes  
   
 ifeq ($(HPUX_IA64_VERSION), yes)  
   SYS_INCLUDES =  
 else  
   SYS_INCLUDES = -I$(ROOT)/src/stdcxx/stream  
 endif  
   
 ifdef PEGASUS_CCOVER  
  SYS_INCLUDES += -I/opt/ccover11/include  
 endif  
   
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  
   
 ifdef PEGASUS_AGENT  
  DEFINES += -DHPUX_EMANATE  
 endif  
   
 ifdef PEGASUS_CCOVER  
  DEFINES += -DPEGASUS_CCOVER  
 endif  
   
 ifdef ENABLETIMEOUTWORKAROUNDHACK  
  DEFINES += -DENABLETIMEOUTWORKAROUNDHACK  
 endif  
   
 ifdef PEGASUS_LOCAL_DOMAIN_SOCKET  
  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET  
 endif  
  
 ifdef PEGASUS_PAM_AUTHENTICATION ifdef PEGASUS_PAM_AUTHENTICATION
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION     SYS_LIBS += -lpam
 endif endif
  
 DEPEND_INCLUDES =  ##
   ## PEGASUS_HPUX_USE_DLOPEN is used for HPUX platforms. When defined it
   ## enables the use of dl routines (dlopen/dlclose/dlsym) instead of use
 ## Flags:  ## the shl routines (shl_load/shl_unload/shl_findsym). For other UNIX
 ##     +Z - produces position independent code (PIC).  ## platforms PEGASUS_HPUX_USE_DLOPEN doesn't have effect.
 ##     +DAportable generates code for any HP9000 architecture  
 ##     -Wl, passes the following option to the linker  
 ##       +s causes the linked image or shared lib to be able to  
 ##          search for any referenced shared libs dynamically in  
 ##          SHLIB_PATH (LD_LIBRARY_PATH on 64-bit HP9000)  
 ##       +b enables dynamic search in the specified directory(ies)  
 ## ##
  
 IAFLAGS =  ifdef PEGASUS_HPUX_USE_DLOPEN
       DEFINES += -DPEGASUS_HPUX_USE_DLOPEN
 ifeq ($(HPUX_IA64_VERSION), yes)  
   DEFINES += -DPEGASUS_ARCHITECTURE_IA64  
   IAFLAGS = +DD64 -mt  
   FLAGS = +Z $(IAFLAGS)  
 else  
   IAFLAGS =  +DAportable  
   FLAGS = +Z $(IAFLAGS) -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -D_REENTRANT -DRWSTD_MULTI_THREAD  
 endif  
   
 ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)  
   FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib  
 endif  
 ifdef PEGASUS_DEBUG  
   FLAGS += -g  
 endif  
   
 SYS_LIBS = -lpthread -lrt  
   
 # PAM support  
 ifdef PEGASUS_PAM_AUTHENTICATION  
 SYS_LIBS += -lpam  
 endif  
   
 # SSL support  
 ifdef PEGASUS_HAS_SSL  
  FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE  
  SYS_INCLUDES += -I$(OPENSSL_HOME)/include  
  SYS_LIBS += -L$(OPENSSL_HOME)/lib -lcrypto -lssl  
 endif endif
   
 CXX = aCC  
   
 SH = sh  
   
 YACC = bison  
   
 COPY = cp  
   
 MOVE = mv  
   
 LIB_SUFFIX = .sl  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2