Makefile revision 1447
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync###############################################################################
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# efb driver for Sun XVR-100 & XVR-300 boards (based on ATI Radeon)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# copy of this software and associated documentation files (the "Software"),
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# to deal in the Software without restriction, including without limitation
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and/or sell copies of the Software, and to permit persons to whom the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Software is furnished to do so, subject to the following conditions:
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# The above copyright notice and this permission notice (including the next
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# paragraph) shall be included in all copies or substantial portions of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# DEALINGS IN THE SOFTWARE.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Package name used in tarballs
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Version number (used in path names)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Dates to show in Oracle copyright notice in pkg license file
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Earliest & latest of the copyrights in the Oracle files in this pkg
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncMODULE_LICENSE_DESC = portions of the ATI Radeon graphics driver from X.Org
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Checksums for upstream tarball
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncTARBALL_SHA1 = b6974237b6ae9b45b32fc37f31a3fee7358230d3
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Patches to apply to source after unpacking, in order
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Need to regenerate configure after patching Makefile.am in sparc-efb.patch
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# pkg(5) name we deliver the files in (override default)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Man pages to apply Sun footer to & attributes to list
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Use -KPIC instead of -Kpic because we have too many symbols on SPARC
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Extra flags to pass to configure script
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Merge in additional sources from sun-src directory
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Extra rules to run when unpacking upstream source
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncCLEAN_LINEFEED_TARGET = $(SOURCE_DIR)/.source.clean.done
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsyncMODULE_ADD_SOURCE_TARGETS = $(CLEAN_LINEFEED_TARGET)
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Libraries/modules to link with
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync -M $(XF86_VIDEO_ATI_SRC)/mapfile-bt829_drv-external \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync -M $(XF86_VIDEO_ATI_SRC)/mapfile-fi1236_drv-external \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync -M $(XF86_VIDEO_ATI_SRC)/mapfile-msp3430_drv-external \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync -M $(XF86_VIDEO_ATI_SRC)/mapfile-tda9885_drv-external \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync -M $(XF86_VIDEO_ATI_SRC)/mapfile-uda1380_drv-external \
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# ATI's atombios code has ^M's at linefeeds which break Sun compilers