Makefile revision 726
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Makefile for X Consolidation Open Source Application modules
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Use subject to license terms.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# copy of this software and associated documentation files (the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# "Software"), to deal in the Software without restriction, including
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# without limitation the rights to use, copy, modify, merge, publish,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# distribute, and/or sell copies of the Software, and to permit persons
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# to whom the Software is furnished to do so, provided that the above
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# copyright notice(s) and this permission notice appear in all copies of
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# the Software and that both the above copyright notice(s) and this
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# permission notice appear in supporting documentation.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Except as contained in this notice, the name of a copyright holder
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# shall not be used in advertising or otherwise to promote the sale, use
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# or other dealings in this Software without prior written authorization
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# of the copyright holder.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# @(#)Makefile 1.84 09/02/24
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#
f78b12e570284aa8291f4ca1add24937fd107403vboxsync###############################################################################
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Dependency ordering:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# rss-glx needs to come after xscreensaver
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncOS_SUBDIRS_common = \
accessx \
appres \
bdftopcf \
bitmap \
cmap_alloc \
cmap_compact \
constype \
dispswitch \
editres \
fbconsole \
fslsfonts \
fstobdf \
iceauth \
ico \
installalias \
lbxproxy \
listres \
luit \
kbd_mode \
mesa-demos \
mkcookie \
mkfontdir \
mkfontscale \
oclock \
proxymngr \
rstart \
sessreg \
setxkbmap \
showfont \
smproxy \
winsysck \
twm \
viewres \
x11perf \
xauth \
xbiff \
xcalc \
xclipboard \
xclock \
xcmsdb \
xcolor \
xconsole \
xcursorgen \
xditview \
xdpyinfo \
xdriinfo \
xedit \
xev \
xeyes \
xfd \
xfindproxy \
xfontsel \
xfsinfo \
xfwp \
xgamma \
xgc \
xhost \
xinit \
xkbcomp \
xkbprint \
xkbutils \
xkill \
xload \
xlock \
xlogo \
xlsatoms \
xlsclients \
xlsfonts \
xlswins \
xmag_multivis \
xmag \
xmakemap \
xman \
xmodmap \
xplsprinters \
xpm \
xpr \
xprehashprinterlist \
xprop \
xrandr \
xrdb \
xrefresh \
xrx \
xscope \
xset \
xsetroot \
xstdcmap \
xterm \
xvidtune \
xvinfo \
xwd \
xwininfo \
xwud \
xscreensaver \
rss-glx
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
PWD:sh=pwd
TOP=$(PWD)/..
### Include common definitions
DIRNAME="app/"
include $(TOP)/common/Makefile.subdirs