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