Makefile revision 1339
107N/A###############################################################################
107N/A#
107N/A# libXi Makefile
107N/A#
107N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
107N/A#
107N/A# Permission is hereby granted, free of charge, to any person obtaining a
107N/A# copy of this software and associated documentation files (the "Software"),
107N/A# to deal in the Software without restriction, including without limitation
107N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
107N/A# and/or sell copies of the Software, and to permit persons to whom the
107N/A# Software is furnished to do so, subject to the following conditions:
107N/A#
107N/A# The above copyright notice and this permission notice (including the next
107N/A# paragraph) shall be included in all copies or substantial portions of the
107N/A# Software.
107N/A#
107N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
107N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
107N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
107N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
107N/A# DEALINGS IN THE SOFTWARE.
107N/A#
107N/A#
107N/A
107N/A# Package name used in tarballs
107N/AMODULE_NAME=libXi
107N/A
107N/A# Version number (used in path names)
107N/AMODULE_VERSION=1.6.1
107N/A
107N/A# Checksums for upstream tarball
107N/ATARBALL_MD5 = 78ee882e1ff3b192cf54070bdb19938e
107N/ATARBALL_SHA1 = 4b53b41fdaa3acc86606c696c68d5eed11454612
107N/ATARBALL_SHA256= f2e3627d7292ec5eff488ab58867fba14a62f06e72a8d3337ab6222c09873109
107N/A
107N/A# Patches to apply to source after unpacking, in order
107N/ASOURCE_PATCHES = solaris-abi.patch,-p1
107N/ASOURCE_PATCHES += man-fixme.patch,-p1 shadow-man-pages.patch,-p1
107N/A
107N/A# Need to regen Makefile.in after man-fixme.patch changes Makefile.am
107N/AAUTORECONF=yes
107N/A
107N/A# Library name (used for specfiles/mapfiles)
107N/ALIBNAME=Xi
107N/A
107N/A# ARC cases that covered this module
107N/A# PSARC/1992/172 X Input Extensions
107N/AMODULE_ARC_CASES = PSARC/1992/172
107N/A# PSARC/2009/303 X Input Extension 1.5
107N/AMODULE_ARC_CASES += PSARC/2009/303
107N/A# PSARC/2009/678 X Input Extension version 2.0 (XI2)
107N/AMODULE_ARC_CASES += PSARC/2009/678
107N/A
107N/A# Man pages to apply Sun footer to & attributes to list
107N/ASUNTOUCHED_MANPAGES=man/*.man
151N/AMODULE_STABILITY=Committed
107N/ALIB_MAN_SUFFIX=3xi
107N/A
107N/A# Link with version mapfile
107N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
107N/A
181N/A# pkg-config files that need to have -R added
181N/AFIX_PC_FILES=xi.pc.in
107N/A
107N/A# Need to use GNU Make to build
107N/AMODULE_MAKE=$(GNUMAKE)
107N/AMODULE_MAKE_SET=yes
MODULE_MAKEFLAGS=-j 1
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXi.so libXi.so.5
include ../Makefile.inc