Makefile revision 1117
2454dfa32c93c20a8522c6ed42fe057baaac9f9aStephan Bosch###############################################################################
ecc81625167ed96c04c02aa190a1ea5baa65b474Timo Sirainen# SPARC graphics utilities modules (fbconfig & VTS) Makefile
0536ccb51d41e3078c3a9fa33e509fb4b2420f95Timo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# copy of this software and associated documentation files (the "Software"),
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# to deal in the Software without restriction, including without limitation
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# and/or sell copies of the Software, and to permit persons to whom the
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# Software is furnished to do so, subject to the following conditions:
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# The above copyright notice and this permission notice (including the next
e3678f7bfba87b5aa1446a1a7b9928272b4f72a3Timo Sirainen# paragraph) shall be included in all copies or substantial portions of the
e3678f7bfba87b5aa1446a1a7b9928272b4f72a3Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e3678f7bfba87b5aa1446a1a7b9928272b4f72a3Timo Sirainen# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e3678f7bfba87b5aa1446a1a7b9928272b4f72a3Timo Sirainen# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8cb72c59d5ea4e9e5f638d7ec840bb853f5a188eTimo Sirainen# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8b247780e911909a9fdc47f69ce6d1478902ad98Timo Sirainen# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8b247780e911909a9fdc47f69ce6d1478902ad98Timo Sirainen# DEALINGS IN THE SOFTWARE.
862ec874f9373e3e499e237d3b9f71fdf1413feeTimo Sirainen# Package name used in tarballs
862ec874f9373e3e499e237d3b9f71fdf1413feeTimo Sirainen# pkg(5) name we deliver the files in (override default)
862ec874f9373e3e499e237d3b9f71fdf1413feeTimo Sirainen# Package classification (override default)
862ec874f9373e3e499e237d3b9f71fdf1413feeTimo Sirainen# No upstream sources, only local sources
862ec874f9373e3e499e237d3b9f71fdf1413feeTimo Sirainen# Haven't made sure it's 64-bit clean yet, so continue building 32-bit for now
9a48c2243fe98ca8393be7908f84d20c634bcdf9Timo Sirainen# Man pages to apply Sun footer to & attributes to list
9a48c2243fe98ca8393be7908f84d20c634bcdf9Timo Sirainen# No configure script to run
e2ce8d4a6ac5d82a906178148453e7613fab9ba0Timo Sirainen# Since we don't have a configure script, pass configure flags to make
cd56a23e21f1df3f79648cf07e2f4385e2fadebbTimo Sirainen# Install metadata for fb-specific packages too
d6684856fb99e51bc22a6346e08b2d81c996f963Josef 'Jeff' SipekEXTRA_METADATA_DIRS = $(FB_MODULES:%=$(MODULE_PKG_METADATA_DIR)-fbconfig-%)
cd56a23e21f1df3f79648cf07e2f4385e2fadebbTimo SirainenEXTRA_ATTRDATA_FILES = $(EXTRA_METADATA_DIRS:%=%/$(ATTRDATA_FILE_NAME))
cd56a23e21f1df3f79648cf07e2f4385e2fadebbTimo SirainenEXTRA_LICENSE_FILES = $(EXTRA_METADATA_DIRS:%=%/$(LICENSE_FILE_NAME))
cd56a23e21f1df3f79648cf07e2f4385e2fadebbTimo SirainenEXTRA_METADATA_TARGETS = $(EXTRA_METADATA_DIRS) \
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen$(EXTRA_ATTRDATA_FILES) $(EXTRA_LICENSE_FILES): $(EXTRA_METADATA_DIRS)
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen# Modules for specific frame buffers are covered only by Oracle copyright
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo SirainenAST_LICENSE_FILE = $(MODULE_PKG_METADATA_DIR)-fbconfig-ast/$(LICENSE_FILE_NAME)
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo SirainenEFB_LICENSE_FILE = $(MODULE_PKG_METADATA_DIR)-fbconfig-efb/$(LICENSE_FILE_NAME)
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen$(AST_LICENSE_FILE):= LICENSE_FILE = COPYING.ast
e2a88d59c0d47d63ce1ad5b1fd95e487124a3fd4Timo Sirainen$(EFB_LICENSE_FILE):= LICENSE_FILE = COPYING.efb
5a1b498b646b5c5dbd1b3f3861df766f560578c5Timo Sirainen$(EXTRA_LICENSE_FILES):= LICENSE_NAME = $(ORACLE_LICENSE_NAME)