Makefile revision 1402
ee9c9500ab13c1093fc3feaf2aa5a0d330d0bfadKay Sievers###############################################################################
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt#
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers# accessx accessibility feature configuration utility Makefile
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers#
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers#
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# Permission is hereby granted, free of charge, to any person obtaining a
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# copy of this software and associated documentation files (the "Software"),
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# to deal in the Software without restriction, including without limitation
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# the rights to use, copy, modify, merge, publish, distribute, sublicense,
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# and/or sell copies of the Software, and to permit persons to whom the
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Software is furnished to do so, subject to the following conditions:
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers#
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# The above copyright notice and this permission notice (including the next
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# paragraph) shall be included in all copies or substantial portions of the
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# Software.
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt#
ea92ae33e0fbbf8a98cd2e08ca5a850d83d57faeMaciej Wereski# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ea92ae33e0fbbf8a98cd2e08ca5a850d83d57faeMaciej Wereski# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
04ac799283f517672a5424e7c5bf066cfa4ca020Zbigniew Jędrzejewski-Szmek# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
04ac799283f517672a5424e7c5bf066cfa4ca020Zbigniew Jędrzejewski-Szmek# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
04ac799283f517672a5424e7c5bf066cfa4ca020Zbigniew Jędrzejewski-Szmek# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
04ac799283f517672a5424e7c5bf066cfa4ca020Zbigniew Jędrzejewski-Szmek# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers# DEALINGS IN THE SOFTWARE.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering#
dc7adf202b82fc0054c457ce6ca3bcedb88dde57Lennart Poettering#
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering# Package name used in tarballs
81d112a8f0522a09fcfe317f420363a2b728137cLennart PoetteringMODULE_NAME=accessx
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering# Package metadata
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay SieversORACLE_TPNO = $(ORACLE_TPNO_xorg)
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# Dates to show in Oracle copyright notice in pkg license file
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# Earliest & latest of the copyrights in the Oracle files in this pkg
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart PoetteringORACLE_COPYRIGHT_YEARS = 1993, 2009
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# pkg(5) name we deliver the files in (override default)
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart PoetteringMODULE_PKGNAME=x11/keyboard/accessx
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart PoetteringMODULE_PKGNAME_SET=yes
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering
049b4474b35d0b854f87b0795a5113665413f6a4Lennart Poettering# Package classification (override default)
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart PoetteringMODULE_PKGCLASS=Applications/Universal Access
eb124a97fb72d076014253b1acde69d428f15ecfLennart PoetteringMODULE_PKGCLASS_SET=yes
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering
60411ac750ec928114be80b133d9782a1cb2da62Lennart Poettering# No upstream sources, only local sources
60411ac750ec928114be80b133d9782a1cb2da62Lennart PoetteringMODULE_VERSION=src
477def8097245a124f8ff51d17415cf78cde691bLennart PoetteringSOURCE_TARBALL_NAME=NONE
477def8097245a124f8ff51d17415cf78cde691bLennart PoetteringSOURCE_TARBALL_NAME_SET=yes
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart PoetteringADDITIONAL_SOURCE_DIR=sun-src
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering
94676f3e9352cbf1f72e0a512ee0d2ed83ff676dLennart Poettering# Haven't made sure it's 64-bit clean yet, so continue building 32-bit for now
94676f3e9352cbf1f72e0a512ee0d2ed83ff676dLennart PoetteringBUILD_TYPES_SET=yes
94676f3e9352cbf1f72e0a512ee0d2ed83ff676dLennart PoetteringBUILD_TYPES=32
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering# Man pages to apply Sun footer to & attributes to list
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart PoetteringSUNTOUCHED_MANPAGES= accessx.1
6cc532fdccac8eff638da94fbcce0bb655e4689eLennart PoetteringMODULE_STABILITY=Committed
6cc532fdccac8eff638da94fbcce0bb655e4689eLennart Poettering
49a6199b42b34ac16b03af9eec9b4ee7a31aa9f4Lennart Poettering# No configure script to run
49a6199b42b34ac16b03af9eec9b4ee7a31aa9f4Lennart PoetteringCONFIGURE_TARGETS=
d16bd0556127962e0dc19f2b049edb09f354bedbLennart PoetteringCONFIGURE_TARGETS_SET=yes
d16bd0556127962e0dc19f2b049edb09f354bedbLennart Poettering
d16bd0556127962e0dc19f2b049edb09f354bedbLennart Poettering# Override timestamps embedded in uil output files
ced4d06784dbb19666688947901961f949f2aa6dLennart PoetteringTIME_CONSTANT = 1272503297
ced4d06784dbb19666688947901961f949f2aa6dLennart Poettering
4ba93280223ceb5de1bcedb196c38252f334521aLennart Poettering# Since we don't have a configure script, pass configure flags to make
4ba93280223ceb5de1bcedb196c38252f334521aLennart PoetteringMODULE_CONFIG_ENV = PREFIX=$(MODULE_PREFIX) $(CONSTANT_TIME)
a427c13d26d08195f96679bde6753796f0e0b54aDavid StraussMODULE_BUILD_MAKEFLAGS = $(CONFIG_ENV)
fd201fda7d70f37c77db715562242afc7f8e0fddDavid StraussMODULE_INSTALL_MAKEFLAGS= $(CONFIG_ENV)
a427c13d26d08195f96679bde6753796f0e0b54aDavid Strauss
a427c13d26d08195f96679bde6753796f0e0b54aDavid Strauss# Compatibility links from /usr/X11/bin to /usr/bin
a427c13d26d08195f96679bde6753796f0e0b54aDavid StraussMODULE_X11_BINCOMPAT_LINKS = accessx
ae25936d0f92472bd3365627b1d87fec9d322a98David Strauss
c20fd707a2b8c75166096544ee6f1538505e40a9Lennart Poetteringinclude ../Makefile.inc
c20fd707a2b8c75166096544ee6f1538505e40a9Lennart Poettering