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