Makefile revision 493
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync###############################################################################
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Xi 1.x Makefile
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Use subject to license terms.
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Permission is hereby granted, free of charge, to any person obtaining a
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# copy of this software and associated documentation files (the
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# "Software"), to deal in the Software without restriction, including
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# without limitation the rights to use, copy, modify, merge, publish,
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# distribute, and/or sell copies of the Software, and to permit persons
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# to whom the Software is furnished to do so, provided that the above
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# copyright notice(s) and this permission notice appear in all copies of
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# the Software and that both the above copyright notice(s) and this
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# permission notice appear in supporting documentation.
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Except as contained in this notice, the name of a copyright holder
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# shall not be used in advertising or otherwise to promote the sale, use
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# or other dealings in this Software without prior written authorization
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# of the copyright holder.
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# @(#)Makefile 1.1 07/12/11
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Package name used in tarballs
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Version number (used in path names)
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Patches to apply to source after unpacking, in order
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Library name (used for specfiles/mapfiles)
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# Man pages to apply Sun footer to & attributes to list
ac50f06afde48ac748508b14be3d44428d3500d1vboxsync# Use specfile to make mapfile & link with it
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsyncMODULE_LD_OPTIONS = -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)
ae9ed83297460a052aeae98394d473e83aeafd1fvboxsync# pkg-config files that need to have -R added