Makefile revision 176
fb0951b02ebf51a93acf12721d8857d31ce57ba3Lennart Poettering###############################################################################
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# xf86-video-ati 1.x Makefile
3e2147858f21943d5f4a781c60f33ac22c6096edKay Sievers# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# Use subject to license terms.
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# Permission is hereby granted, free of charge, to any person obtaining a
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# copy of this software and associated documentation files (the
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# "Software"), to deal in the Software without restriction, including
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# without limitation the rights to use, copy, modify, merge, publish,
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# distribute, and/or sell copies of the Software, and to permit persons
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# to whom the Software is furnished to do so, provided that the above
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# copyright notice(s) and this permission notice appear in all copies of
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# the Software and that both the above copyright notice(s) and this
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# permission notice appear in supporting documentation.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
42a04ee69c7242377cd9eb39444352cd4deb4bb1Lennart Poettering# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
4e949c11a1df4547d5f102e4131e07b026369cd7Javier Jardón# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
78a825f216d39ee0295b00647b059d45467e1d02Kay Sievers# Except as contained in this notice, the name of a copyright holder
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# shall not be used in advertising or otherwise to promote the sale, use
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# or other dealings in this Software without prior written authorization
a80db8bd5f7f15859e8891aab9fc3694ce4cd0bdJavier Jardón# of the copyright holder.
4db6d587c37c0357d20c79bf1a7c9afd4c7ced61Kay Sievers# @(#)Makefile 1.11 07/06/13
6aad7f2cd75c88f990c7857bb173b3e8d0faee0fUmut Tezduyar Lindskog# Package name used in tarballs
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# Version number (used in path names)
d59d0a2b4b41a75eaf618b26b8f8bd1e17de7e2bcee# Patches to apply to source after unpacking, in order
1c7dde3e475978c569a982d65fd86d4b4e3caad8Bastien Nocera# Man pages to apply Sun footer to & attributes to list
e9da3678fcfc774b325dc1eaa054d0e00028a1fcLennart Poettering -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}'
e9da3678fcfc774b325dc1eaa054d0e00028a1fcLennart Poettering# Extra flags to pass to configure script
3ce4fad8f548db9edb19869ea540e3192d2123f4Kay SieversDRIVER_CONFIG_OPTS=--with-xorg-sdk-dir=$(PROTODIR)/usr/X11/include/xorg
e9da3678fcfc774b325dc1eaa054d0e00028a1fcLennart Poettering# Paths to find libraries/modules to link with - libraries themselves listed
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# in src/Makefile.am since ATI has so many submodules with different needs
3e2147858f21943d5f4a781c60f33ac22c6096edKay Sievers -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
fe1fed02c7637a2c18cd575f78be7fda27972148Zbigniew Jędrzejewski-Szmek -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR)/linux \
92ec4495f76a7a2a6c31f5bb2a5240f78dcfe1d2Javier Jardón -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
2d0efdf1af5ff77441228854343c61d42a89840cSamuli Suominen -R$(X11_SERVERMODS_DIR)/linux$(ARCHLIBSUBDIR) \