Makefile revision 837
bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch###############################################################################
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen#
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# Use subject to license terms.
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen#
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# copy of this software and associated documentation files (the
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# "Software"), to deal in the Software without restriction, including
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# without limitation the rights to use, copy, modify, merge, publish,
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# distribute, and/or sell copies of the Software, and to permit persons
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# to whom the Software is furnished to do so, provided that the above
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# copyright notice(s) and this permission notice appear in all copies of
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# the Software and that both the above copyright notice(s) and this
7744586e3e0fd60158abfbb03a233d3bd8d6c48bTimo Sirainen# permission notice appear in supporting documentation.
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen#
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
50e20db49f29917fe9adcf1b56b11badf28bd0e4Timo Sirainen# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
50e20db49f29917fe9adcf1b56b11badf28bd0e4Timo Sirainen# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
61618d4c58080570f689614fec204ae14e90cef2Timo Sirainen# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
9743e5ac5bf6391157a4d1ab7119872b0979f8b7Timo Sirainen# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen#
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# Except as contained in this notice, the name of a copyright holder
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen# shall not be used in advertising or otherwise to promote the sale, use
7744586e3e0fd60158abfbb03a233d3bd8d6c48bTimo Sirainen# or other dealings in this Software without prior written authorization
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen# of the copyright holder.
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen#
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen# @(#)Makefile 1.4 08/08/08
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen#
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen# Package name used in tarballs
7bafda1813454621e03615e83d55bccfa7cc56bdTimo SirainenMODULE_NAME=xorg-sgml-doctools
9743e5ac5bf6391157a4d1ab7119872b0979f8b7Timo Sirainen
9743e5ac5bf6391157a4d1ab7119872b0979f8b7Timo Sirainen# Version number (used in path names)
a64adf62fa33f2463a86f990217b0c9078531a40Timo SirainenMODULE_VERSION=1.2
a64adf62fa33f2463a86f990217b0c9078531a40Timo Sirainen
7744586e3e0fd60158abfbb03a233d3bd8d6c48bTimo Sirainen# Patches to apply to source after unpacking, in order
7bafda1813454621e03615e83d55bccfa7cc56bdTimo SirainenSOURCE_PATCHES=
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen### Include common rulesets
a64adf62fa33f2463a86f990217b0c9078531a40Timo Siraineninclude ../Makefile.inc
7bafda1813454621e03615e83d55bccfa7cc56bdTimo Sirainen