Makefile revision 705
137N/A###############################################################################
137N/A#
137N/A# Xrender 1.x Makefile
137N/A#
493N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
137N/A# Use subject to license terms.
137N/A#
137N/A# Permission is hereby granted, free of charge, to any person obtaining a
137N/A# copy of this software and associated documentation files (the
137N/A# "Software"), to deal in the Software without restriction, including
137N/A# without limitation the rights to use, copy, modify, merge, publish,
137N/A# distribute, and/or sell copies of the Software, and to permit persons
137N/A# to whom the Software is furnished to do so, provided that the above
137N/A# copyright notice(s) and this permission notice appear in all copies of
137N/A# the Software and that both the above copyright notice(s) and this
137N/A# permission notice appear in supporting documentation.
137N/A#
137N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
137N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
137N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
137N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
137N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
137N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
137N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
137N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
137N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
137N/A#
137N/A# Except as contained in this notice, the name of a copyright holder
137N/A# shall not be used in advertising or otherwise to promote the sale, use
137N/A# or other dealings in this Software without prior written authorization
137N/A# of the copyright holder.
137N/A#
493N/A# @(#)Makefile 1.6 08/08/08
137N/A#
137N/A
137N/A# Package name used in tarballs
493N/AMODULE_NAME=libXrender
137N/A
137N/A# Version number (used in path names)
493N/AMODULE_VERSION=0.9.4
137N/A
137N/A# Patches to apply to source after unpacking, in order
137N/ASOURCE_PATCHES =
137N/A
137N/A# Library name
137N/ALIBNAME=Xrender
137N/A
137N/A# Man pages to apply Sun footer to & attributes to list
137N/A#SUNTOUCHED_MANPAGES=man/*.man
137N/ASUN_PACKAGE=SUNWxorg-clientlibs
493N/AMODULE_STABILITY=Volatile
137N/ALIB_MAN_SUFFIX=3Xrender
137N/A
137N/A# Environment variable options to GNU autoconf configure script
493N/AMODULE_CFLAGS=-I../include
137N/A
137N/A# Link with version mapfile
493N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
137N/A
493N/A
137N/A
137N/A# pkg-config files that need to have -R added
137N/AFIX_PC_FILES=xrender.pc.in
137N/A
137N/Ainclude ../Makefile.inc