Makefile revision 761
188N/A###############################################################################
188N/A#
188N/A# ICE 1.x Makefile
188N/A#
188N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
188N/A# Use is subject to license terms.
188N/A#
188N/A# Permission is hereby granted, free of charge, to any person obtaining a
188N/A# copy of this software and associated documentation files (the
188N/A# "Software"), to deal in the Software without restriction, including
188N/A# without limitation the rights to use, copy, modify, merge, publish,
188N/A# distribute, and/or sell copies of the Software, and to permit persons
188N/A# to whom the Software is furnished to do so, provided that the above
188N/A# copyright notice(s) and this permission notice appear in all copies of
188N/A# the Software and that both the above copyright notice(s) and this
188N/A# permission notice appear in supporting documentation.
188N/A#
188N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
188N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
188N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
188N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
188N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
188N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
188N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
188N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
188N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
188N/A#
188N/A# Except as contained in this notice, the name of a copyright holder
188N/A# shall not be used in advertising or otherwise to promote the sale, use
188N/A# or other dealings in this Software without prior written authorization
188N/A# of the copyright holder.
188N/A#
188N/A# @(#)Makefile 1.3 09/07/31
188N/A#
188N/A
188N/A# Package name used in tarballs
188N/AMODULE_NAME=libICE
188N/A
188N/A# Version number (used in path names)
188N/AMODULE_VERSION=1.0.5
188N/A
188N/A# Patches to apply to source after unpacking, in order
188N/ASOURCE_PATCHES =
188N/A
188N/A# Library name (used for specfiles/mapfiles)
188N/ALIBNAME=ICE
188N/A
188N/A# Man pages to apply Sun footer to & attributes to list
188N/ASUNTOUCHED_MANPAGES=
188N/ASUN_PACKAGE=SUNWxwice
188N/AMODULE_STABILITY=Committed
188N/AMODULE_MTLEVEL=Unsafe
188N/ALIB_MAN_SUFFIX=3ICE
188N/A
188N/A# Command line options to GNU autoconf configure script
188N/AMODULE_CONFIG_OPTS = --enable-unix-transport \
188N/A --enable-tcp-transport \
188N/A --disable-local-transport \
188N/A --enable-ipv6
188N/A
188N/A# Use specfile to make mapfile & link with it
188N/AMODULE_BUILD_DEPS = $(BUILD_DIR)/$(SPECMAP)
188N/A
MODULE_LD_OPTIONS = -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)
# pkg-config files that need to have -R added
FIX_PC_FILES=ice.pc.in
include ../Makefile.inc