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