Makefile revision 493
29949e866e40b95795203f3ee46f44a197c946e4stevel###############################################################################
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# X11 1.x Makefile
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
29949e866e40b95795203f3ee46f44a197c946e4stevel# Use subject to license terms.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# Permission is hereby granted, free of charge, to any person obtaining a
29949e866e40b95795203f3ee46f44a197c946e4stevel# copy of this software and associated documentation files (the
29949e866e40b95795203f3ee46f44a197c946e4stevel# "Software"), to deal in the Software without restriction, including
29949e866e40b95795203f3ee46f44a197c946e4stevel# without limitation the rights to use, copy, modify, merge, publish,
29949e866e40b95795203f3ee46f44a197c946e4stevel# distribute, and/or sell copies of the Software, and to permit persons
29949e866e40b95795203f3ee46f44a197c946e4stevel# to whom the Software is furnished to do so, provided that the above
29949e866e40b95795203f3ee46f44a197c946e4stevel# copyright notice(s) and this permission notice appear in all copies of
29949e866e40b95795203f3ee46f44a197c946e4stevel# the Software and that both the above copyright notice(s) and this
29949e866e40b95795203f3ee46f44a197c946e4stevel# permission notice appear in supporting documentation.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29949e866e40b95795203f3ee46f44a197c946e4stevel# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29949e866e40b95795203f3ee46f44a197c946e4stevel# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
29949e866e40b95795203f3ee46f44a197c946e4stevel# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
29949e866e40b95795203f3ee46f44a197c946e4stevel# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
24fe0b3bf671e123467ce1df0b67cadd3614c8e4jmcp# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
29949e866e40b95795203f3ee46f44a197c946e4stevel# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
29949e866e40b95795203f3ee46f44a197c946e4stevel# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
29949e866e40b95795203f3ee46f44a197c946e4stevel# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# Except as contained in this notice, the name of a copyright holder
29949e866e40b95795203f3ee46f44a197c946e4stevel# shall not be used in advertising or otherwise to promote the sale, use
29949e866e40b95795203f3ee46f44a197c946e4stevel# or other dealings in this Software without prior written authorization
29949e866e40b95795203f3ee46f44a197c946e4stevel# of the copyright holder.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# @(#)Makefile 1.14 08/08/08
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevel# Package name used in tarballs
29949e866e40b95795203f3ee46f44a197c946e4stevelMODULE_NAME=libX11
29949e866e40b95795203f3ee46f44a197c946e4stevel
03831d35f7499c87d51205817c93e9a8d42c4baestevel# Version number (used in path names)
29949e866e40b95795203f3ee46f44a197c946e4stevelMODULE_VERSION=1.1.3
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevel# Patches to apply to source after unpacking, in order
29949e866e40b95795203f3ee46f44a197c946e4stevelSOURCE_PATCHES = \
29949e866e40b95795203f3ee46f44a197c946e4stevel lintlib.patch,-p1 \
29949e866e40b95795203f3ee46f44a197c946e4stevel manpages.patch,-p1 \
29949e866e40b95795203f3ee46f44a197c946e4stevel XErrorDB.patch,-p1 \
29949e866e40b95795203f3ee46f44a197c946e4stevel local-transport.patch,-p1 \
29949e866e40b95795203f3ee46f44a197c946e4stevel 1234757.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 4010755.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 4614834.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 5039226.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6409332.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel solaris-abi.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel solaris-i18n.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel solaris-kbd.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel SolarisIA.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel sme.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 4076297.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 1261271.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6686591.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6690054.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6681985.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6691236.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6691219.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6657999.patch \
29949e866e40b95795203f3ee46f44a197c946e4stevel 6715568.patch
29949e866e40b95795203f3ee46f44a197c946e4stevel
# Library name (used for specfiles/mapfiles)
LIBNAME=X11
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man man/xkb/*.man
SUN_PACKAGE=SUNWxwplt
MODULE_STABILITY=Committed
LIB_MAN_SUFFIX=3X11
# Command line options to GNU autoconf configure script
MODULE_CONFIG_OPTS = --enable-xthreads --enable-loadable-i18n \
--with-xcb=no --enable-loadable-xcursor --enable-xcms \
--enable-xlocaledir --enable-xkb --enable-man-pages=$(LIB_MAN_SUFFIX) \
--with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
# -xF is needed for mapfile reordering to work
MODULE_CFLAGS = -xF
# -DSUNSOFT enables SUN_SME (Shared Memory transport extension)
# -DMOTIFBC enables compatibility with bugs in Motif & other apps
# -DSUNSOFT_KBD enables Solaris traditional keyboard handling
MODULE_CPPFLAGS = -DSUNSOFT -DMOTIFBC -DSUNSOFT_KBD
# Work around libtool's interference
DELIBTOOLIZE=yes
# Use -KPIC instead of -Kpic because we have too many symbols on SPARC
DELIBTOOLIZE_FLAGS_sparc = -P
DELIBTOOLIZE_FLAGS_i386 =
DELIBTOOLIZE_FLAGS = $(DELIBTOOLIZE_FLAGS_$(MACH))
# Need additional mapfile for additional symbols in 64-bit versions
MODULE_BUILD_64_FLAGS = ADD_libX11_LDFLAGS="-M $(PWD)/mapfile-vers-64"
# pkg-config files that need to have -R added
FIX_PC_FILES=x11.pc.in
# Regenerate Makefile.in's from Makefile.am's after patching them
AUTORECONF=yes
# Merge in additional sources from sun-src directory
ADDITIONAL_SOURCE_DIR=sun-src
include ../Makefile.inc
install_gen::
mkdir -p $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)
-rm -f $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libX11.so
ln -s libX11.so.4 $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libX11.so
# Install additional headers we need in other parts of the build or ship in
# packages, but which X.Org doesn't
install_32::
mkdir -p $(PROTODIR)/usr/X11/include/X11/extensions
cp -pf sun-src/include/X11/Xvarargs.h $(PROTODIR)/usr/X11/include/X11/
cp -pf sun-src/include/X11/extensions/XInteractive.h \
$(PROTODIR)/usr/X11/include/X11/extensions/
cp -pf $(BUILD_DIR_32)$(SOURCE_DIR)/src/ks_tables.h \
$(PROTODIR)/usr/X11/include/
cp -pf $(BUILD_DIR_32)$(SOURCE_DIR)/src/xlibi18n/Xlc*.h \
$(PROTODIR)/usr/X11/include/X11/