Makefile revision 911
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi###############################################################################
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Use is subject to license terms.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Permission is hereby granted, free of charge, to any person obtaining a
41c16c6c5164134051839ddba34c790900dbaa61gryzor# copy of this software and associated documentation files (the
41c16c6c5164134051839ddba34c790900dbaa61gryzor# "Software"), to deal in the Software without restriction, including
41c16c6c5164134051839ddba34c790900dbaa61gryzor# without limitation the rights to use, copy, modify, merge, publish,
41c16c6c5164134051839ddba34c790900dbaa61gryzor# distribute, and/or sell copies of the Software, and to permit persons
6ae232055d4d8a97267517c5e50074c2c819941and# to whom the Software is furnished to do so, provided that the above
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# copyright notice(s) and this permission notice appear in all copies of
6ae232055d4d8a97267517c5e50074c2c819941and# the Software and that both the above copyright notice(s) and this
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# permission notice appear in supporting documentation.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
#
# Package name used in tarballs
MODULE_NAME=xextproto
# Version number (used in path names)
MODULE_VERSION=7.1.1
# Checksums for upstream tarball
TARBALL_MD5 = fb6ccaae76db7a35e49b12aea60ca6ff
TARBALL_SHA1 = 1bb4bd12d65a17b3168dc9b4e028b33a2f7b2cad
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES=
### Include common rulesets
include ../Makefile.inc