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