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