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

Diff for /pegasus/mak/platform_ZOS_ZSERIES_IBM.mak between version 1.1.2.1 and 1.49

version 1.1.2.1, 2001/09/13 17:25:29 version 1.49, 2010/07/05 12:51:36
Line 1 
Line 1 
   #//%LICENSE////////////////////////////////////////////////////////////////
   #//
   #// Licensed to The Open Group (TOG) under one or more contributor license
   #// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
   #// this work for additional information regarding copyright ownership.
   #// Each contributor licenses this file to you under the OpenPegasus Open
   #// Source License; you may not use this file except in compliance with the
   #// License.
   #//
   #// 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
  
 OS = zos OS = zos
Line 6 
Line 34 
  
 COMPILER = ibm COMPILER = ibm
  
 SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/StandardIncludes/zOS  SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/stdcxx/zOS
   #SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include
   DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D _OPEN_SYS_IF_EXT -D _OPEN_SYS_DIR_EXT -D _OPEN_SYS_FILE_EXT -D_ALL_SOURCE -D_UNIX03_SOURCE -D_OPEN_THREADS=3 -D_OPEN_SYS_SOCK_IPV6 -D_ENHANCED_ASCII_EXT=0xFFFFFFFF -D_XOPEN_SOURCE=600 -D_UNIX03_WITHDRAWN
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)  DEFINES += -DPEGASUS_OS_ZOS
  
 ifdef PEGASUS_DEBUG  DEFINES += -DPEGASUS_USE_SYSLOGS
 FLAGS = -g -W c,dll,expo  
 PR_FLAGS = -g -W c,dll  ifdef PEGASUS_KERBEROS_AUTHENTICATION
     DEFINES += -DPEGASUS_KERBEROS_AUTHENTICATION
   endif
   
   
   
   ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
   FLAGS = -W "c,debug,ASCII,XPLINK,dll,expo,langlvl(extended,newexcp),rtti(dynamiccast),float(ieee),goff"
   PR_FLAGS = -W "c,debug,ASCII,XPLINK,dll,expo,langlvl(extended,newexcp),rtti(dynamiccast),FLOAT(IEEE),goff" -W "l,XPLINK,dll"
 else else
 FLAGS = -O2 -W c,dll,expo  FLAGS = -O2 -W "c,ASCII,XPLINK,dll,expo,langlvl(extended,newexcp),rtti(dynamiccast),float(ieee),goff,INLINE(AUTO,REPORT,1000,8000)"
 PR_FLAGS = -O2 -W c,dll  PR_FLAGS = -O2 -W "c,ASCII,XPLINK,dll,expo,langlvl(extended,newexcp),rtti(dynamiccast),FLOAT(IEEE),goff,INLINE(AUTO,REPORT,1000,8000)" -W "l,XPLINK,dll,EDIT=NO"
   endif
   
   ifdef PEGASUS_GENERATE_LISTINGS
     FLAGS += -W"c,LIST,XREF"
     PR_FLAGS  += -W"c,LIST,XREF" -W"l,MAP,LIST"
   endif
   
   
   PEGASUS_ZOS_BUILD_DATE := $(shell date '+%Y%m%d+')
   
   ifdef PEGASUS_ZOS_SERVICE_STRING
          FLAGS += -W "c,SERVICE($(PEGASUS_ZOS_SERVICE_STRING)$(PEGASUS_ZOS_BUILD_DATE))"
       PR_FLAGS += -W "c,SERVICE($(PEGASUS_ZOS_SERVICE_STRING)$(PEGASUS_ZOS_BUILD_DATE))"
       DEFINES  += -DPEGASUS_ZOS_SERVICE_STRING=\"$(PEGASUS_ZOS_SERVICE_STRING)$(PEGASUS_ZOS_BUILD_DATE)\"
   else
          FLAGS += -W "c,SERVICE(NOTVALI--CIM--NOTVALID--XXX--$(PEGASUS_ZOS_BUILD_DATE))"
       PR_FLAGS += -W "c,SERVICE(NOTVALI--CIM--NOTVALID--XXX--$(PEGASUS_ZOS_BUILD_DATE))"
   endif
   
   # supported values for PEGASUS_ZOS_TARGET_LEVEL are the following:
   # zOSV1R7, zOSV1R8, zOSV1R9
   ifdef PEGASUS_ZOS_TARGET_LEVEL
          FLAGS += -W "c,TARGET($(PEGASUS_ZOS_TARGET_LEVEL))"
       PR_FLAGS += -W "c,TARGET($(PEGASUS_ZOS_TARGET_LEVEL))"
   endif
   
   ifdef PEGASUS_ZOS_SECURITY
     DEFINES += -DPEGASUS_ZOS_SECURITY
   endif
   
   ifdef PEGASUS_HAS_MY_KERBEROS
     FLAGS+= -L/usr/local/lib
     PR_FLAGS+= -L/usr/local/lib
   endif
   
   ifdef PEGASUS_ZOS_THREADLEVEL_SECURITY
     DEFINES += -DPEGASUS_ZOS_THREADLEVEL_SECURITY
   endif
   
   
   # if PEGASUS_ENABLE_SLP is already set then honor the users preference else
   # Enable the compilation of the SLP functions.
   #
   ifndef PEGASUS_ENABLE_SLP
       PEGASUS_ENABLE_SLP = true
 endif endif
  
 SYS_LIBS = SYS_LIBS =
  
 CXX = c++  CXX = c++ -+
   
   CC = cc  -W "c,SSCOMM"
  
 SH = sh SH = sh
  
 YACC = bison YACC = bison
  
   RM = rm -f
   
   DIFF = diff
   
   SORT = sort
   
 COPY = cp COPY = cp
  
 MOVE = mv MOVE = mv
  
   ZIP = zip
   
 LIB_SUFFIX = .so LIB_SUFFIX = .so
  
   DYNLIB_SUFFIX = .x
   
   STATLIB_SUFFIX = .a
   
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
  
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2