Makefile revision 851
48c0c81cd6fabac9d3386406d97633780365b839coar###############################################################################
a12b7938cf47a0017a70ba195bbce035aa040e38aaron#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# xkbfile 1.x Makefile
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz# Use is subject to license terms.
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz#
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz# Permission is hereby granted, free of charge, to any person obtaining a
d89c116f82699294ca744125723651c554bc5925wrowe# copy of this software and associated documentation files (the
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# "Software"), to deal in the Software without restriction, including
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# without limitation the rights to use, copy, modify, merge, publish,
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# distribute, and/or sell copies of the Software, and to permit persons
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# to whom the Software is furnished to do so, provided that the above
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# copyright notice(s) and this permission notice appear in all copies of
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# the Software and that both the above copyright notice(s) and this
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# permission notice appear in supporting documentation.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
571760de5e60c0b459cb11be45507b923cd023eejwoolley# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9180a5933673ffb1af633c255ceee029340f3b1erbb# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb#
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# Except as contained in this notice, the name of a copyright holder
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# shall not be used in advertising or otherwise to promote the sale, use
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# or other dealings in this Software without prior written authorization
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb# of the copyright holder.
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick#
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# ident "@(#)Makefile 1.5 09/12/05 SMI"
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Package name used in tarballs
af4c982a7cf4515f124935f99a329744035fc699sliveMODULE_NAME=libxkbfile
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Version number (used in path names)
af4c982a7cf4515f124935f99a329744035fc699sliveMODULE_VERSION=1.0.6
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Patches to apply to source after unpacking, in order
af4c982a7cf4515f124935f99a329744035fc699sliveSOURCE_PATCHES = soversion.patch
10270f6f94b2069d0d357805c140a9897449b9ccianh
4b62424416882687387923b3130b96241503cbe0jerenkrantz# Library name
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzLIBNAME=xkbfile
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz# Man pages to apply Sun footer to & attributes to list
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz#SUNTOUCHED_MANPAGES=man/*.man
4b62424416882687387923b3130b96241503cbe0jerenkrantzSUN_PACKAGE=SUNWxorg-clientlibs
4b62424416882687387923b3130b96241503cbe0jerenkrantzMODULE_STABILITY=Volatile
7fe18c15b669db9d191859695901dc4fcf3829dawroweLIB_MAN_SUFFIX=3xkbfile
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe
b84f66c93f820824b1d5455181f55598b766319cwrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# pkg-config files that need to have -R added
976501adbc040220270f7d1d77c4b8373033be69wroweFIX_PC_FILES=xkbfile.pc.in
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wroweinclude ../Makefile.inc
976501adbc040220270f7d1d77c4b8373033be69wrowe