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