Makefile revision 523
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
943N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
70N/A# Use subject to license terms.
70N/A#
919N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the
919N/A# "Software"), to deal in the Software without restriction, including
919N/A# without limitation the rights to use, copy, modify, merge, publish,
919N/A# distribute, and/or sell copies of the Software, and to permit persons
919N/A# to whom the Software is furnished to do so, provided that the above
919N/A# copyright notice(s) and this permission notice appear in all copies of
919N/A# the Software and that both the above copyright notice(s) and this
919N/A# permission notice appear in supporting documentation.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
919N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
919N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
919N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
919N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
919N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
919N/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
851N/A# shall not be used in advertising or otherwise to promote the sale, use
851N/A# or other dealings in this Software without prior written authorization
851N/A# of the copyright holder.
851N/A#
851N/A# @(#)Makefile 1.71 08/08/29
98N/A#
551N/A###############################################################################
321N/A
321N/A# Dependency ordering:
550N/A# rss-glx needs to come after xscreensaver
550N/A
213N/AOS_SUBDIRS_common = \
649N/A appres \
304N/A bdftopcf \
530N/A bitmap \
425N/A constype \
425N/A editres \
325N/A fslsfonts \
493N/A fstobdf \
536N/A iceauth \
456N/A ico \
320N/A lbxproxy \
332N/A listres \
501N/A luit \
231N/A kbd_mode \
550N/A mesa-demos \
347N/A mkfontdir \
532N/A mkfontscale \
525N/A oclock \
463N/A sessreg \
493N/A setxkbmap \
425N/A showfont \
493N/A smproxy \
791N/A winsysck \
472N/A twm \
324N/A viewres \
347N/A x11perf \
310N/A xauth \
316N/A xbiff \
474N/A xcalc \
290N/A xclipboard \
332N/A xclock \
464N/A xcmsdb \
332N/A xcolor \
509N/A xconsole \
835N/A xcursorgen \
835N/A xditview \
332N/A xdpyinfo \
210N/A xdriinfo \
493N/A xedit \
792N/A xev \
128N/A xeyes \
414N/A xfd \
484N/A xfindproxy \
326N/A xfontsel \
493N/A xfsinfo \
335N/A xfwp \
493N/A xgamma \
493N/A xgc \
729N/A xhost \
425N/A xinit \
370N/A xkbcomp \
70N/A xkbprint \
400N/A xkbutils \
294N/A xkill \
435N/A xload \
800N/A xlogo \
98N/A xlsatoms \
434N/A xlsclients \
505N/A xlsfonts \
277N/A xlswins \
433N/A xmag_multivis \
546N/A xmag \
356N/A xman \
289N/A xmodmap \
326N/A xpm \
439N/A xpr \
501N/A xprop \
469N/A xrandr \
290N/A xrdb \
542N/A xrefresh \
424N/A xrx \
286N/A xset \
90N/A xsetroot \
475N/A xstdcmap \
295N/A xterm \
70N/A xvidtune \
299N/A xvinfo \
262N/A xwd \
455N/A xwininfo \
539N/A xwud \
277N/A xscreensaver \
332N/A rss-glx
332N/A
493N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
70N/A
70N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
319N/A
280N/APWD:sh=pwd
319N/ATOP=$(PWD)/..
70N/A
98N/A### Include common definitions
98N/ADIRNAME="app/"
414N/Ainclude $(TOP)/common/Makefile.subdirs
98N/A