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