Makefile revision 618
18c2aff776a775d34a4c9893a4c72e0434d68e36artem###############################################################################
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a5749a83c6e3fe55b6590fe96667ef2d1881d776Robert Mustacchi# Use subject to license terms.
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# Permission is hereby granted, free of charge, to any person obtaining a
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# copy of this software and associated documentation files (the
26561d681664fd5fc407a00af611bb84632f6d36Milan Jurik# "Software"), to deal in the Software without restriction, including
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# without limitation the rights to use, copy, modify, merge, publish,
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# distribute, and/or sell copies of the Software, and to permit persons
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# to whom the Software is furnished to do so, provided that the above
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# copyright notice(s) and this permission notice appear in all copies of
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# the Software and that both the above copyright notice(s) and this
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# permission notice appear in supporting documentation.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
588ef7d7682af16db66cd51d457078fea0519e47Bart Coddens# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# Except as contained in this notice, the name of a copyright holder
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# shall not be used in advertising or otherwise to promote the sale, use
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# or other dealings in this Software without prior written authorization
26561d681664fd5fc407a00af611bb84632f6d36Milan Jurik# of the copyright holder.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Package name used in tarballs
a37bcba5ba634d110d3bb009064bdf9cbc4d09e4Dan Mick# Version number (used in path names)
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Patches to apply to source after unpacking, in order
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Additional environment variable options to GNU autoconf configure script
18c2aff776a775d34a4c9893a4c72e0434d68e36artemMODULE_CONFIG_ENV= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Additional environment variable options needed when building
18c2aff776a775d34a4c9893a4c72e0434d68e36artemMODULE_BUILD_ENV = LD_LIBRARY_PATH="$(PROTODIR)$(X11_DIR)/lib" \
18c2aff776a775d34a4c9893a4c72e0434d68e36artem### Include common rulesets