Makefile revision 919
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync###############################################################################
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Use is subject to license terms.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Permission is hereby granted, free of charge, to any person obtaining a
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# copy of this software and associated documentation files (the "Software"),
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# to deal in the Software without restriction, including without limitation
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# and/or sell copies of the Software, and to permit persons to whom the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Software is furnished to do so, subject to the following conditions:
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# The above copyright notice and this permission notice (including the next
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# paragraph) shall be included in all copies or substantial portions of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Software.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# DEALINGS IN THE SOFTWARE.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Package name used in tarballs
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncMODULE_NAME=xf86vidmodeproto
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Version number (used in path names)
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncMODULE_VERSION=2.3
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Checksums for upstream tarball
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncTARBALL_MD5 = 4434894fc7d4eeb4a22e6b876d56fdaa
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncTARBALL_SHA1 = 22d034c2f66985f8541b9ea3421096ceaa006355
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Patches to apply to source after unpacking, in order
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncSOURCE_PATCHES=
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync### Include common rulesets
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude ../Makefile.inc
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync