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