Makefile revision 156
137N/A###############################################################################
137N/A#
137N/A# Xrender 1.x Makefile
137N/A#
137N/A# Copyright 2007 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#
137N/A# @(#)Makefile 1.3 07/04/03
137N/A#
137N/A
137N/A# Package name used in tarballs
137N/ALIB_MODULE=libXrender
137N/A
137N/A# Version number (used in path names)
137N/ALIB_VERS=0.9.2
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
137N/ALIB_STABILITY=Volatile
137N/ALIB_MAN_SUFFIX=3Xrender
137N/A
137N/A# Environment variable options to GNU autoconf configure script
137N/ALIB_ADD_CFLAGS=-I../include
137N/A
137N/A# Link with version mapfile
137N/ALIB_ADD_LD_OPTIONS = -M $(PWD)/mapfile-vers
137N/A
137N/A# Library built in tree
137N/ALIB_BUILT=$(SOURCE_DIR)/src/.libs/libXrender.so.1.3.0
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
137N/A
137N/A# xc/lib/X11/region.h is equivalent to modular <X11/Xregion.h> so use
137N/A# this hack to get Xregion.h until modular libX11 is integrated.
137N/Asource_gen::
137N/A (cd $(SOURCE_DIR)/include/X11 ; ln -s $(TOP)/../xc/lib/X11/region.h Xregion.h)