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