Makefile revision 1072
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd###############################################################################
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# SM 1.x Makefile
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Permission is hereby granted, free of charge, to any person obtaining a
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# copy of this software and associated documentation files (the "Software"),
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# to deal in the Software without restriction, including without limitation
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and/or sell copies of the Software, and to permit persons to whom the
2e545ce2450a9953665f701bb05350f0d3f26275nd# Software is furnished to do so, subject to the following conditions:
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# The above copyright notice and this permission notice (including the next
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# paragraph) shall be included in all copies or substantial portions of the
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Software.
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedooh# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# DEALINGS IN THE SOFTWARE.
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Package name used in tarballs
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_NAME=libSM
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Version number (used in path names)
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coarMODULE_VERSION=1.2.0
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coar
a99c5d4cc3cab6a62b04d52000dbc22ce1fa2d94coar# Checksums for upstream tarball
8b7e19de6d547ab1ad4256316fbf0d2497f724f8humbedoohTARBALL_MD5 = e78c447bf1790552b644eca81b542742
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndTARBALL_SHA1 = f78bc72f0b3ec26cbf980f84f014422ba854544d
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Patches to apply to source after unpacking, in order
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedoohSOURCE_PATCHES = pkgconfig.patch,-p1
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Library name (used for specfiles/mapfiles)
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndLIBNAME=SM
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Man pages to apply Sun footer to & attributes to list
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndSUNTOUCHED_MANPAGES=
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_STABILITY=Committed
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_MTLEVEL=Unsafe
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_MTLEVEL_SET=yes
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndLIB_MAN_SUFFIX=3SM
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Command line options to GNU autoconf configure script
20f499565e77defe9dab24dd85c02f38a1175855ndMODULE_CONFIG_OPTS = --enable-unix-transport \
1050464f9f91f75e7a1c5c3daf3fb7b8aa74592ahumbedooh --enable-tcp-transport \
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd --enable-IPv6 \
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd --without-libuuid
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Link with version mapfile
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# pkg-config files that need to have -R added
1eba1be63201689b2d3e651d3a35f0bc2057e2c0ndFIX_PC_FILES=sm.pc.in
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd
1eba1be63201689b2d3e651d3a35f0bc2057e2c0nd# Compatibility links from /usr/X11/lib to /usr/lib
4aa603e6448b99f9371397d439795c91a93637eandMODULE_X11_LIBCOMPAT_LINKS = libSM.so libSM.so.6
e41ae559e8408edb1c949c1237034f277d423eccminfrin
e41ae559e8408edb1c949c1237034f277d423eccminfrininclude ../Makefile.inc
4aa603e6448b99f9371397d439795c91a93637eand