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