Makefile revision 1276
98N/A###############################################################################
98N/A#
1276N/A# libICE - Inter-Client Exchange library
98N/A#
1339N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/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.
98N/A#
98N/A#
98N/A
98N/A# Package name used in tarballs
493N/AMODULE_NAME=libICE
98N/A
970N/A# Version number (used in path names)
970N/AMODULE_VERSION=1.0.8
970N/A
970N/A# Checksums for upstream tarball
1339N/ATARBALL_MD5 = 471b5ca9f5562ac0d6eac7a0bf650738
1339N/ATARBALL_SHA1 = ddb14df8bbc43df7322978f5f9f802936e2a7324
1339N/ATARBALL_SHA256= 24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e
98N/A
1276N/A# Patches to apply to source after unpacking, in order
98N/ASOURCE_PATCHES =
911N/A
1276N/A# Library name (used for specfiles/mapfiles)
1276N/ALIBNAME=ICE
1276N/A
911N/A# Man pages to apply Sun footer to & attributes to list
98N/ASUNTOUCHED_MANPAGES=
98N/AMODULE_STABILITY=Committed
98N/AMODULE_MTLEVEL=Unsafe
970N/AMODULE_MTLEVEL_SET=yes
970N/ALIB_MAN_SUFFIX=3ICE
970N/A
970N/A# Command line options to GNU autoconf configure script
98N/AMODULE_CONFIG_OPTS = --enable-unix-transport \
1179N/A --enable-tcp-transport \
493N/A --disable-local-transport \
255N/A --enable-ipv6
600N/A
600N/A# Link with version mapfile
600N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
970N/A
970N/A# pkg-config files that need to have -R added
970N/AFIX_PC_FILES=ice.pc.in
1196N/A
1196N/A# Compatibility links from /usr/X11/lib to /usr/lib
1196N/AMODULE_X11_LIBCOMPAT_LINKS = libICE.so libICE.so.6
98N/A
include ../Makefile.inc