Makefile revision 523
1391N/A###############################################################################
1391N/A#
1630N/A# Xfont Makefile
1391N/A#
1391N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1391N/A# Use subject to license terms.
1391N/A#
1391N/A# Permission is hereby granted, free of charge, to any person obtaining a
1391N/A# copy of this software and associated documentation files (the
1391N/A# "Software"), to deal in the Software without restriction, including
1391N/A# without limitation the rights to use, copy, modify, merge, publish,
1391N/A# distribute, and/or sell copies of the Software, and to permit persons
1391N/A# to whom the Software is furnished to do so, provided that the above
1391N/A# copyright notice(s) and this permission notice appear in all copies of
1391N/A# the Software and that both the above copyright notice(s) and this
1391N/A# permission notice appear in supporting documentation.
1391N/A#
1391N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1391N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1391N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1391N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1391N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
1391N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
1391N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1391N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
1391N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1391N/A#
1391N/A# Except as contained in this notice, the name of a copyright holder
1391N/A# shall not be used in advertising or otherwise to promote the sale, use
1391N/A# or other dealings in this Software without prior written authorization
1391N/A# of the copyright holder.
1391N/A#
1391N/A# @(#)Makefile 1.15 08/08/29
1391N/A#
1391N/A
1391N/A# Package name used in tarballs
1391N/AMODULE_NAME=libXfont
1391N/A
1391N/A# Version number (used in path names)
1391N/AMODULE_VERSION=1.3.3
1391N/A
1391N/A# Patches to apply to source after unpacking, in order
1391N/ASOURCE_PATCHES= \
1391N/A 4510977.patch,-p1 \
1391N/A bzip2.patch,-p1 \
1391N/A 6206898.patch
1391N/A
1391N/A# bzip2 patch changes configure.ac, requires autoreconf
1391N/AAUTORECONF=yes
1391N/A
1391N/A# Library name
1391N/ALIBNAME=Xfont
1391N/A
1391N/A# Man pages to apply Sun footer to & attributes to list
1391N/A#SUNTOUCHED_MANPAGES=man/*.man
1391N/ASUN_PACKAGE=SUNWxorg-server
1391N/AMODULE_STABILITY=Project Private
1425N/ALIB_MAN_SUFFIX=3Xfont
1425N/A
1425N/A# Additional configure script options to select the modules we use
1425N/AMODULE_CONFIG_OPTS= --enable-freetype --disable-type1 --disable-cid \
1425N/A --disable-speedo --enable-fontcache --enable-fc --disable-builtins \
1425N/A --with-bzip2
1391N/A
1418N/A# pkg-config files that need to have -R added
1418N/AFIX_PC_FILES=xfont.pc.in
1418N/A
1479N/A# Install in private subdir
1479N/AMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
1391N/A
1391N/A# Find fontenc library in private subdir
1391N/AMODULE_LDFLAGS= $(X11_SERVERLIBS_LDFLAGS)
1391N/A
1391N/Ainclude ../Makefile.inc
1391N/A
1391N/A