Makefile revision 969
456N/A###############################################################################
456N/A#
456N/A# bdftopcf Makefile
905N/A#
851N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
456N/A#
456N/A# Permission is hereby granted, free of charge, to any person obtaining a
456N/A# copy of this software and associated documentation files (the "Software"),
456N/A# to deal in the Software without restriction, including without limitation
456N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
456N/A# and/or sell copies of the Software, and to permit persons to whom the
456N/A# Software is furnished to do so, subject to the following conditions:
456N/A#
456N/A# The above copyright notice and this permission notice (including the next
456N/A# paragraph) shall be included in all copies or substantial portions of the
456N/A# Software.
456N/A#
456N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
456N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
456N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
456N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
456N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
456N/A# DEALINGS IN THE SOFTWARE.
456N/A#
456N/A#
456N/A
456N/A# Package name used in tarballs
456N/AMODULE_NAME=bdftopcf
456N/A
456N/A# Version number (used in path names)
456N/AMODULE_VERSION=1.0.2
456N/A
456N/A# Checksums for upstream tarball
493N/ATARBALL_MD5 = 148f20d28caaa69bbe7dcca7c2674fb6
456N/ATARBALL_SHA1 = 245778068b5e5ccde07151635ded50da90333524
456N/A
851N/A# Patches to apply to source after unpacking, in order
456N/ASOURCE_PATCHES =
911N/A
911N/A# Man pages to apply Sun footer to & attributes to list
911N/ASUNTOUCHED_MANPAGES=*.man
911N/ASUN_PACKAGE=SUNWxwplt
456N/AMODULE_STABILITY=Committed
851N/A
456N/A# Need to link with libXfont in server private directory
456N/AMODULE_LDFLAGS = $(X11_SERVERLIBS_LDFLAGS)
456N/AMODULE_LD_OPTIONS = -R $$ORIGIN/../lib/xorg$(ARCHLIBSUBDIR)
456N/A
456N/Ainclude ../Makefile.inc
456N/A
456N/A# Clean up old 64-bit builds from before we stopped building them
456N/Aclean: clean_64
456N/A
905N/Aclean_64:
851N/A -rm -rf build_64
851N/A