Makefile revision 1549
1029N/A###############################################################################
1029N/A#
1356N/A# libXxf86vm - Xlib-based client library for XFree86-VidMode extension protocol
1029N/A#
1552N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
1029N/A#
1029N/A# Permission is hereby granted, free of charge, to any person obtaining a
1123N/A# copy of this software and associated documentation files (the "Software"),
1123N/A# to deal in the Software without restriction, including without limitation
1123N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1123N/A# and/or sell copies of the Software, and to permit persons to whom the
1123N/A# Software is furnished to do so, subject to the following conditions:
1123N/A#
1123N/A# The above copyright notice and this permission notice (including the next
1123N/A# paragraph) shall be included in all copies or substantial portions of the
1123N/A# Software.
1123N/A#
1123N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1123N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1123N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1123N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1123N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1123N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1123N/A# DEALINGS IN THE SOFTWARE.
1029N/A#
1029N/A#
1029N/A
1029N/A# Package name used in tarballs
1029N/AMODULE_NAME=libXxf86vm
1029N/A
1552N/A# Version number (used in path names)
1029N/AMODULE_VERSION=1.1.4
1029N/A
1552N/A# Checksums for upstream tarball
1552N/ATARBALL_MD5 = 298b8fff82df17304dfdb5fe4066fe3a
1552N/ATARBALL_SHA1 = 78ef18ca2be157131899e01c62679e247409a13f
1029N/ATARBALL_SHA256= afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57
1029N/A
1029N/A# Patches to apply to source after unpacking, in order
1123N/ASOURCE_PATCHES =
1029N/A
1356N/A# Library name
1123N/ALIBNAME=Xxf86vm
1123N/A
1552N/A# ARC cases that covered this module
1392N/A# PSARC/2005/189 X client support for XFree86 extensions
1029N/AMODULE_ARC_CASES = PSARC/2005/189
1029N/A
1123N/A# Man pages to apply Sun footer to & attributes to list
1029N/ASUNTOUCHED_MANPAGES=man/*.man
1029N/AMODULE_STABILITY=Volatile
1029N/ALIB_MAN_SUFFIX=3xxf86vm
1029N/A
1029N/A# pkg-config files that need to have -R added
1029N/AFIX_PC_FILES=xxf86vm.pc.in
1029N/A
1029N/A# Compatibility links from /usr/X11/lib to /usr/lib
1418N/AMODULE_X11_LIBCOMPAT_LINKS = libXxf86vm.so libXxf86vm.so.1
1418N/A
1418N/Ainclude ../Makefile.inc
1123N/A