Makefile revision 535
824N/A# Makefile for X Consolidation Open Source Application modules
824N/A#
824N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
824N/A# Use subject to license terms.
824N/A#
824N/A# Permission is hereby granted, free of charge, to any person obtaining a
824N/A# copy of this software and associated documentation files (the
824N/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,
919N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
919N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
919N/A#
824N/A# Except as contained in this notice, the name of a copyright holder
824N/A# shall not be used in advertising or otherwise to promote the sale, use
824N/A# or other dealings in this Software without prior written authorization
824N/A# of the copyright holder.
824N/A#
824N/A# @(#)Makefile 1.75 08/09/15
824N/A#
824N/A###############################################################################
824N/A
824N/A# Dependency ordering:
824N/A# rss-glx needs to come after xscreensaver
824N/A
824N/AOS_SUBDIRS_common = \
824N/A appres \
824N/A bdftopcf \
824N/A bitmap \
824N/A constype \
824N/A editres \
824N/A fbconsole \
824N/A fslsfonts \
824N/A fstobdf \
824N/A iceauth \
824N/A ico \
824N/A lbxproxy \
824N/A listres \
824N/A luit \
824N/A kbd_mode \
824N/A mesa-demos \
824N/A mkfontdir \
824N/A mkfontscale \
824N/A oclock \
824N/A proxymngr \
824N/A rstart \
824N/A sessreg \
833N/A setxkbmap \
824N/A showfont \
824N/A smproxy \
824N/A winsysck \
824N/A twm \
824N/A viewres \
824N/A x11perf \
824N/A xauth \
824N/A xbiff \
824N/A xcalc \
824N/A xclipboard \
824N/A xclock \
824N/A xcmsdb \
824N/A xcolor \
824N/A xconsole \
824N/A xcursorgen \
824N/A xditview \
824N/A xdpyinfo \
824N/A xdriinfo \
824N/A xedit \
824N/A xev \
824N/A xeyes \
824N/A xfd \
824N/A xfindproxy \
824N/A xfontsel \
833N/A xfsinfo \
824N/A xfwp \
824N/A xgamma \
824N/A xgc \
824N/A xhost \
824N/A xinit \
824N/A xkbcomp \
824N/A xkbprint \
824N/A xkbutils \
833N/A xkill \
824N/A xload \
824N/A xlogo \
824N/A xlsatoms \
824N/A xlsclients \
824N/A xlsfonts \
824N/A xlswins \
824N/A xmag_multivis \
824N/A xmag \
824N/A xman \
824N/A xmodmap \
824N/A xpm \
851N/A xpr \
851N/A xprehashprinterlist \
xplsprinters \
xprop \
xrandr \
xrdb \
xrefresh \
xrx \
xset \
xsetroot \
xstdcmap \
xterm \
xvidtune \
xvinfo \
xwd \
xwininfo \
xwud \
xscreensaver \
rss-glx
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
PWD:sh=pwd
TOP=$(PWD)/..
### Include common definitions
DIRNAME="app/"
include $(TOP)/common/Makefile.subdirs