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