Makefile revision 574
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync###############################################################################
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# mkfontscale 1.x Makefile
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Use subject to license terms.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# copy of this software and associated documentation files (the
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# "Software"), to deal in the Software without restriction, including
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# without limitation the rights to use, copy, modify, merge, publish,
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# distribute, and/or sell copies of the Software, and to permit persons
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# to whom the Software is furnished to do so, provided that the above
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# copyright notice(s) and this permission notice appear in all copies of
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# the Software and that both the above copyright notice(s) and this
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# permission notice appear in supporting documentation.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Except as contained in this notice, the name of a copyright holder
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# shall not be used in advertising or otherwise to promote the sale, use
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# or other dealings in this Software without prior written authorization
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# of the copyright holder.
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# @(#)Makefile 1.6 08/09/15
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync#
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Package name used in tarballs
b9a21c3c91c47e090316e28d759194e46628ed49vboxsyncMODULE_NAME=mkfontscale
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync
b9a21c3c91c47e090316e28d759194e46628ed49vboxsync# Version number (used in path names)
MODULE_VERSION=1.0.5
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
SUN_PACKAGE=SUNWxwfsw
MODULE_STABILITY=Uncommitted
# Need to link with libfontenc in server private directory
MODULE_LDFLAGS= -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
# Need to find libfontenc & libfreetype in matching directory when used
# in alternate root environments, like during OS install
MODULE_LD_OPTIONS= -R $$ORIGIN/../../sfw/lib$(ARCHLIBSUBDIR) \
-R $$ORIGIN/../lib/X11/xserver$(ARCHLIBSUBDIR)
include ../Makefile.inc