Makefile revision 634
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Makefile for X Consolidation Open Source Application modules
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Use subject to license terms.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# copy of this software and associated documentation files (the
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# "Software"), to deal in the Software without restriction, including
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# without limitation the rights to use, copy, modify, merge, publish,
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# distribute, and/or sell copies of the Software, and to permit persons
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# to whom the Software is furnished to do so, provided that the above
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# copyright notice(s) and this permission notice appear in all copies of
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# the Software and that both the above copyright notice(s) and this
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# permission notice appear in supporting documentation.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Except as contained in this notice, the name of a copyright holder
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# shall not be used in advertising or otherwise to promote the sale, use
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# or other dealings in this Software without prior written authorization
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# of the copyright holder.
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# @(#)Makefile 1.83 08/09/30
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync###############################################################################
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# Dependency ordering:
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync# rss-glx needs to come after xscreensaver
7a0d67332f33bc21290d63bc7c8150b0cf0a4b21vboxsync### Include common definitions