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