Makefile revision 425
1186N/A###############################################################################
1186N/A#
1281N/A# libFS Makefile
144N/A#
144N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
144N/A# Use subject to license terms.
1281N/A#
144N/A# Permission is hereby granted, free of charge, to any person obtaining a
144N/A# copy of this software and associated documentation files (the
144N/A# "Software"), to deal in the Software without restriction, including
144N/A# without limitation the rights to use, copy, modify, merge, publish,
144N/A# distribute, and/or sell copies of the Software, and to permit persons
144N/A# to whom the Software is furnished to do so, provided that the above
144N/A# copyright notice(s) and this permission notice appear in all copies of
144N/A# the Software and that both the above copyright notice(s) and this
144N/A# permission notice appear in supporting documentation.
144N/A#
144N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
144N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
144N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
144N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
144N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
144N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
1356N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1186N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
1281N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1186N/A#
1186N/A# Except as contained in this notice, the name of a copyright holder
1186N/A# shall not be used in advertising or otherwise to promote the sale, use
1186N/A# or other dealings in this Software without prior written authorization
1186N/A# of the copyright holder.
1281N/A#
1281N/A# @(#)Makefile 1.1 08/05/28
1186N/A#
1186N/A
1186N/A# Package name used in tarballs
1186N/ALIB_MODULE=libFS
1356N/A
1356N/A# Version number (used in path names)
1186N/ALIB_VERS=1.0.1
1186N/A
1186N/A# Patches to apply to source after unpacking, in order
1186N/ASOURCE_PATCHES = solaris-abi.patch
934N/A
1186N/A# Regenerate Makefile.in's from Makefile.am's after patching them
1186N/AAUTORECONF=true
1281N/A
1281N/A# Library name
1281N/ALIBNAME=FS
1281N/A
1281N/A# Man pages to apply Sun footer to & attributes to list
1364N/A#SUNTOUCHED_MANPAGES=man/*.man
1364N/ASUN_PACKAGE=SUNWxwplt
1364N/ALIB_STABILITY=Uncommitted
1364N/ALIB_MAN_SUFFIX=3FS
1364N/A
1364N/A# Library built in tree
1364N/ALIB_BUILT=$(SOURCE_DIR)/src/.libs/libFS.so.5
1364N/A
1356N/A# Link with version mapfile
830N/ALIB_ADD_LD_OPTIONS = -M $(PWD)/mapfile-vers
1281N/A
1281N/A# pkg-config files that need to have -R added
850N/AFIX_PC_FILES=libfs.pc.in
144N/A
1186N/Ainclude ../Makefile.inc
1186N/A