Makefile revision 919
101e307bb33304d9dda53a7652510880e8228b13vboxsync###############################################################################
101e307bb33304d9dda53a7652510880e8228b13vboxsync# ICE 1.x Makefile
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Use is subject to license terms.
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
101e307bb33304d9dda53a7652510880e8228b13vboxsync# copy of this software and associated documentation files (the "Software"),
101e307bb33304d9dda53a7652510880e8228b13vboxsync# to deal in the Software without restriction, including without limitation
101e307bb33304d9dda53a7652510880e8228b13vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
101e307bb33304d9dda53a7652510880e8228b13vboxsync# and/or sell copies of the Software, and to permit persons to whom the
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Software is furnished to do so, subject to the following conditions:
101e307bb33304d9dda53a7652510880e8228b13vboxsync# The above copyright notice and this permission notice (including the next
101e307bb33304d9dda53a7652510880e8228b13vboxsync# paragraph) shall be included in all copies or substantial portions of the
9e06f22a5a8961cd7a7da569d683097b17f04dd1vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9e06f22a5a8961cd7a7da569d683097b17f04dd1vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101e307bb33304d9dda53a7652510880e8228b13vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
101e307bb33304d9dda53a7652510880e8228b13vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
101e307bb33304d9dda53a7652510880e8228b13vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
101e307bb33304d9dda53a7652510880e8228b13vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
101e307bb33304d9dda53a7652510880e8228b13vboxsync# DEALINGS IN THE SOFTWARE.
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Package name used in tarballs
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Version number (used in path names)
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Checksums for upstream tarball
101e307bb33304d9dda53a7652510880e8228b13vboxsyncTARBALL_SHA1 = ac1f702ea580bd496610266b13434858b62df9e1
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Patches to apply to source after unpacking, in order
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Library name (used for specfiles/mapfiles)
9e06f22a5a8961cd7a7da569d683097b17f04dd1vboxsync# Man pages to apply Sun footer to & attributes to list
101e307bb33304d9dda53a7652510880e8228b13vboxsync# Command line options to GNU autoconf configure script
3c8ad0020c82e3ff4f3daad0d8cf2ef39085cbcavboxsync# Use specfile to make mapfile & link with it
101e307bb33304d9dda53a7652510880e8228b13vboxsyncMODULE_LD_OPTIONS = -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)
101e307bb33304d9dda53a7652510880e8228b13vboxsync# pkg-config files that need to have -R added