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