Makefile revision 1408
97a9a944b5887e91042b019776c41d5dd74557aferikabele###############################################################################
97a9a944b5887e91042b019776c41d5dd74557aferikabele#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# intel-gpu-tools - Intel graphics driver debug tools
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive#
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# Permission is hereby granted, free of charge, to any person obtaining a
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive# copy of this software and associated documentation files (the "Software"),
b686b6a420bde7f78c416b90be11db94cb789979nd# to deal in the Software without restriction, including without limitation
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# the rights to use, copy, modify, merge, publish, distribute, sublicense,
b686b6a420bde7f78c416b90be11db94cb789979nd# and/or sell copies of the Software, and to permit persons to whom the
b686b6a420bde7f78c416b90be11db94cb789979nd# Software is furnished to do so, subject to the following conditions:
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
2e545ce2450a9953665f701bb05350f0d3f26275nd# The above copyright notice and this permission notice (including the next
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# paragraph) shall be included in all copies or substantial portions of the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# Software.
b686b6a420bde7f78c416b90be11db94cb789979nd#
b686b6a420bde7f78c416b90be11db94cb789979nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
b686b6a420bde7f78c416b90be11db94cb789979nd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b686b6a420bde7f78c416b90be11db94cb789979nd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
b686b6a420bde7f78c416b90be11db94cb789979nd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b686b6a420bde7f78c416b90be11db94cb789979nd# DEALINGS IN THE SOFTWARE.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
b686b6a420bde7f78c416b90be11db94cb789979nd
b686b6a420bde7f78c416b90be11db94cb789979nd# Package name used in tarballs
3b3b7fc78d1f5bfc2769903375050048ff41ff26ndMODULE_NAME=intel-gpu-tools
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
07dc96d063d49299da433f84b5c5681da9bbdf68rbowen# Package metadata
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjungMODULE_DESC = Intel graphics driver debug tools
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
b686b6a420bde7f78c416b90be11db94cb789979nd# Dates to show in Oracle copyright notice in pkg license file
b686b6a420bde7f78c416b90be11db94cb789979nd# Earliest & latest of the copyrights in the Oracle files in this pkg
b686b6a420bde7f78c416b90be11db94cb789979ndORACLE_COPYRIGHT_YEARS = 2013
b686b6a420bde7f78c416b90be11db94cb789979ndORACLE_TPNO = 13224
b686b6a420bde7f78c416b90be11db94cb789979ndORACLE_TPNO_SET = yes
b686b6a420bde7f78c416b90be11db94cb789979nd
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# pkg(5) name we deliver the files in (override default)
b0f39810a93af064583df3741ae61d5351934b62ndMODULE_PKGNAME=x11/diagnostic/$(MODULE_NAME)
b0f39810a93af064583df3741ae61d5351934b62ndMODULE_PKGNAME_SET=yes
b0f39810a93af064583df3741ae61d5351934b62nd
b0f39810a93af064583df3741ae61d5351934b62nd# Version number (used in path names)
b0f39810a93af064583df3741ae61d5351934b62ndMODULE_VERSION=1.3
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# Checksums for upstream tarball
06ba4a61654b3763ad65f52283832ebf058fdf1csliveTARBALL_MD5 = 67facd6241e26e2c68614728e3a932e9
b0f39810a93af064583df3741ae61d5351934b62ndTARBALL_SHA1 = 35e4907c4dbc48ad37921e44d73f0fe15a989aa2
b0f39810a93af064583df3741ae61d5351934b62ndTARBALL_SHA256= 51d22fdb3d415a1b3b7d0a172c1bb24dec6f16116e80a9ce49873f44527f20a0
b0f39810a93af064583df3741ae61d5351934b62nd
b0f39810a93af064583df3741ae61d5351934b62nd# Command line options to GNU autoconf configure script
b0f39810a93af064583df3741ae61d5351934b62ndMODULE_CONFIG_OPTS = --disable-nouveau
b0f39810a93af064583df3741ae61d5351934b62nd
06ba4a61654b3763ad65f52283832ebf058fdf1csliveMODULE_COMPILER=gcc
06ba4a61654b3763ad65f52283832ebf058fdf1csliveMODULE_COMPILER_SET=yes
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# Override default config environment - if PYTHON is set to a specific version
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# then configure will complain it's version is not >= 3, but if it's unset it's
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# fine with not finding a python version >= 3.
06ba4a61654b3763ad65f52283832ebf058fdf1csliveMODULE_CONFIG_ENV = PYTHON=""
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive# ARC cases that covered this module
b0f39810a93af064583df3741ae61d5351934b62nd# PSARC/2013/087
b686b6a420bde7f78c416b90be11db94cb789979ndMODULE_ARC_CASES = PSARC/2013/087
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri# Man pages to apply Sun footer to & attributes to list
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeriSUNTOUCHED_MANPAGES=man/*.man
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeriMODULE_STABILITY=Volatile
b686b6a420bde7f78c416b90be11db94cb789979nd
b686b6a420bde7f78c416b90be11db94cb789979ndinclude ../Makefile.inc
117c1f888a14e73cdd821dc6c23eb0411144a41cnd