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