Makefile revision 504
2665d7759e63acff0bcd4135678f2cc6f2041d46Christian Maeder# Makefile for X Consolidation Open Source utility modules
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# Use subject to license terms.
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# Permission is hereby granted, free of charge, to any person obtaining a
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# copy of this software and associated documentation files (the
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# "Software"), to deal in the Software without restriction, including
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# without limitation the rights to use, copy, modify, merge, publish,
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# distribute, and/or sell copies of the Software, and to permit persons
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# to whom the Software is furnished to do so, provided that the above
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# copyright notice(s) and this permission notice appear in all copies of
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# the Software and that both the above copyright notice(s) and this
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# permission notice appear in supporting documentation.
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
0442a3b0bd448902168597d0697bd84c84551cddChristian Maeder# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
f60355f33fd3a73b81aaed9baee50f3ef24a216dChristian Maeder# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
8d01e8ccb80b5d5c7f7ab05c7badd74a319197f9Christian Maeder# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
9db2bd64088c7e5935b94dd9c3ad5cdc24f48814Christian Maeder# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
f60355f33fd3a73b81aaed9baee50f3ef24a216dChristian Maeder# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
85c38e5f9a838cf472eaee0ec2fa5f43ef1dcf91Christian Maeder# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8d01e8ccb80b5d5c7f7ab05c7badd74a319197f9Christian Maeder# Except as contained in this notice, the name of a copyright holder
9be1052882e8380405e446e5743d9b9d90fe4d46Christian Maeder# shall not be used in advertising or otherwise to promote the sale, use
f60355f33fd3a73b81aaed9baee50f3ef24a216dChristian Maeder# or other dealings in this Software without prior written authorization
8d01e8ccb80b5d5c7f7ab05c7badd74a319197f9Christian Maeder# of the copyright holder.
fa6683c7b0bce3abca0d41adc8b02b1bae7de0fbChristian Maeder# @(#)Makefile 1.2 08/08/11
2686d4438ffde954ffbb3a3f307642a893b33570Christian Maeder###############################################################################
c1df0f69167ad10c7e4046f7b0040138a6c704bdChristian Maeder# These module directories are not listed here on purpose:
2686d4438ffde954ffbb3a3f307642a893b33570Christian Maeder# util-macros - has to be the very first, built in top-level Makefile
2686d4438ffde954ffbb3a3f307642a893b33570Christian Maeder# build-tools - nothing to build
8d01e8ccb80b5d5c7f7ab05c7badd74a319197f9Christian Maeder# mdb-tools - must be built after X servers, not built/shipped by default,
8d01e8ccb80b5d5c7f7ab05c7badd74a319197f9Christian Maeder# here for developers to build as needed
f60355f33fd3a73b81aaed9baee50f3ef24a216dChristian Maeder### Include common definitions