Makefile revision 418
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Makefile for X Consolidation Open Source Application modules
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Use subject to license terms.
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Permission is hereby granted, free of charge, to any person obtaining a
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# copy of this software and associated documentation files (the
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# "Software"), to deal in the Software without restriction, including
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# without limitation the rights to use, copy, modify, merge, publish,
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# distribute, and/or sell copies of the Software, and to permit persons
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# to whom the Software is furnished to do so, provided that the above
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# copyright notice(s) and this permission notice appear in all copies of
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# the Software and that both the above copyright notice(s) and this
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# permission notice appear in supporting documentation.
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Except as contained in this notice, the name of a copyright holder
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# shall not be used in advertising or otherwise to promote the sale, use
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# or other dealings in this Software without prior written authorization
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# of the copyright holder.
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# @(#)Makefile 1.43 08/05/19
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell#
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell###############################################################################
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# Dependency ordering:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell# rss-glx needs to come after xscreensaver
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellOS_SUBDIRS_common = \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell appres \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell bitmap \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell constype \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell editres \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell iceauth \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell listres \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell luit \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell mesa-demos \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell mkfontscale \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell oclock \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell setxkbmap \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell twm \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell viewres \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell x11perf \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xauth \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xcalc \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xclipboard \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xcmsdb \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xconsole \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xcursorgen \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xdpyinfo \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xdriinfo \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xev \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xfd \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xfwp \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xgamma \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xgc \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xhost \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xkbcomp \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xkill \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xlogo \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xlsatoms \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xlsclients \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xmag \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xmodmap \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xpm \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xprop \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xrandr \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xrdb \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xrefresh \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xset \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xsetroot \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xstdcmap \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xvidtune \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xvinfo \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xwd \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xwininfo \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xwud \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xscreensaver \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell rss-glx \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell xterm
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellMACH:sh=uname -p
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellOS_SUBDIRS=$(OS_SUBDIRS_$(MACH))
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellall:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell $(MAKE) $(MFLAGS) subdirs OS_TARGET=all
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellWorld: clean all
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellclean:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell $(MAKE) $(MFLAGS) subdirs OS_TARGET=clean
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellinstall:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell $(MAKE) $(MFLAGS) subdirs OS_TARGET=install
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnelldownload:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell $(MAKE) $(MFLAGS) subdirs OS_TARGET=download
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellsource:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell $(MAKE) $(MFLAGS) subdirs OS_TARGET=source
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnellsubdirs:
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell for i in $(OS_SUBDIRS) ;\
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell do \
cf7084cf20623b8a2d7da2cc101288f2cf516d67Craig McDonnell (cd $$i ; echo "## making" $(OS_TARGET) "in open-src/app/$$i..."; \
$(MAKE) $(MFLAGS) CDEBUGFLAGS="$(CDEBUGFLAGS)" $(OS_TARGET)); \
done