Makefile revision 919
250N/A# Makefile for X Consolidation Open Source Application modules
250N/A#
250N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
250N/A# Use is subject to license terms.
250N/A#
250N/A# Permission is hereby granted, free of charge, to any person obtaining a
250N/A# copy of this software and associated documentation files (the "Software"),
250N/A# to deal in the Software without restriction, including without limitation
250N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
250N/A# and/or sell copies of the Software, and to permit persons to whom the
250N/A# Software is furnished to do so, subject to the following conditions:
250N/A#
250N/A# The above copyright notice and this permission notice (including the next
250N/A# paragraph) shall be included in all copies or substantial portions of the
250N/A# Software.
250N/A#
250N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
250N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
250N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
250N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
844N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
250N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
250N/A# DEALINGS IN THE SOFTWARE.
250N/A#
250N/A#
250N/A###############################################################################
250N/A
618N/A# Several utilities are not listed here because they are called out in
250N/A# the makefile in the higher level directory due to dependencies between
844N/A# them and modules in other directories. These include:
844N/A# rgb, mkfontdir, mkfontscale, bdftopcf
250N/A
1273N/AOS_SUBDIRS_common = \
250N/A accessx \
250N/A appres \
250N/A bitmap \
250N/A cmap_alloc \
250N/A cmap_compact \
250N/A constype \
250N/A dispswitch \
250N/A editres \
250N/A fbconsole \
250N/A fslsfonts \
250N/A fstobdf \
250N/A iceauth \
250N/A ico \
250N/A installalias \
250N/A lbxproxy \
250N/A listres \
250N/A luit \
250N/A kbd_mode \
250N/A mesa-demos \
250N/A mkcookie \
250N/A oclock \
250N/A proxymngr \
250N/A rstart \
250N/A sessreg \
250N/A setxkbmap \
250N/A showfont \
250N/A smproxy \
250N/A synergy \
250N/A winsysck \
250N/A twm \
250N/A viewres \
250N/A x11perf \
250N/A xauth \
250N/A xbiff \
250N/A xcalc \
250N/A xclipboard \
250N/A xclock \
250N/A xcmsdb \
250N/A xcolor \
250N/A xcompmgr \
250N/A transset \
250N/A xconsole \
250N/A xcursorgen \
250N/A xditview \
250N/A xdm \
250N/A xdpyinfo \
xdriinfo \
xedit \
xev \
xeyes \
xfd \
xfindproxy \
xfontsel \
xfs \
xfsinfo \
xfwp \
xgamma \
xgc \
xhost \
xinit \
xinput \
xkbcomp \
xkbprint \
xkbutils \
xkill \
xload \
xlock \
xlogo \
xlsatoms \
xlsclients \
xlsfonts \
xlswins \
xmag_multivis \
xmag \
xmakemap \
xman \
xmodmap \
xpm \
xpr \
xprop \
xrandr \
xrdb \
xrefresh \
xrx \
xscope \
xset \
xsetroot \
xstdcmap \
xterm \
xvidtune \
xvinfo \
xwd \
xwininfo \
xwud \
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
OBSOLETE_SUBDIRS = \
xplsprinters \
xprehashprinterlist \
xscreensaver \
rss-glx
PWD:sh=pwd
TOP=$(PWD)/..
### Include common definitions
DIRNAME="app/"
include $(TOP)/common/Makefile.subdirs