Makefile revision 851
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync###############################################################################
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Use is subject to license terms.
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Permission is hereby granted, free of charge, to any person obtaining a
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# copy of this software and associated documentation files (the
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# "Software"), to deal in the Software without restriction, including
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# without limitation the rights to use, copy, modify, merge, publish,
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# distribute, and/or sell copies of the Software, and to permit persons
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# to whom the Software is furnished to do so, provided that the above
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# copyright notice(s) and this permission notice appear in all copies of
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# the Software and that both the above copyright notice(s) and this
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# permission notice appear in supporting documentation.
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Except as contained in this notice, the name of a copyright holder
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# shall not be used in advertising or otherwise to promote the sale, use
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# or other dealings in this Software without prior written authorization
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# of the copyright holder.
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# ident "@(#)Makefile 1.5 09/11/23 SMI"
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync#
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Package name used in tarballs
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsyncMODULE_NAME=encodings
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Version number (used in path names)
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsyncMODULE_VERSION=1.0.3
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Patches to apply to source after unpacking, in order
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsyncSOURCE_PATCHES=
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync# Extra configure flags
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsyncMODULE_CONFIG_OPTS=--disable-gzip-small-encodings
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync### Include common rulesets
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsyncinclude ../Makefile.inc
2b114c590cf5a19f8047cd7bde9c7e5ae00aa22bvboxsync