Makefile revision 493
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd###############################################################################
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# fontenc 1.x Makefile
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Use subject to license terms.
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh# Permission is hereby granted, free of charge, to any person obtaining a
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# copy of this software and associated documentation files (the
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# "Software"), to deal in the Software without restriction, including
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# without limitation the rights to use, copy, modify, merge, publish,
2e545ce2450a9953665f701bb05350f0d3f26275nd# distribute, and/or sell copies of the Software, and to permit persons
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# to whom the Software is furnished to do so, provided that the above
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# copyright notice(s) and this permission notice appear in all copies of
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# the Software and that both the above copyright notice(s) and this
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# permission notice appear in supporting documentation.
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Except as contained in this notice, the name of a copyright holder
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# shall not be used in advertising or otherwise to promote the sale, use
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# or other dealings in this Software without prior written authorization
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# of the copyright holder.
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh#
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh# @(#)Makefile 1.5 08/08/08
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh#
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Package name used in tarballs
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_NAME=libfontenc
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh# Version number (used in path names)
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_VERSION=1.0.4
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Patches to apply to source after unpacking, in order
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndSOURCE_PATCHES =
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Library name
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndLIBNAME=fontenc
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Man pages to apply Sun footer to & attributes to list
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#SUNTOUCHED_MANPAGES=man/*.man
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndSUN_PACKAGE=SUNWxorg-server
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_STABILITY=Project Private
20f499565e77defe9dab24dd85c02f38a1175855ndLIB_MAN_SUFFIX=3fontenc
1050464f9f91f75e7a1c5c3daf3fb7b8aa74592ahumbedooh
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# pkg-config files that need to have -R added
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndFIX_PC_FILES=fontenc.pc.in
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Install in private subdir, but don't look there for encodings
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_CONFIG_OPTS=--with-encodingsdir=$(X11_DIR)/lib/X11/fonts/encodings
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndinclude ../Makefile.inc
4aa603e6448b99f9371397d439795c91a93637eand