Makefile revision 1339
970N/A############################################################################### 970N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. 1072N/A# Permission is hereby granted, free of charge, to any person obtaining a 970N/A# copy of this software and associated documentation files (the "Software"), 970N/A# to deal in the Software without restriction, including without limitation 970N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 970N/A# and/or sell copies of the Software, and to permit persons to whom the 970N/A# Software is furnished to do so, subject to the following conditions: 970N/A# The above copyright notice and this permission notice (including the next 970N/A# paragraph) shall be included in all copies or substantial portions of the 970N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 970N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 970N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 970N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 970N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 970N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 970N/A# DEALINGS IN THE SOFTWARE. 970N/A# This makefile simply creates a number of compatibility links in the 970N/A# proto area that we include in our packages 970N/A# Package name used in tarballs 970N/A# pkg(5) name we deliver the files in (override default) 970N/A# Dates to show in Oracle copyright notice in pkg license file 970N/A# Earliest & latest of the copyrights in the Oracle files in this pkg 970N/A# Package classification (override default) 970N/A# ARC cases that covered this module 970N/A# PSARC/2004/187 Xorg Server For Solaris 970N/A# Don't need default targets for configure, build, or install, since there's 970N/A# nothing to build, and the install rule follows here 970N/A### Include common rulesets 970N/A# Even though we deliver all our files to /usr/{bin,lib} now, other 970N/A# consolidations still deliver to /usr/X11, so we have to maintain 970N/A# /usr/X11, which means leaving symlinks there to our programs & libraries 970N/A# to avoid breaking existing scripts and binaries 970N/A# The SVID ABI established the X->X11 link 970N/A# PSARC 2004/187 established the X11R6->X11 link for compatibility with Linux 970N/A# Link directory for Xserver private libraries and data files for 970N/A# compatibility with Xnewt binaries built for Solaris 10 970N/A# (see CR 6905518 & 6972032) 970N/A# /usr/lib/64 link needed for check_rtime to find binaries using the */64 970N/A# paths that gcc inserts in runpaths, even though we don't package the link.