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