Makefile revision 1242
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd###############################################################################
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Permission is hereby granted, free of charge, to any person obtaining a
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# copy of this software and associated documentation files (the "Software"),
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# to deal in the Software without restriction, including without limitation
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# and/or sell copies of the Software, and to permit persons to whom the
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Software is furnished to do so, subject to the following conditions:
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# The above copyright notice and this permission notice (including the next
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# paragraph) shall be included in all copies or substantial portions of the
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Software.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4b5981e276e93df97c34e4da05ca5cf8bbd937dand# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# DEALINGS IN THE SOFTWARE.
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Package name used in tarballs
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_NAME=xcursor-themes
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Version number (used in path names)
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_VERSION=1.0.3
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Checksums for upstream tarball
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndTARBALL_MD5 = ba21aad0b353f1881f5069e423a44587
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndTARBALL_SHA1 = d65dd5cb931bf4a9722e64b5a265eb14dcc6ec09
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Patches to apply to source after unpacking, in order
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndSOURCE_PATCHES=
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Additional environment variable options to GNU autoconf configure script
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_CONFIG_ENV= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Additional environment variable options needed when building
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_BUILD_ENV = LD_LIBRARY_PATH="$(PROTODIR)$(X11_DIR)/lib" \
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)"
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# ARC cases that covered this module
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# LSARC/2007/491 libXcursor
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_ARC_CASES = LSARC/2007/491
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd### Include common rulesets
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndinclude ../Makefile.inc
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd