Makefile revision 729
943N/A# Makefile for X Consolidation Open Source Application modules
258N/A#
258N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/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
258N/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
258N/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
258N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
258N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
258N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
258N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
258N/A#
258N/A# Except as contained in this notice, the name of a copyright holder
258N/A# shall not be used in advertising or otherwise to promote the sale, use
258N/A# or other dealings in this Software without prior written authorization
258N/A# of the copyright holder.
258N/A#
258N/A# @(#)Makefile 1.85 09/06/18
258N/A#
258N/A###############################################################################
258N/A
258N/A# Dependency ordering:
258N/A# rss-glx needs to come after xscreensaver
258N/A
258N/AOS_SUBDIRS_common = \
258N/A accessx \
258N/A appres \
258N/A bdftopcf \
258N/A bitmap \
258N/A cmap_alloc \
258N/A cmap_compact \
258N/A constype \
258N/A dispswitch \
258N/A editres \
258N/A fbconsole \
258N/A fslsfonts \
258N/A fstobdf \
258N/A iceauth \
258N/A ico \
258N/A installalias \
258N/A lbxproxy \
258N/A listres \
258N/A luit \
258N/A kbd_mode \
258N/A mesa-demos \
258N/A mkcookie \
258N/A mkfontdir \
258N/A mkfontscale \
258N/A oclock \
258N/A proxymngr \
258N/A rstart \
258N/A sessreg \
258N/A setxkbmap \
258N/A showfont \
258N/A smproxy \
258N/A winsysck \
258N/A twm \
258N/A viewres \
258N/A x11perf \
258N/A xauth \
258N/A xbiff \
258N/A xcalc \
258N/A xclipboard \
258N/A xclock \
258N/A xcmsdb \
258N/A xcolor \
258N/A xconsole \
258N/A xcursorgen \
258N/A xditview \
258N/A xdpyinfo \
258N/A xdriinfo \
258N/A xedit \
258N/A xev \
258N/A xeyes \
258N/A xfd \
258N/A xfindproxy \
258N/A xfontsel \
258N/A xfs \
258N/A xfsinfo \
258N/A xfwp \
258N/A xgamma \
258N/A xgc \
258N/A xhost \
258N/A xinit \
258N/A xkbcomp \
258N/A xkbprint \
258N/A xkbutils \
258N/A xkill \
258N/A xload \
258N/A xlock \
258N/A xlogo \
258N/A xlsatoms \
258N/A xlsclients \
258N/A xlsfonts \
258N/A xlswins \
258N/A xmag_multivis \
258N/A xmag \
258N/A xmakemap \
258N/A xman \
258N/A xmodmap \
258N/A xplsprinters \
258N/A xpm \
258N/A xpr \
258N/A xprehashprinterlist \
258N/A xprop \
258N/A xrandr \
258N/A xrdb \
258N/A xrefresh \
258N/A xrx \
258N/A xscope \
258N/A xset \
258N/A xsetroot \
258N/A xstdcmap \
258N/A xterm \
258N/A xvidtune \
258N/A xvinfo \
258N/A xwd \
258N/A xwininfo \
258N/A xwud \
258N/A xscreensaver \
258N/A rss-glx
258N/A
258N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
258N/A
258N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
258N/A
258N/APWD:sh=pwd
258N/ATOP=$(PWD)/..
258N/A
258N/A### Include common definitions
258N/ADIRNAME="app/"
258N/Ainclude $(TOP)/common/Makefile.subdirs
258N/A