Makefile revision 963
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster###############################################################################
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Permission is hereby granted, free of charge, to any person obtaining a
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# copy of this software and associated documentation files (the "Software"),
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# to deal in the Software without restriction, including without limitation
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# and/or sell copies of the Software, and to permit persons to whom the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Software is furnished to do so, subject to the following conditions:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# The above copyright notice and this permission notice (including the next
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# paragraph) shall be included in all copies or substantial portions of the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# DEALINGS IN THE SOFTWARE.
f948ca04a28ccfeed9633bf4b0fb0d2c59c37478David Luna# This makefile simply creates a number of compatibility links in the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# proto area that we include in our packages
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Package name used in tarballs
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Don't need default targets for configure, build, or install, since there's
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# nothing to build, and the install rule follows here
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster### Include common rulesets
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Even though we deliver all our files to /usr/{bin,lib} now, other
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# consolidations still deliver to /usr/X11, so we have to maintain
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# /usr/X11, which means leaving symlinks there to our programs & libraries
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# to avoid breaking existing scripts and binaries
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# The SVID ABI established the X->X11 link
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# PSARC 2004/187 established the X11R6->X11 link for compatibility with Linux
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# PSARC 2008/405 removed /usr/openwin and replaced it with a link to /usr/X11