Makefile revision 1447
2035N/A############################################################################### 2035N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. 2035N/A# Permission is hereby granted, free of charge, to any person obtaining a 2035N/A# copy of this software and associated documentation files (the "Software"), 2035N/A# to deal in the Software without restriction, including without limitation 2035N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 2035N/A# and/or sell copies of the Software, and to permit persons to whom the 2035N/A# Software is furnished to do so, subject to the following conditions: 2035N/A# The above copyright notice and this permission notice (including the next 2035N/A# paragraph) shall be included in all copies or substantial portions of the 2035N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 2035N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. # Package name used in tarballs # Version number (used in path names) # Checksums for upstream tarball # Patches to apply to source after unpacking, in order # Man pages to apply Sun footer to & attributes to list # Need to build 32-bit libXvMC libraries even when X server is 64-bit only # but we only want those libraries built in the 32-bit build, not the whole # driver (which would overwrite the 64-bit driver) # Intel driver doesn't work on some chipsets if built with Sun compiler # Extra flags to pass to configure script # --libdir is needed to set path for XvMC libraries # causes ../../libtool: line 791: X--mode=install: command not found errors # Instead of allowing the default MODTYPE_LD_SHARED_OPTIONS to link everything # against the Xorg server binary, libraries.patch adds the XORG_EXTERNS_FLAG # variable to the link of just intel_drv.so not to the client-side XvMC libs. # Library paths at build time # Can't build tests with parfait yet, due to parfait-ld error: # Need to regenerate configure & Makefile.in's after patching