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