Makefile revision 493
3666N/A###############################################################################
3666N/A#
3666N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3666N/A# Use subject to license terms.
3666N/A#
3666N/A# Permission is hereby granted, free of charge, to any person obtaining a
3666N/A# copy of this software and associated documentation files (the
3666N/A# "Software"), to deal in the Software without restriction, including
3666N/A# without limitation the rights to use, copy, modify, merge, publish,
3666N/A# distribute, and/or sell copies of the Software, and to permit persons
3666N/A# to whom the Software is furnished to do so, provided that the above
3666N/A# copyright notice(s) and this permission notice appear in all copies of
3666N/A# the Software and that both the above copyright notice(s) and this
3666N/A# permission notice appear in supporting documentation.
3666N/A#
3666N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3666N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3666N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
3666N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
3666N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
3666N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
3666N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
4275N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
4275N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4275N/A#
4275N/A# Except as contained in this notice, the name of a copyright holder
3666N/A# shall not be used in advertising or otherwise to promote the sale, use
3666N/A# or other dealings in this Software without prior written authorization
3666N/A# of the copyright holder.
3666N/A#
3666N/A# @(#)Makefile 1.3 08/08/08
3666N/A#
3666N/A
3666N/A# Package name used in tarballs
3666N/AMODULE_NAME=encodings
3666N/A
3666N/A# Version number (used in path names)
3666N/AMODULE_VERSION=1.0.2
3666N/A
3666N/A# Patches to apply to source after unpacking, in order
3996N/ASOURCE_PATCHES=
3996N/A
3996N/A# Extra configure flags
3666N/AMODULE_CONFIG_OPTS=--disable-gzip-small-encodings
3666N/A
3666N/A### Include common rulesets
3666N/Ainclude ../Makefile.inc
3666N/A
3666N/Ainstall_gen::
3666N/A (cd $(PROTODIR)/$(X11_DIR)/lib/X11/fonts/encodings && LD_LIBRARY_PATH=$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) $(PROTODIR)$(X11_DIR)/bin/mkfontscale -b -s -l -n -r -p $(X11_DIR)/lib/X11/fonts/encodings -e . -e large .)
3666N/A