Makefile revision 920
353N/A###############################################################################
353N/A#
353N/A# Xau 1.x Makefile
353N/A#
353N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
353N/A# Use is subject to license terms.
353N/A#
353N/A# Permission is hereby granted, free of charge, to any person obtaining a
353N/A# copy of this software and associated documentation files (the "Software"),
353N/A# to deal in the Software without restriction, including without limitation
353N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
353N/A# and/or sell copies of the Software, and to permit persons to whom the
353N/A# Software is furnished to do so, subject to the following conditions:
353N/A#
353N/A# The above copyright notice and this permission notice (including the next
353N/A# paragraph) shall be included in all copies or substantial portions of the
353N/A# Software.
353N/A#
353N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
353N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
353N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
353N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2695N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
353N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
353N/A# DEALINGS IN THE SOFTWARE.
353N/A#
353N/A#
2695N/A
2695N/A# Package name used in tarballs
353N/AMODULE_NAME=libXau
353N/A
2695N/A# Version number (used in path names)
618N/AMODULE_VERSION=1.0.5
353N/A
2695N/A# Checksums for upstream tarball
844N/ATARBALL_MD5 = 993b3185c629e4b89401fca072dcb663
2695N/ATARBALL_SHA1 = b1c68843edf7e80ce952f7ee0541448f41bac202
353N/A
1298N/A# Patches to apply to source after unpacking, in order
353N/ASOURCE_PATCHES =
353N/A
353N/A# Library name (used for specfiles/mapfiles)
353N/ALIBNAME=Xau
353N/A
353N/A# Man pages to apply Sun footer to & attributes to list
353N/ASUNTOUCHED_MANPAGES=Xau.man
2695N/ASUN_PACKAGE=SUNWxwplt
2695N/AMODULE_STABILITY=Committed
2695N/ALIB_MAN_SUFFIX=3Xau
2695N/ALIB_SUNTOUCH_MAN_FLAGS= -a '{Availability, $(SUN_PACKAGE)} {Interface Stability, $(MODULE_STABILITY)} {MT-Level, Unsafe}'
353N/A
353N/A# Command line options to GNU autoconf configure script
353N/AMODULE_CONFIG_OPTS = --enable-xthreads --with-lint --enable-lint-library
353N/A
353N/A# Link with version mapfile
353N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
2695N/A
353N/A# pkg-config files that need to have -R added
2695N/AFIX_PC_FILES=xau.pc.in
2695N/A
353N/Ainclude ../Makefile.inc
2695N/A