Makefile revision 744
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
729N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
729N/A# Use is 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#
744N/A# @(#)Makefile 1.86 09/07/10
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 = \
551N/A accessx \
321N/A appres \
493N/A bdftopcf \
321N/A bitmap \
550N/A cmap_alloc \
550N/A cmap_compact \
213N/A constype \
649N/A dispswitch \
304N/A editres \
530N/A fbconsole \
425N/A fslsfonts \
425N/A fstobdf \
325N/A iceauth \
493N/A ico \
536N/A installalias \
456N/A lbxproxy \
320N/A listres \
332N/A luit \
501N/A kbd_mode \
231N/A mesa-demos \
550N/A mkcookie \
523N/A mkfontdir \
98N/A mkfontscale \
347N/A oclock \
532N/A proxymngr \
525N/A rstart \
463N/A sessreg \
493N/A setxkbmap \
425N/A showfont \
493N/A smproxy \
472N/A winsysck \
324N/A twm \
347N/A viewres \
310N/A x11perf \
316N/A xauth \
474N/A xbiff \
290N/A xcalc \
332N/A xclipboard \
464N/A xclock \
332N/A xcmsdb \
509N/A xcolor \
332N/A xconsole \
210N/A xcursorgen \
493N/A xditview \
128N/A xdpyinfo \
414N/A xdriinfo \
484N/A xedit \
326N/A xev \
493N/A xeyes \
335N/A xfd \
493N/A xfindproxy \
493N/A xfontsel \
729N/A xfs \
425N/A xfsinfo \
370N/A xfwp \
70N/A xgamma \
400N/A xgc \
294N/A xhost \
435N/A xinit \
98N/A xkbcomp \
434N/A xkbprint \
505N/A xkbutils \
277N/A xkill \
433N/A xload \
546N/A xlock \
356N/A xlogo \
289N/A xlsatoms \
326N/A xlsclients \
439N/A xlsfonts \
501N/A xlswins \
469N/A xmag_multivis \
290N/A xmag \
542N/A xmakemap \
424N/A xman \
286N/A xmodmap \
90N/A xpm \
475N/A xpr \
295N/A xprop \
70N/A xrandr \
299N/A xrdb \
262N/A xrefresh \
455N/A xrx \
539N/A xscope \
277N/A xset \
332N/A xsetroot \
332N/A xstdcmap \
493N/A xterm \
70N/A xvidtune \
70N/A xvinfo \
319N/A xwd \
280N/A xwininfo \
319N/A xwud \
359N/A xscreensaver \
493N/A rss-glx
70N/A
98N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
98N/A
414N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
98N/A
744N/AOBSOLETE_SUBDIRS = \
744N/A xplsprinters \
744N/A xprehashprinterlist
744N/A
493N/APWD:sh=pwd
493N/ATOP=$(PWD)/..
70N/A
493N/A### Include common definitions
493N/ADIRNAME="app/"
493N/Ainclude $(TOP)/common/Makefile.subdirs