Makefile revision 1370
418N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. 418N/A# Permission is hereby granted, free of charge, to any person obtaining a 418N/A# copy of this software and associated documentation files (the "Software"), 418N/A# to deal in the Software without restriction, including without limitation 418N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 418N/A# and/or sell copies of the Software, and to permit persons to whom the 418N/A# Software is furnished to do so, subject to the following conditions: 418N/A# The above copyright notice and this permission notice (including the next 418N/A# paragraph) shall be included in all copies or substantial portions of the 418N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 418N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 418N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 418N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 418N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 418N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 418N/A# DEALINGS IN THE SOFTWARE. 418N/A# Package name used in tarballs 418N/A# Version number (used in path names) 418N/A# Checksums for upstream tarball 553N/A# Download site for source 418N/A# Patches to apply to source after unpacking, in order 493N/A# Can't build tests with parfait yet, due to parfait-ld error: 418N/A# Linking globals named 'drmSetServerInfo': symbol multiply defined! 418N/A# Need to use GNU Make to build 418N/A# To build with gcc, uncomment these lines and comment out the MODULE_CFLAGS 418N/A# Tell Sun compiler to not apply optimizations that increase binary sizes 418N/A# Without this flag, Studio 12 binaries are almost 2x bigger (CR 6808868) 418N/A#MODULE_CFLAGS = -xspace 450N/A# Command line options to GNU autoconf configure script 450N/A# Man pages to apply Sun footer to & attributes to list 418N/A#SUNTOUCHED_MANPAGES=*.man #MODULE_STABILITY=Volatile # pkg-config files that need to have -R added # Upstream seems to install in $(X11_SERVERLIBS_SUBDIR)/pkgconfig no matter # what, so just move them afterwards