Makefile revision 943
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync###############################################################################
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Xft 2.x Makefile
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# copy of this software and associated documentation files (the "Software"),
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# to deal in the Software without restriction, including without limitation
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# and/or sell copies of the Software, and to permit persons to whom the
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Software is furnished to do so, subject to the following conditions:
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# The above copyright notice and this permission notice (including the next
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# paragraph) shall be included in all copies or substantial portions of the
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# DEALINGS IN THE SOFTWARE.
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Package name used in tarballs
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Version number (used in path names)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Checksums for upstream tarball
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsyncTARBALL_SHA1 = e08ae6b1f56e160179b9f141b4ab799333ec725e
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Patches to apply to source after unpacking, in order
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Library name (used for specfiles/mapfiles)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Man pages to apply Sun footer to & attributes to list
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Paths to find libraries at build time (LD_LIBRARY_PATH)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# and run time (LD_RUN_PATH) and freetype-config binary at build time (PATH)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsyncBUILD_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)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsyncMODULE_LD_OPTIONS= -L$(PROTODIR)/usr/lib$(LIBSUBDIR)
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# Mapfile used to control which symbols are exported
ab79888f2d6b4c61dd9ed587aec2bd70dcc17966vboxsync# pkg-config files that need to have -R added