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