Makefile revision 919
48c0c81cd6fabac9d3386406d97633780365b839coar###############################################################################
b05930e6008f69bd323abe0c10f81f40ffd27983brianp#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Xft 2.x Makefile
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
8163c8f6e2a9a8e4aba318d874c54a3155d57e21jerenkrantz# Use is subject to license terms.
0bd0176ce9f4321eeb506aa372d0bcc84befbf4cstriker#
d8028365066fca602bf35d014530a1802114378crbb# Permission is hereby granted, free of charge, to any person obtaining a
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# copy of this software and associated documentation files (the "Software"),
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# to deal in the Software without restriction, including without limitation
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d89c116f82699294ca744125723651c554bc5925wrowe# and/or sell copies of the Software, and to permit persons to whom the
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# Software is furnished to do so, subject to the following conditions:
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz#
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# The above copyright notice and this permission notice (including the next
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# paragraph) shall be included in all copies or substantial portions of the
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# Software.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb#
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
571760de5e60c0b459cb11be45507b923cd023eejwoolley# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
571760de5e60c0b459cb11be45507b923cd023eejwoolley# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9180a5933673ffb1af633c255ceee029340f3b1erbb# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# DEALINGS IN THE SOFTWARE.
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Package name used in tarballs
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbbMODULE_NAME=libXft
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# Version number (used in path names)
6f6f4a4bca281779d196acbdd5c017bb90858305trawickMODULE_VERSION=2.1.14
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Checksums for upstream tarball
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbTARBALL_MD5 = 254e62a233491e0e1251636536163e20
bd929c73ef04789b7183b840d8db6e01d03a4d86rbbTARBALL_SHA1 = e08ae6b1f56e160179b9f141b4ab799333ec725e
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Patches to apply to source after unpacking, in order
af4c982a7cf4515f124935f99a329744035fc699sliveSOURCE_PATCHES = \
af4c982a7cf4515f124935f99a329744035fc699slive xftcore-6261221.patch \
af4c982a7cf4515f124935f99a329744035fc699slive 6872780.patch
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Library name (used for specfiles/mapfiles)
af4c982a7cf4515f124935f99a329744035fc699sliveLIBNAME=Xft
af4c982a7cf4515f124935f99a329744035fc699slive
10270f6f94b2069d0d357805c140a9897449b9ccianh# Man pages to apply Sun footer to & attributes to list
4b62424416882687387923b3130b96241503cbe0jerenkrantzSUNTOUCHED_MANPAGES=man/Xft.3.in man/Xft.3
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzSUN_PACKAGE=SUNWxwxft
d415c14da6d37345738e160f785dbe8458095068jwoolleyMODULE_STABILITY=Volatile
d415c14da6d37345738e160f785dbe8458095068jwoolleyLIB_MAN_SUFFIX=3
d415c14da6d37345738e160f785dbe8458095068jwoolley
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz# Paths to find libraries at build time (LD_LIBRARY_PATH)
45b0e1c775c1cfed6473c9e5304179ccb9609f53stoddard# and run time (LD_RUN_PATH) and freetype-config binary at build time (PATH)
dbec4658981e4f9127e8676457c28d42932be7cdtrawickBUILD_ENV = LD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(LIBSUBDIR):$(PROTODIR)/usr/openwin/lib$(LIBSUBDIR):/usr/sfw/lib$(LIBSUBDIR) LD_RUN_PATH=/usr/sfw/lib$(LIBSUBDIR) PATH=$(PROTODIR)/usr/bin$(LIBSUBDIR):$(PATH)
d415c14da6d37345738e160f785dbe8458095068jwoolleyMODULE_LD_OPTIONS= -L$(PROTODIR)/usr/lib$(LIBSUBDIR)
d415c14da6d37345738e160f785dbe8458095068jwoolley
d415c14da6d37345738e160f785dbe8458095068jwoolley# Mapfile used to control which symbols are exported
d415c14da6d37345738e160f785dbe8458095068jwoolleyXFT_MAPFILE=$(PWD)/mapfile.scope
d415c14da6d37345738e160f785dbe8458095068jwoolleyMODULE_LD_OPTIONS += -M$(XFT_MAPFILE) -lX11
d415c14da6d37345738e160f785dbe8458095068jwoolley
d415c14da6d37345738e160f785dbe8458095068jwoolley# pkg-config files that need to have -R added
d415c14da6d37345738e160f785dbe8458095068jwoolleyFIX_PC_FILES=xft.pc.in
d415c14da6d37345738e160f785dbe8458095068jwoolley
d415c14da6d37345738e160f785dbe8458095068jwoolleyinclude ../Makefile.inc
d415c14da6d37345738e160f785dbe8458095068jwoolley
d415c14da6d37345738e160f785dbe8458095068jwoolley