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