Makefile revision 618
c313914d0e66b20969215e519bbf2ab4ecf39512Tinderbox User#
c80e152862cc3e3207dc837fde7116bd4c0e4b9dTinderbox User# CDDL HEADER START
c80e152862cc3e3207dc837fde7116bd4c0e4b9dTinderbox User#
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt# The contents of this file are subject to the terms of the
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt# Common Development and Distribution License (the "License").
d77cb075aae5595e460e3299bfc1e8ea5d42b560Evan Hunt# You may not use this file except in compliance with the License.
d77cb075aae5595e460e3299bfc1e8ea5d42b560Evan Hunt#
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews# or http://www.opensolaris.org/os/licensing.
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews# See the License for the specific language governing permissions
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews# and limitations under the License.
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews#
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
7ec97ae74e42ec21b354fd2d1366313b41d947d6Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
002f1373374a0b72fc0329baa682917929bef168Tony Finch# information: Portions Copyright [yyyy] [name of copyright owner]
002f1373374a0b72fc0329baa682917929bef168Tony Finch#
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews# CDDL HEADER END
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews#
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews#
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews#
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrewsinclude ../../make-rules/shared-macros.mk
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark Andrews
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark AndrewsCOMPONENT_NAME= bcc
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark AndrewsCOMPONENT_VERSION= 0.16.17
3a29ce9c08dd31709c73e7187aebda0d360c537bEvan HuntCOMPONENT_PROJECT_URL= http://homepage.ntlworld.com/robert.debath/dev86/
3a29ce9c08dd31709c73e7187aebda0d360c537bEvan HuntCOMPONENT_SRC= dev86-$(COMPONENT_VERSION)
5c78f1f50e53d8e2ed51a187efc2c9a0f43b4b1bMark AndrewsCOMPONENT_ARCHIVE= Dev86src-$(COMPONENT_VERSION).tar.gz
f1740da065d4555039fe8bb53beb4153e3f94de3Mark AndrewsCOMPONENT_ARCHIVE_HASH= sha1:0bfe55c7a5e11d72f19f26cb0383178605951c72
f1740da065d4555039fe8bb53beb4153e3f94de3Mark AndrewsCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
f1740da065d4555039fe8bb53beb4153e3f94de3Mark Andrews
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrewsinclude ../../make-rules/prep.mk
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrewsinclude ../../make-rules/justmake.mk
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrewsinclude ../../make-rules/ips.mk
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark AndrewsCOMPILER=gcc
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan HuntCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
635e4351b04fd61ca6d853bdac6268c090b55129Mark Andrews
635e4351b04fd61ca6d853bdac6268c090b55129Mark Andrews# Create the Makefile before we build
fc04365d2f83f197c8a54545dd9cd4ce6a209940Mark AndrewsCOMPONENT_PRE_BUILD_ACTION = (cd $(@D) ; CC="$(CC)" $(GMAKE) make.fil)
fc04365d2f83f197c8a54545dd9cd4ce6a209940Mark Andrews# build with the created Makefile (make.fil)
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark AndrewsCOMPONENT_BUILD_ARGS = -f make.fil
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark AndrewsCOMPONENT_BUILD_ARGS += PATH="$(@D)/bin:$(PATH)"
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark AndrewsCOMPONENT_BUILD_ARGS += MAKE="$(GMAKE)"
1cf118a656f5fd210787908b845362077fc507f8Evan HuntCOMPONENT_BUILD_ARGS += VERSION="$(COMPONENT_VERSION)"
1cf118a656f5fd210787908b845362077fc507f8Evan HuntCOMPONENT_BUILD_ARGS += TOPDIR="$(@D)"
1cf118a656f5fd210787908b845362077fc507f8Evan HuntCOMPONENT_BUILD_ARGS += CC="$(CC)"
1cf118a656f5fd210787908b845362077fc507f8Evan HuntCOMPONENT_BUILD_TARGETS = bcc86 as86 ld86 ar86
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt# common targets
1cf118a656f5fd210787908b845362077fc507f8Evan Huntinstall build: $(BUILD_32)
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaraman
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaramantest: $(NO_TESTS)
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaraman
fd82c70695888c134287b8018296028c252d100eMukund SivaramanBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman
fd82c70695888c134287b8018296028c252d100eMukund Sivaramaninclude ../../make-rules/depend.mk
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman