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