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