Makefile revision 1195
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# Permission is hereby granted, free of charge, to any person obtaining a
842ae4bd224140319ae7feec1872b93dfd491143fielding# copy of this software and associated documentation files (the "Software"),
842ae4bd224140319ae7feec1872b93dfd491143fielding# to deal in the Software without restriction, including without limitation
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and/or sell copies of the Software, and to permit persons to whom the
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Software is furnished to do so, subject to the following conditions:
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# The above copyright notice and this permission notice (including the next
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# paragraph) shall be included in all copies or substantial portions of the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Software.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1b21d7b3d97def358b2e923655edeb16613a1c31gstein# DEALINGS IN THE SOFTWARE.
03d4bd1f300820885d35d51369c102d60db9ab5cwrowe#
ec186f907a65387d1ed0448bc6c58382a325811fwrowe
5950c42befb93e3915afaae38a69623c070e59b3wrowe# No upstream sources, only local sources
5950c42befb93e3915afaae38a69623c070e59b3wroweMODULE_NAME = build-tools
cccd31fa4a72fe23cc3249c06db181b274a55a69gsteinMODULE_VERSION = src
1b21d7b3d97def358b2e923655edeb16613a1c31gsteinSOURCE_TARBALL_NAME = NONE
56ee84931be318497a6b68e60f725b9b1ad48412trawickSOURCE_TARBALL_NAME_SET = yes
1b21d7b3d97def358b2e923655edeb16613a1c31gsteinACTUAL_SOURCE_DIR = ../../sun-src
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# No configure script to run
2d71630471d1c23f0137309e3c3957c633ecbfd6rbbCONFIGURE_TARGETS =
51f9c50e4116dba10d9bf9bedf921272b88b9c9estrikerCONFIGURE_TARGETS_SET = yes
51f9c50e4116dba10d9bf9bedf921272b88b9c9estriker
51f9c50e4116dba10d9bf9bedf921272b88b9c9estriker# Build both 32-bit & 64-bit versions
2e123e8beedc9f921448c113e2d6823a92fd5261fieldingBUILD_TYPES = 32 64
944fd48ac53d788e06dc7d5968b3d3a08ac1c17cgeoffBUILD_TYPES_SET = yes
fb0c14f07aa634d66663d85fa621c99a53bc74e4trawick
51f9c50e4116dba10d9bf9bedf921272b88b9c9estriker# Since we don't have a configure script, pass configure flags to make
1f728f035fca81594193e198b40bfa732b1c02ebtrawickMODULE_CONFIG_ENV = MACH="$(MACH$(BUILD_TYPE))" DESTDIR="$(TOOLS_DIR)"
2e123e8beedc9f921448c113e2d6823a92fd5261fieldingMODULE_CONFIG_ENV += srcdir="$(ACTUAL_SOURCE_DIR)"
9f7325ecad575cf77ab76b01beaaf339a63490b5trawickMODULE_BUILD_MAKEFLAGS = $(CONFIG_ENV) -f "$(ACTUAL_SOURCE_DIR)/Makefile"
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingMODULE_INSTALL_MAKEFLAGS= $(MODULE_BUILD_MAKEFLAGS)
370c2c1823a41b1aeb07a2515774d03b2d781259jorton
370c2c1823a41b1aeb07a2515774d03b2d781259jortoninclude ../Makefile.inc
370c2c1823a41b1aeb07a2515774d03b2d781259jorton