Makefile revision 1359
6359N/A###############################################################################
6359N/A#
6359N/A# xf86-video-ast - Xorg driver for ASpeed Technologies graphics devices
6359N/A# (such as found in some Sun/Oracle server ILOMs)
6359N/A#
6359N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
6359N/A#
6359N/A# Permission is hereby granted, free of charge, to any person obtaining a
6359N/A# copy of this software and associated documentation files (the "Software"),
6359N/A# to deal in the Software without restriction, including without limitation
6359N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6359N/A# and/or sell copies of the Software, and to permit persons to whom the
6359N/A# Software is furnished to do so, subject to the following conditions:
6359N/A#
6359N/A# The above copyright notice and this permission notice (including the next
6359N/A# paragraph) shall be included in all copies or substantial portions of the
6359N/A# Software.
6359N/A#
6359N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6359N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6359N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6359N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6359N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6359N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6359N/A# DEALINGS IN THE SOFTWARE.
6359N/A#
6359N/A#
6359N/A
6359N/A# Package name used in tarballs
6359N/AMODULE_NAME=xf86-video-ast
6359N/A
6359N/A# Version number (used in path names)
6359N/AMODULE_VERSION=0.97.0
6359N/A
6359N/A# Checksums for upstream tarball
6359N/ATARBALL_MD5 = 2b630ed7d7864045b324b39cd58da367
6359N/ATARBALL_SHA1 = 11cb9a687cec6f0943ad6b9a47434815334d2a20
6359N/ATARBALL_SHA256= 28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76
6359N/A
6359N/A# Patches to apply to source after unpacking, in order
6359N/ASOURCE_PATCHES += sparc-ast.patch,-p1 \
6359N/A 16027951.patch,-p1
6359N/A
6359N/A# Link in additional source files from sun-src directory
6359N/AADDITIONAL_SOURCE_DIR=sun-src
6359N/A
6359N/A# Regenerate Makefile.in's from Makefile.am's after patching them
6359N/AAUTORECONF=yes
6359N/A
6359N/A# Dates to show in Oracle copyright notice in pkg license file
6359N/A# Earliest & latest of the copyrights in the Oracle files in this pkg
6359N/AORACLE_COPYRIGHT_YEARS = 2009, 2012
6359N/A
# Man pages to apply Sun footer to & attributes to list
#SUNTOUCHED_MANPAGES=man/*.man
MODULE_STABILITY=Volatile
# Libraries/modules to link with
AST_LIBRARIES_sparc = # nothing extra
AST_LIBRARIES_i386 = -lint10 -lpciaccess -lvbe -lvgahw
AST_LIBRARIES = -lfb $(AST_LIBRARIES_$(MACH))
MODULE_LD_OPTIONS= \
-L$(PROTODIR)$(X11_SERVERMODS_DIR) \
-R$(X11_SERVERMODS_DIR) \
$(AST_LIBRARIES)
include ../Makefile.inc