Makefile revision 851
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson###############################################################################
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# ICE 1.x Makefile
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson#
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Use is subject to license terms.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence# Permission is hereby granted, free of charge, to any person obtaining a
15a44745412679c30a6d022733925af70a38b715David Lawrence# copy of this software and associated documentation files (the
15a44745412679c30a6d022733925af70a38b715David Lawrence# "Software"), to deal in the Software without restriction, including
15a44745412679c30a6d022733925af70a38b715David Lawrence# without limitation the rights to use, copy, modify, merge, publish,
15a44745412679c30a6d022733925af70a38b715David Lawrence# distribute, and/or sell copies of the Software, and to permit persons
15a44745412679c30a6d022733925af70a38b715David Lawrence# to whom the Software is furnished to do so, provided that the above
15a44745412679c30a6d022733925af70a38b715David Lawrence# copyright notice(s) and this permission notice appear in all copies of
15a44745412679c30a6d022733925af70a38b715David Lawrence# the Software and that both the above copyright notice(s) and this
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# permission notice appear in supporting documentation.
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson#
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Except as contained in this notice, the name of a copyright holder
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# shall not be used in advertising or otherwise to promote the sale, use
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# or other dealings in this Software without prior written authorization
14c5931d3d52baf17a786153c35c05fa62f916dcBrian Wellington# of the copyright holder.
14c5931d3d52baf17a786153c35c05fa62f916dcBrian Wellington#
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# ident "@(#)Makefile 1.4 09/12/05 SMI"
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson#
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Package name used in tarballs
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonMODULE_NAME=libICE
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Version number (used in path names)
14c5931d3d52baf17a786153c35c05fa62f916dcBrian WellingtonMODULE_VERSION=1.0.6
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Patches to apply to source after unpacking, in order
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonSOURCE_PATCHES =
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson# Library name (used for specfiles/mapfiles)
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonLIBNAME=ICE
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Man pages to apply Sun footer to & attributes to list
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonSUNTOUCHED_MANPAGES=
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonSUN_PACKAGE=SUNWxwice
f93d33e24fdf76eb2558168f018b8992bcfc5681Andreas GustafssonMODULE_STABILITY=Committed
MODULE_MTLEVEL=Unsafe
LIB_MAN_SUFFIX=3ICE
# Command line options to GNU autoconf configure script
MODULE_CONFIG_OPTS = --enable-unix-transport \
--enable-tcp-transport \
--disable-local-transport \
--enable-ipv6
# Use specfile to make mapfile & link with it
MODULE_BUILD_DEPS = $(BUILD_DIR)/$(SPECMAP)
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