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