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