Makefile revision 1339
326N/A###############################################################################
326N/A#
326N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
326N/A#
851N/A# Permission is hereby granted, free of charge, to any person obtaining a
851N/A# copy of this software and associated documentation files (the "Software"),
326N/A# to deal in the Software without restriction, including without limitation
326N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
326N/A# and/or sell copies of the Software, and to permit persons to whom the
326N/A# Software is furnished to do so, subject to the following conditions:
326N/A#
326N/A# The above copyright notice and this permission notice (including the next
326N/A# paragraph) shall be included in all copies or substantial portions of the
326N/A# Software.
326N/A#
326N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
326N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
326N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
326N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
326N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
326N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
326N/A# DEALINGS IN THE SOFTWARE.
326N/A#
326N/A#
326N/A
326N/A# Package name used in tarballs
326N/AMODULE_NAME=resourceproto
326N/A
326N/A# Version number (used in path names)
326N/AMODULE_VERSION=1.2.0
326N/A
326N/A# Checksums for upstream tarball
851N/ATARBALL_MD5 = cfdb57dae221b71b2703f8e2980eaaf4
326N/ATARBALL_SHA1 = 9ff9bb9243b0474330959dc3853973523c9dd9ce
326N/A
326N/A# Patches to apply to source after unpacking, in order
493N/ASOURCE_PATCHES=
326N/A
326N/A# ARC cases that covered this module
851N/A# LSARC/2003/686 X-Resource Extension
326N/AMODULE_ARC_CASES = LSARC/2003/686
326N/A
326N/A# Package metadata
326N/AMODULE_DESC = headers & documentation for RESOURCE extension to the X11 protocol
326N/A
326N/A### Include common rulesets
493N/Ainclude ../Makefile.inc
493N/A