Makefile revision 919
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym###############################################################################
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Use is subject to license terms.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Permission is hereby granted, free of charge, to any person obtaining a
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# copy of this software and associated documentation files (the "Software"),
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# to deal in the Software without restriction, including without limitation
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# and/or sell copies of the Software, and to permit persons to whom the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Software is furnished to do so, subject to the following conditions:
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# The above copyright notice and this permission notice (including the next
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# paragraph) shall be included in all copies or substantial portions of the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0ba6f73dcd1c9160a44b2872ed0e0d81b51d168fMark Johnson# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# DEALINGS IN THE SOFTWARE.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Package name used in tarballs
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Version number (used in path names)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Checksums for upstream tarball
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymTARBALL_SHA1 = 12b865c17c65e70a6bc20300dfa660fe8faaa0a4
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Patches to apply to source after unpacking, in order
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Additional environment variable options to GNU autoconf configure script
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymMODULE_CONFIG_ENV= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Additional environment variable options needed when building
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymMODULE_BUILD_ENV = LD_LIBRARY_PATH="$(PROTODIR)$(X11_DIR)/lib" \
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym### Include common rulesets