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