Makefile revision 1425
98N/A# Makefile for X Consolidation Open Source Application modules
98N/A#
287N/A# Copyright (c) 2006, 2013, 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
493N/A
98N/AOS_SUBDIRS_common = \
98N/A accessx \
98N/A appres \
354N/A bitmap \
354N/A cmap_alloc \
354N/A cmap_compact \
354N/A constype \
354N/A dispswitch \
354N/A editres \
354N/A fbconsole \
354N/A fslsfonts \
354N/A fstobdf \
354N/A iceauth \
354N/A ico \
354N/A installalias \
98N/A lbxproxy \
98N/A listres \
98N/A luit \
98N/A kbd_mode \
98N/A mesa-demos \
98N/A mkcookie \
341N/A oclock \
366N/A proxymngr \
354N/A sessreg \
425N/A setxkbmap \
325N/A showfont \
456N/A smproxy \
325N/A synergy \
354N/A winsysck \
278N/A twm \
98N/A viewres \
98N/A x11perf \
98N/A xauth \
151N/A xbiff \
137N/A xcalc \
153N/A xclipboard \
210N/A xclock \
366N/A xcmsdb \
98N/A xcolor \
179N/A xcompmgr \
269N/A transset \
126N/A xconsole \
98N/A xcursorgen \
98N/A xditview \
98N/A xdm \
287N/A xdpyinfo \
366N/A xdriinfo \
123N/A xedit \
98N/A xev \
98N/A xeyes \
98N/A xfd \
98N/A xfindproxy \
98N/A xfontsel \
98N/A xfs \
98N/A xfsinfo \
98N/A xfwp \
98N/A xgamma \
98N/A xgc \
98N/A xhost \
98N/A xinit \
493N/A xinput \
493N/A xkbcomp \
98N/A xkbprint \
493N/A xkbutils \
493N/A xkill \
493N/A xload \
xlock \
xlogo \
xlsatoms \
xlsclients \
xlsfonts \
xlswins \
xmag_multivis \
xmag \
xmakemap \
xman \
xmodmap \
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) \
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