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