Makefile revision 493
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# Makefile for X Consolidation Open Source xserver modules
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian Maeder#
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Use subject to license terms.
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder#
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Permission is hereby granted, free of charge, to any person obtaining a
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# copy of this software and associated documentation files (the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# "Software"), to deal in the Software without restriction, including
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# without limitation the rights to use, copy, modify, merge, publish,
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# distribute, and/or sell copies of the Software, and to permit persons
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# to whom the Software is furnished to do so, provided that the above
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# copyright notice(s) and this permission notice appear in all copies of
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# the Software and that both the above copyright notice(s) and this
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# permission notice appear in supporting documentation.
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder#
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
68d10d143f29fcff3c637ba24f90e983995ceae6Christian Maeder# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder#
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# Except as contained in this notice, the name of a copyright holder
3b06e23643a9f65390cb8c1caabe83fa7e87a708Till Mossakowski# shall not be used in advertising or otherwise to promote the sale, use
9dac90ec2be2a72e03893095461960d483fe2fc2Christian Maeder# or other dealings in this Software without prior written authorization
5e5d3e82af3bc2834f8718a52d9f45da80220273Dominik Luecke# of the copyright holder.
124c859ba4741d5e36d5d98634886b430b7af093Christian Maeder#
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# @(#)Makefile 1.4 08/08/08
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder#
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder###############################################################################
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederOS_SUBDIRS_common = xorg xvnc
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian MaederOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
c0c2380bced8159ff0297ece14eba948bd236471Christian MaederOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian MaederPWD:sh=pwd
ad270004874ce1d0697fb30d7309f180553bb315Christian MaederTOP=$(PWD)/..
4d56f2fa72e4aec20eb827c11ed49c8cbb7014bdChristian Maeder
4cb215739e9ab13447fa21162482ebe485b47455Christian Maeder### Include common definitions
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian MaederDIRNAME="xserver/"
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettichinclude $(TOP)/common/Makefile.subdirs
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder