Makefile revision 1276
159N/A###############################################################################
159N/A#
606N/A# libICE - Inter-Client Exchange library
159N/A#
1097N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
159N/A#
159N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
159N/A#
159N/A#
159N/A
159N/A# Package name used in tarballs
493N/AMODULE_NAME=libICE
159N/A
159N/A# Version number (used in path names)
999N/AMODULE_VERSION=1.0.8
159N/A
911N/A# Checksums for upstream tarball
999N/ATARBALL_MD5 = 471b5ca9f5562ac0d6eac7a0bf650738
999N/ATARBALL_SHA1 = ddb14df8bbc43df7322978f5f9f802936e2a7324
911N/ATARBALL_SHA256= 24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e
159N/A
999N/A# Patches to apply to source after unpacking, in order
606N/ASOURCE_PATCHES =
705N/A
705N/A# Library name (used for specfiles/mapfiles)
705N/ALIBNAME=ICE
159N/A
999N/A# Man pages to apply Sun footer to & attributes to list
999N/ASUNTOUCHED_MANPAGES=
999N/AMODULE_STABILITY=Committed
999N/AMODULE_MTLEVEL=Unsafe
159N/AMODULE_MTLEVEL_SET=yes
159N/ALIB_MAN_SUFFIX=3ICE
493N/A
159N/A# Command line options to GNU autoconf configure script
606N/AMODULE_CONFIG_OPTS = --enable-unix-transport \
606N/A --enable-tcp-transport \
606N/A --disable-local-transport \
606N/A --enable-ipv6
1097N/A
1097N/A# Link with version mapfile
1097N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
963N/A
159N/A# pkg-config files that need to have -R added
FIX_PC_FILES=ice.pc.in
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libICE.so libICE.so.6
include ../Makefile.inc