Makefile revision 409
98N/A###############################################################################
98N/A#
606N/A# X11 1.x Makefile
810N/A#
98N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
98N/A# Use subject to license terms.
919N/A#
919N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the
919N/A# "Software"), to deal in the Software without restriction, including
919N/A# without limitation the rights to use, copy, modify, merge, publish,
919N/A# distribute, and/or sell copies of the Software, and to permit persons
919N/A# to whom the Software is furnished to do so, provided that the above
919N/A# copyright notice(s) and this permission notice appear in all copies of
919N/A# the Software and that both the above copyright notice(s) and this
919N/A# permission notice appear in supporting documentation.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
919N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
919N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
919N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
919N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
919N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
98N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
98N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
98N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
98N/A#
156N/A# Except as contained in this notice, the name of a copyright holder
98N/A# shall not be used in advertising or otherwise to promote the sale, use
98N/A# or other dealings in this Software without prior written authorization
98N/A# of the copyright holder.
691N/A#
98N/A# @(#)Makefile 1.8 08/05/07
98N/A#
156N/A
98N/A# Package name used in tarballs
98N/ALIB_MODULE=libX11
156N/A
98N/A# Version number (used in path names)
851N/ALIB_VERS=1.1.3
159N/A
764N/A# Patches to apply to source after unpacking, in order
98N/ASOURCE_PATCHES = \
98N/A lintlib.patch,-p1 \
98N/A manpages.patch,-p1 \
98N/A XErrorDB.patch,-p1 \
98N/A 1234757.patch \
98N/A 4010755.patch \
98N/A 4614834.patch \
98N/A 5039226.patch \
199N/A 6409332.patch \
606N/A solaris-abi.patch \
98N/A solaris-i18n.patch \
98N/A solaris-kbd.patch \
98N/A SolarisIA.patch \
606N/A sme.patch \
257N/A 4076297.patch \
98N/A 1261271.patch \
606N/A 6686591.patch \
98N/A 6690054.patch \
98N/A 6681985.patch
98N/A
98N/A# Library name (used for specfiles/mapfiles)
98N/ALIBNAME=X11
98N/A
98N/A# Man pages to apply Sun footer to & attributes to list
98N/ASUNTOUCHED_MANPAGES=man/*.man man/xkb/*.man
98N/ASUN_PACKAGE=SUNWxwplt
98N/ALIB_STABILITY=Committed
606N/ALIB_MAN_SUFFIX=3X11
606N/A
606N/A# Command line options to GNU autoconf configure script
606N/ALIB_ADD_CONFIG_OPTS = --enable-xthreads --enable-loadable-i18n \
705N/A --with-xcb=no --enable-loadable-xcursor --enable-xcms \
851N/A --enable-xlocaledir --enable-xkb --enable-man-pages=$(LIB_MAN_SUFFIX) \
705N/A --with-lint --enable-lint-library \
705N/A --with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
705N/A
851N/A# -xF is needed for mapfile reordering to work
851N/ALIB_ADD_CFLAGS = -xF -g
851N/A
705N/A# -DSUNSOFT enables SUN_SME (Shared Memory transport extension)
705N/A# -DMOTIFBC enables compatibility with bugs in Motif & other apps
705N/A# -DSUNSOFT_KBD enables Solaris traditional keyboard handling
851N/ALIB_ADD_CPPFLAGS = -DSUNSOFT -DMOTIFBC -DSUNSOFT_KBD
705N/A
851N/A# Work around libtool's interference
705N/ALIB_ADD_BUILD_DEPS = delibtoolize
705N/A
705N/A# Use -KPIC instead of -Kpic because we have too many symbols on SPARC
606N/ADELIBTOOLIZE_FLAGS_sparc = -P
606N/ADELIBTOOLIZE_FLAGS_i386 =
606N/ADELIBTOOLIZE_FLAGS = $(DELIBTOOLIZE_FLAGS_$(MACH))
98N/A
606N/A# Need additional mapfile for additional symbols in 64-bit versions
98N/ABUILD_64_FLAGS = ADD_libX11_LDFLAGS="-M $(PWD)/mapfile-vers-64"
493N/A
493N/A# Library built in tree
98N/ALIB_BUILT=$(SOURCE_DIR)/src/.libs/libX11.so.4
493N/A
493N/A# pkg-config files that need to have -R added
493N/AFIX_PC_FILES=x11.pc.in
810N/A
810N/A# Regenerate Makefile.in's from Makefile.am's after patching them
810N/AAUTORECONF=true
810N/A
include ../Makefile.inc
# Merge in additional sources from sun-src directory
source_gen:: $(LNDIR)
mkdir -p $(SOURCE_DIR)
(cd $(SOURCE_DIR) && $(LNDIR) ../../sun-src)
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 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/