Makefile revision 1097
78a072e1b56619e3230735ae073668311232ec94vboxsync###############################################################################
78a072e1b56619e3230735ae073668311232ec94vboxsync# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
78a072e1b56619e3230735ae073668311232ec94vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# copy of this software and associated documentation files (the "Software"),
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# to deal in the Software without restriction, including without limitation
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# and/or sell copies of the Software, and to permit persons to whom the
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# Software is furnished to do so, subject to the following conditions:
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync# The above copyright notice and this permission notice (including the next
78a072e1b56619e3230735ae073668311232ec94vboxsync# paragraph) shall be included in all copies or substantial portions of the
78a072e1b56619e3230735ae073668311232ec94vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78a072e1b56619e3230735ae073668311232ec94vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78a072e1b56619e3230735ae073668311232ec94vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
78a072e1b56619e3230735ae073668311232ec94vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78a072e1b56619e3230735ae073668311232ec94vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
78a072e1b56619e3230735ae073668311232ec94vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
78a072e1b56619e3230735ae073668311232ec94vboxsync# DEALINGS IN THE SOFTWARE.
78a072e1b56619e3230735ae073668311232ec94vboxsync# Package name used in tarballs
78a072e1b56619e3230735ae073668311232ec94vboxsync# Package metadata
78a072e1b56619e3230735ae073668311232ec94vboxsyncMODULE_LICENSE = Mesa License (Mixed: MIT, LGPLv2, others)
78a072e1b56619e3230735ae073668311232ec94vboxsync# ARC cases that covered this module
78a072e1b56619e3230735ae073668311232ec94vboxsync# LSARC/2005/109 MESA, Open Source OpenGL clone
78a072e1b56619e3230735ae073668311232ec94vboxsync# Version number (used in path names)
78a072e1b56619e3230735ae073668311232ec94vboxsync# Checksums for upstream tarball
78a072e1b56619e3230735ae073668311232ec94vboxsyncTARBALL_SHA1 = 21de672a1cbe307135d7f172dc6952041a38e1c7
78a072e1b56619e3230735ae073668311232ec94vboxsync# Source tarball
78a072e1b56619e3230735ae073668311232ec94vboxsyncSOURCE_TARBALL_NAME=MesaLib-$(MODULE_VERSION).tar.bz2
78a072e1b56619e3230735ae073668311232ec94vboxsync# Download site for source
78a072e1b56619e3230735ae073668311232ec94vboxsyncSOURCE_URL=ftp://ftp.freedesktop.org/pub/mesa/$(MODULE_VERSION)/$(SOURCE_TARBALL_NAME)
78a072e1b56619e3230735ae073668311232ec94vboxsync# Directory created by unpacking source
78a072e1b56619e3230735ae073668311232ec94vboxsync# Patches to apply to source after unpacking, in order
MODULE_CONFIG_ENV = LDFLAGS="$(DEFAULT_CONFIG_LDFLAGS) $(ARCH_FLAGS) $(MODTYPE_LDFLAGS) $(MODULE_CFLAGS) $(MODULE_LDFLAGS)"
$(HEADERS_TO_RUNTIME_LINK:%=../../../var/run/opengl/include/%) \
$(START_CMD_ECHO) ; \
$(START_CMD_ECHO) ; \