Makefile revision 1549
197N/A###############################################################################
197N/A#
197N/A# X Display Manager Control Protocol (XDMCP) library (client & server sides)
197N/A#
197N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
197N/A#
197N/A# Permission is hereby granted, free of charge, to any person obtaining a
197N/A# copy of this software and associated documentation files (the "Software"),
197N/A# to deal in the Software without restriction, including without limitation
197N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
197N/A# and/or sell copies of the Software, and to permit persons to whom the
197N/A# Software is furnished to do so, subject to the following conditions:
197N/A#
197N/A# The above copyright notice and this permission notice (including the next
197N/A# paragraph) shall be included in all copies or substantial portions of the
197N/A# Software.
197N/A#
197N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
197N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
197N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
197N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3661N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
197N/A# DEALINGS IN THE SOFTWARE.
197N/A#
197N/A#
197N/A
1273N/A# Package name used in tarballs
197N/AMODULE_NAME=libXdmcp
197N/A
618N/A# Version number (used in path names)
1273N/AMODULE_VERSION=1.1.2
1273N/A
197N/A# Checksums for upstream tarball
844N/ATARBALL_MD5 = 18aa5c1279b01f9d18e3299969665b2e
844N/ATARBALL_SHA1 = 3c09eabb0617c275b5ab09fae021d279a4832cac
197N/ATARBALL_SHA256= 81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2
1273N/A
197N/A# Patches to apply to source after unpacking, in order
3661N/ASOURCE_PATCHES = header.patch,-p1
3661N/A
197N/A# Library name
197N/ALIBNAME=Xdmcp
197N/A
197N/A# libXdmcp has no man pages to apply Sun footer to
197N/A#SUNTOUCHED_MANPAGES=Xdmcp.man
197N/AMODULE_STABILITY=Committed
197N/ALIB_MAN_SUFFIX=3xdmcp
197N/AMODULE_MTLEVEL=Unsafe
197N/AMODULE_MTLEVEL_SET=yes
197N/A
197N/A# Link with version mapfile
2238N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
197N/A
197N/A# pkg-config files that need to have -R added
197N/AFIX_PC_FILES=xdmcp.pc.in
197N/A
197N/A# Compatibility links from /usr/X11/lib to /usr/lib
197N/AMODULE_X11_LIBCOMPAT_LINKS = libXdmcp.so libXdmcp.so.6
197N/A
197N/Ainclude ../Makefile.inc
197N/A
197N/A