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