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