Makefile revision 919
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater###############################################################################
c92c50783e4e93699f2a42643b8f200b9b719c87Automatic Updater#
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# smproxy 1.x Makefile
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater#
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Use is subject to license terms.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater#
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# Permission is hereby granted, free of charge, to any person obtaining a
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# copy of this software and associated documentation files (the "Software"),
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# to deal in the Software without restriction, including without limitation
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# the rights to use, copy, modify, merge, publish, distribute, sublicense,
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# and/or sell copies of the Software, and to permit persons to whom the
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Software is furnished to do so, subject to the following conditions:
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater#
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# The above copyright notice and this permission notice (including the next
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# paragraph) shall be included in all copies or substantial portions of the
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# Software.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater#
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# DEALINGS IN THE SOFTWARE.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater#
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater#
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Package name used in tarballs
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterMODULE_NAME=smproxy
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Version number (used in path names)
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterMODULE_VERSION=1.0.3
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Checksums for upstream tarball
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterTARBALL_MD5 = ba7dbde81be24fc1bd4156b360e5f8cf
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterTARBALL_SHA1 = 1ba44a4a58b05d6a6f7c4b1f67b793dce2ccf2ba
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Patches to apply to source after unpacking, in order
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterSOURCE_PATCHES =
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Man pages to apply Sun footer to & attributes to list
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterSUNTOUCHED_MANPAGES=*.man
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterSUN_PACKAGE=SUNWxwplt
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterMODULE_STABILITY=Committed
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updaterinclude ../Makefile.inc
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater