Makefile revision 1302
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont###############################################################################
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Xlib-based client library for Distributed Multihead X (DMX) extension
db0008c4486414b81e90dca9938e1fc2320e5133Automatic Updater#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Permission is hereby granted, free of charge, to any person obtaining a
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# copy of this software and associated documentation files (the "Software"),
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# to deal in the Software without restriction, including without limitation
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# and/or sell copies of the Software, and to permit persons to whom the
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Software is furnished to do so, subject to the following conditions:
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# The above copyright notice and this permission notice (including the next
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# paragraph) shall be included in all copies or substantial portions of the
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Software.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# DEALINGS IN THE SOFTWARE.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Package name used in tarballs
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMODULE_NAME=libdmx
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Version number (used in path names)
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMODULE_VERSION=1.1.2
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Checksums for upstream tarball
2a31bd531072824ef252c18303859d6af7451b00Francis DupontTARBALL_MD5 = 782ced3a9e754dfeb53a8a006a75eb1a
2a31bd531072824ef252c18303859d6af7451b00Francis DupontTARBALL_SHA1 = 76956d4127ded2e6d1bb5746a6d1603ee23b442a
2a31bd531072824ef252c18303859d6af7451b00Francis DupontTARBALL_SHA256= a7870b648a8768d65432af76dd11581ff69f3955118540d5967eb1eef43838ba
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Package metadata
2a31bd531072824ef252c18303859d6af7451b00Francis DupontORACLE_TPNO = 3811
26d8ffe715e74d1e67d268551449b780fec1b95fAutomatic Updater
ca4e44ebe8f3b29a426fe047c4192262ca660c6fAutomatic Updater# Library name (used for specfiles/mapfiles)
784a904bd06c7492361ed09a882d10c636b1291bAutomatic UpdaterLIBNAME=dmx
99d8f5a70440ee8b63ab1745d713b96dde890546Tinderbox User
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User# Man pages to apply Sun footer to & attributes to list
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox UserSUNTOUCHED_MANPAGES=man/*.man
2a31bd531072824ef252c18303859d6af7451b00Francis DupontMODULE_STABILITY=Volatile
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../Makefile.inc
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont