Makefile revision 1195
842ae4bd224140319ae7feec1872b93dfd491143fielding# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
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# 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.
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.
5950c42befb93e3915afaae38a69623c070e59b3wrowe# No upstream sources, only local sources
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# No configure script to run
51f9c50e4116dba10d9bf9bedf921272b88b9c9estriker# Build both 32-bit & 64-bit versions
51f9c50e4116dba10d9bf9bedf921272b88b9c9estriker# Since we don't have a configure script, pass configure flags to make
1f728f035fca81594193e198b40bfa732b1c02ebtrawickMODULE_CONFIG_ENV = MACH="$(MACH$(BUILD_TYPE))" DESTDIR="$(TOOLS_DIR)"
9f7325ecad575cf77ab76b01beaaf339a63490b5trawickMODULE_BUILD_MAKEFLAGS = $(CONFIG_ENV) -f "$(ACTUAL_SOURCE_DIR)/Makefile"