Makefile revision 269
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# Makefile for X Consolidation Open Source Library modules
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Use subject to license terms.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# Permission is hereby granted, free of charge, to any person obtaining a
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# copy of this software and associated documentation files (the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# "Software"), to deal in the Software without restriction, including
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# without limitation the rights to use, copy, modify, merge, publish,
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# distribute, and/or sell copies of the Software, and to permit persons
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# to whom the Software is furnished to do so, provided that the above
d8c71aacc9f1c8cd40a8ad8dcdad9be8854b849fChristian Maeder# copyright notice(s) and this permission notice appear in all copies of
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# the Software and that both the above copyright notice(s) and this
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# permission notice appear in supporting documentation.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
c35d75c97d5257326d24e40fdc0ac6486f63ab55Christian Maeder# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
c35d75c97d5257326d24e40fdc0ac6486f63ab55Christian Maeder# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
01e383014b555bbcf639c0ca60c5810b3eff83c0Christian Maeder# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
83394c6b6e6de128e71b67c9251ed7a84485d082Christian Maeder# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
abf2487c3aece95c371ea89ac64319370dcb6483Klaus Luettich# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# Except as contained in this notice, the name of a copyright holder
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# shall not be used in advertising or otherwise to promote the sale, use
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# or other dealings in this Software without prior written authorization
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# of the copyright holder.
2e2094a642e3775b0d76b890556407941d3a53b6Christian Maeder# @(#)Makefile 1.10 08/01/10
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder###############################################################################
0206ab93ef846e4e0885996d052b9b73b9dc66b0Christian Maeder $(MAKE) $(MFLAGS) subdirs OS_TARGET=install
d3ae0072823e2ef0d41d4431fcc768e66489c20eChristian Maeder $(MAKE) $(MFLAGS) subdirs OS_TARGET=download
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder (cd $$i ; echo "## making" $(OS_TARGET) "in open-src/lib/$$i..."; \