Makefile revision 371
40N/A###############################################################################
40N/A#
40N/A# Xau 1.x Makefile
40N/A#
371N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
40N/A# Use subject to license terms.
40N/A#
40N/A# Permission is hereby granted, free of charge, to any person obtaining a
40N/A# copy of this software and associated documentation files (the
40N/A# "Software"), to deal in the Software without restriction, including
40N/A# without limitation the rights to use, copy, modify, merge, publish,
40N/A# distribute, and/or sell copies of the Software, and to permit persons
40N/A# to whom the Software is furnished to do so, provided that the above
40N/A# copyright notice(s) and this permission notice appear in all copies of
40N/A# the Software and that both the above copyright notice(s) and this
40N/A# permission notice appear in supporting documentation.
40N/A#
40N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
40N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
40N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
40N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
40N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
40N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
40N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
40N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40N/A#
40N/A# Except as contained in this notice, the name of a copyright holder
40N/A# shall not be used in advertising or otherwise to promote the sale, use
40N/A# or other dealings in this Software without prior written authorization
40N/A# of the copyright holder.
40N/A#
371N/A# @(#)Makefile 1.4 08/03/19
40N/A#
40N/A
70N/A# Package name used in tarballs
70N/ALIB_MODULE=libXau
40N/A
40N/A# Version number (used in path names)
371N/ALIB_VERS=1.0.3
40N/A
40N/A# Patches to apply to source after unpacking, in order
40N/ASOURCE_PATCHES =
40N/A
40N/A# Library name (used for specfiles/mapfiles)
40N/ALIBNAME=Xau
40N/A
40N/A# Man pages to apply Sun footer to & attributes to list
40N/ASUNTOUCHED_MANPAGES=Xau.man
70N/ASUN_PACKAGE=SUNWxwplt
70N/ALIB_STABILITY=Committed
70N/ALIB_MAN_SUFFIX=3Xau
70N/ALIB_SUNTOUCH_MAN_FLAGS= -a '{Availability, $(SUN_PACKAGE)} {Interface Stability, $(LIB_STABILITY)} {MT-Level, Unsafe}'
40N/A
40N/A# Command line options to GNU autoconf configure script
70N/ALIB_ADD_CONFIG_OPTS = --enable-xthreads --with-lint --enable-lint-library
40N/A
40N/A# Library built in tree
70N/ALIB_BUILT=$(BUILD_DIR)/.libs/libXau.so.6.0.0
40N/A
70N/A# Use specfile to make mapfile & link with it
70N/ALIB_ADD_BUILD_DEPS = $(BUILD_DIR)/$(SPECMAP)
70N/ALIB_ADD_LD_OPTIONS = -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)
40N/A
70N/A# pkg-config files that need to have -R added
70N/AFIX_PC_FILES=xau.pc.in
40N/A
70N/Ainclude ../Makefile.inc