Makefile revision 1447
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
98N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
70N/A#
70N/A# Permission is hereby granted, free of charge, to any person obtaining a
70N/A# copy of this software and associated documentation files (the "Software"),
70N/A# to deal in the Software without restriction, including without limitation
70N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
70N/A# and/or sell copies of the Software, and to permit persons to whom the
70N/A# Software is furnished to do so, subject to the following conditions:
70N/A#
70N/A# The above copyright notice and this permission notice (including the next
70N/A# paragraph) shall be included in all copies or substantial portions of the
70N/A# Software.
70N/A#
70N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
70N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
70N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
70N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
70N/A# DEALINGS IN THE SOFTWARE.
70N/A#
70N/A#
70N/A###############################################################################
70N/A
70N/A# Several utilities are not listed here because they are called out in
70N/A# the makefile in the higher level directory due to dependencies between
70N/A# them and modules in other directories. These include:
70N/A# rgb, mkfontdir, mkfontscale, bdftopcf
262N/A
70N/AOS_SUBDIRS_common = \
70N/A accessx \
70N/A appres \
98N/A bitmap \
213N/A cmap_alloc \
231N/A cmap_compact \
98N/A constype \
210N/A dispswitch \
128N/A editres \
70N/A fbconsole \
98N/A fslsfonts \
90N/A fstobdf \
70N/A iceauth \
262N/A ico \
70N/A installalias \
70N/A lbxproxy \
70N/A listres \
70N/A luit \
98N/A kbd_mode \
98N/A mesa-demos \
231N/A mkcookie \
98N/A oclock \
156N/A proxymngr \
156N/A sessreg \
98N/A setxkbmap \
70N/A showfont \
70N/A smproxy \
70N/A synergy \
70N/A winsysck \
70N/A twm \
70N/A viewres \
70N/A x11perf \
70N/A xauth \
70N/A xbiff \
70N/A xcalc \
70N/A xclipboard \
70N/A xclock \
70N/A xcmsdb \
70N/A xcolor \
70N/A xcompmgr \
70N/A transset \
70N/A xconsole \
70N/A xcursorgen \
253N/A xditview \
70N/A xdm \
70N/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 \
xpr \
xprop \
xrandr \
xrdb \
xrefresh \
xscope \
xset \
xsetroot \
xstdcmap \
xterm \
xvidtune \
xvinfo \
xwd \
xwininfo \
xwud \
OS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
dsession \
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