Makefile revision 943
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin###############################################################################
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# X11 1.x Makefile
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Permission is hereby granted, free of charge, to any person obtaining a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# copy of this software and associated documentation files (the "Software"),
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# to deal in the Software without restriction, including without limitation
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# the rights to use, copy, modify, merge, publish, distribute, sublicense,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# and/or sell copies of the Software, and to permit persons to whom the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Software is furnished to do so, subject to the following conditions:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# The above copyright notice and this permission notice (including the next
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# paragraph) shall be included in all copies or substantial portions of the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Software.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# DEALINGS IN THE SOFTWARE.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Package name used in tarballs
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Version number (used in path names)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Checksums for upstream tarball
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Patches to apply to source after unpacking, in order
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Library name (used for specfiles/mapfiles)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Man pages to apply Sun footer to & attributes to list
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Command line options to GNU autoconf configure script
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinMODULE_CONFIG_OPTS = --enable-xthreads --enable-loadable-i18n \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin --with-xcb=no --enable-loadable-xcursor --enable-xcms \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin --enable-xlocaledir --enable-xkb --enable-man-pages=$(LIB_MAN_SUFFIX) \
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin --with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# -xF is needed for mapfile reordering to work
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# -DSUNSOFT enables SUN_SME (Shared Memory transport extension)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# -DMOTIFBC enables compatibility with bugs in Motif & other apps
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# -DSUNSOFT_KBD enables Solaris traditional keyboard handling
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin# Backwards compatibility for old paths until g11n moves all input methods
# Regenerate Makefile.in's from Makefile.am's after patching them
# packages, but which X.Org doesn't