Makefile revision 1381
550N/A###############################################################################
1233N/A#
550N/A# Xfont Makefile
550N/A#
919N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
550N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
550N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
550N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
550N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
550N/A# DEALINGS IN THE SOFTWARE.
550N/A#
550N/A#
550N/A
550N/A# Package name used in tarballs
550N/AMODULE_NAME=libXfont
550N/A
1233N/A# Version number (used in path names)
550N/AMODULE_VERSION=1.4.7
550N/A
550N/A# Checksums for upstream tarball
550N/ATARBALL_MD5 = b21ee5739d5d2e5028b302fbf9fe630b
550N/ATARBALL_SHA1 = 77f60d0a2190cb36c07c2217693f46d5e8942ca2
550N/ATARBALL_SHA256= d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543
550N/A
550N/A# Patches to apply to source after unpacking, in order
550N/ASOURCE_PATCHES= ps-fonts.patch,-p1
550N/A
550N/A# Library name
550N/ALIBNAME=Xfont
550N/A
550N/A# Man pages to apply Sun footer to & attributes to list
550N/A#SUNTOUCHED_MANPAGES=man/*.man
550N/AMODULE_STABILITY=Project Private
550N/ALIB_MAN_SUFFIX=3xfont
550N/A
550N/A# ARC cases that covered this module
550N/A# PSARC 2003/094 Bitmap Font File Compression Formats
1233N/AMODULE_ARC_CASES = PSARC/2003/094
1233N/A
1233N/A# Additional configure script options to select the modules we use
1233N/AMODULE_CONFIG_OPTS= --enable-freetype --disable-type1 --disable-cid \
550N/A --disable-speedo --enable-fontcache --enable-fc --enable-builtins \
550N/A --with-bzip2
550N/A
550N/A# pkg-config files that need to have -R added
1233N/AFIX_PC_FILES=xfont.pc.in
1233N/A
550N/A# Install in private subdir
550N/AMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
550N/A
550N/A# Need to link with libfontenc in server private directory
550N/AMODULE_LDFLAGS= -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
550N/A
550N/A# Link with version mapfile
550N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
550N/A
550N/Ainclude ../Makefile.inc
550N/A
550N/A