Makefile revision 484
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence# Makefile for X Consolidation Open Source Application modules
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence# Use subject to license terms.
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence# Permission is hereby granted, free of charge, to any person obtaining a
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence# copy of this software and associated documentation files (the
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence# "Software"), to deal in the Software without restriction, including
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence# without limitation the rights to use, copy, modify, merge, publish,
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence# distribute, and/or sell copies of the Software, and to permit persons
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence# to whom the Software is furnished to do so, provided that the above
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence# copyright notice(s) and this permission notice appear in all copies of
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence# the Software and that both the above copyright notice(s) and this
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence# permission notice appear in supporting documentation.
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
eefea43215016bce437ab4a7441b2851fd182960David Lawrence# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
eefea43215016bce437ab4a7441b2851fd182960David Lawrence# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence# Except as contained in this notice, the name of a copyright holder
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence# shall not be used in advertising or otherwise to promote the sale, use
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence# or other dealings in this Software without prior written authorization
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence# of the copyright holder.
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence# @(#)Makefile 1.63 08/07/31
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson###############################################################################
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson# Dependency ordering:
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence# rss-glx needs to come after xscreensaver
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence (cd $$i ; echo "## making" $(OS_TARGET) "in open-src/app/$$i..."; \