shared-macros.mk revision 2
394N/A#
394N/A# CDDL HEADER START
394N/A#
394N/A# The contents of this file are subject to the terms of the
394N/A# Common Development and Distribution License (the "License").
394N/A# You may not use this file except in compliance with the License.
394N/A#
394N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
394N/A# or http://www.opensolaris.org/os/licensing.
394N/A# See the License for the specific language governing permissions
394N/A# and limitations under the License.
394N/A#
394N/A# When distributing Covered Code, include this CDDL HEADER in each
394N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
394N/A# If applicable, add the following below this CDDL HEADER, with the
394N/A# fields enclosed by brackets "[]" replaced with your own identifying
394N/A# information: Portions Copyright [yyyy] [name of copyright owner]
394N/A#
394N/A# CDDL HEADER END
394N/A#
3789N/A# Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved.
394N/A#
394N/A
394N/ACONSOLIDATION = userland
394N/APUBLISHER = $(CONSOLIDATION)-build
394N/ABUILD_VERSION = 5.11-0.140
394N/A
394N/ACOMPILER = studio
618N/APYTHON_VERSION = 2.6
394N/A
394N/ATOOLS = $(WS_TOP)/tools
844N/AWS_LOGS = $(WS_TOP)/logs
844N/AMAKE_RULES = $(WS_TOP)/components/make-rules
618N/A
1273N/APKG_REPO = file://$(WS_TOP)/repo
394N/APROTO_DIR = $(shell pwd)/$(COMPONENT_SRC)/installed-prototype
394N/A
394N/AMACH64 = $(shell isainfo -k)
394N/A
394N/ASPRO_ROOT = /opt/sunstudio12.1
3661N/AGCC_ROOT = /usr/gnu
3661N/A
3778N/ACC.studio.32 = $(SPRO_ROOT)/bin/cc -m32
3789N/ACCC.studio.32 = $(SPRO_ROOT)/bin/CC -m32
3778N/A
3996N/ACC.studio.64 = $(SPRO_ROOT)/bin/cc -m64
3996N/ACCC.studio.64 = $(SPRO_ROOT)/bin/CC -m64
3996N/A
394N/ACC.gcc.32 = $(GCC_ROOT)/bin/cc -m32
727N/ACCC.gcc.32 = $(GCC_ROOT)/bin/CC -m32
727N/A
727N/ACC.gcc.64 = $(GCC_ROOT)/bin/cc -m64
394N/ACCC.gcc.64 = $(GCC_ROOT)/bin/CC -m64
394N/A
394N/ACC = $(CC.$(COMPILER).$(BITS))
394N/ACCC = $(CCC.$(COMPILER).$(BITS))
394N/A
394N/APYTHON.2.4.32 = /usr/bin/python2.4
394N/APYTHON.2.4.64 = /usr/bin/amd64/python2.4
394N/A
3996N/APYTHON.2.6.32 = /usr/bin/python2.6
3996N/APYTHON.2.6.64 = /usr/bin/amd64/python2.6
3996N/A
3996N/APYTHON.32 = $(PYTHON.$(PYTHON_VERSION).$(BITS))
3996N/APYTHON.64 = $(PYTHON.$(PYTHON_VERSION).$(BITS))
3996N/A
GMAKE = /usr/gnu/bin/make
GPATCH = /usr/gnu/bin/patch
GPATCH_FLAGS = -p1 -b
PKGSEND = /usr/bin/pkgsend
TOUCH = /usr/bin/touch
MKDIR = /bin/mkdir -p
RM = /bin/rm -f