Blame mak/platform_HPUX_IA64_ACC.mak

Packit Service 0f5ca9
#//%LICENSE////////////////////////////////////////////////////////////////
Packit Service 0f5ca9
#//
Packit Service 0f5ca9
#// Licensed to The Open Group (TOG) under one or more contributor license
Packit Service 0f5ca9
#// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
Packit Service 0f5ca9
#// this work for additional information regarding copyright ownership.
Packit Service 0f5ca9
#// Each contributor licenses this file to you under the OpenPegasus Open
Packit Service 0f5ca9
#// Source License; you may not use this file except in compliance with the
Packit Service 0f5ca9
#// License.
Packit Service 0f5ca9
#//
Packit Service 0f5ca9
#// Permission is hereby granted, free of charge, to any person obtaining a
Packit Service 0f5ca9
#// copy of this software and associated documentation files (the "Software"),
Packit Service 0f5ca9
#// to deal in the Software without restriction, including without limitation
Packit Service 0f5ca9
#// the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit Service 0f5ca9
#// and/or sell copies of the Software, and to permit persons to whom the
Packit Service 0f5ca9
#// Software is furnished to do so, subject to the following conditions:
Packit Service 0f5ca9
#//
Packit Service 0f5ca9
#// The above copyright notice and this permission notice shall be included
Packit Service 0f5ca9
#// in all copies or substantial portions of the Software.
Packit Service 0f5ca9
#//
Packit Service 0f5ca9
#// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
Packit Service 0f5ca9
#// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
Packit Service 0f5ca9
#// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
Packit Service 0f5ca9
#// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
Packit Service 0f5ca9
#// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
Packit Service 0f5ca9
#// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
Packit Service 0f5ca9
#// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit Service 0f5ca9
#//
Packit Service 0f5ca9
#//////////////////////////////////////////////////////////////////////////
Packit Service 0f5ca9
include $(ROOT)/mak/config-unix.mak
Packit Service 0f5ca9
include $(ROOT)/mak/platform_HPUX_ACC.mak
Packit Service 0f5ca9
Packit Service 0f5ca9
ARCHITECTURE = IA64
Packit Service 0f5ca9
Packit Service 0f5ca9
ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
Packit Service 0f5ca9
  SYS_INCLUDES +=
Packit Service 0f5ca9
else
Packit Service 0f5ca9
  SYS_INCLUDES += -I$(ROOT)/src/stdcxx/stream
Packit Service 0f5ca9
endif
Packit Service 0f5ca9
Packit Service 0f5ca9
ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
Packit Service 0f5ca9
  DEFINES += -DHPUX_IA64_NATIVE_COMPILER
Packit Service 0f5ca9
endif
Packit Service 0f5ca9
Packit Service 0f5ca9
FLAGS += +Z +DD64 -mt -Wl,+rpathfirst
Packit Service 0f5ca9
EXTRA_CXX_FLAGS += -AA