Makefile revision 919
48c0c81cd6fabac9d3386406d97633780365b839coar###############################################################################
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Xft 2.x Makefile
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
8163c8f6e2a9a8e4aba318d874c54a3155d57e21jerenkrantz# Use is subject to license terms.
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:
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
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.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Package name used in tarballs
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# Version number (used in path names)
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Checksums for upstream tarball
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Patches to apply to source after unpacking, in order
af4c982a7cf4515f124935f99a329744035fc699slive# Library name (used for specfiles/mapfiles)
10270f6f94b2069d0d357805c140a9897449b9ccianh# Man pages to apply Sun footer to & attributes to list
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# Mapfile used to control which symbols are exported
d415c14da6d37345738e160f785dbe8458095068jwoolley# pkg-config files that need to have -R added