Makefile revision 1117
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
286N/A# Copyright (c) 2006, 2011, 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
332N/A
70N/AOS_SUBDIRS_common = \
70N/A accessx \
70N/A appres \
98N/A bitmap \
321N/A cmap_alloc \
321N/A cmap_compact \
213N/A constype \
304N/A dispswitch \
325N/A editres \
320N/A fbconsole \
332N/A fslsfonts \
231N/A fstobdf \
98N/A iceauth \
324N/A ico \
310N/A installalias \
316N/A lbxproxy \
290N/A listres \
332N/A luit \
332N/A kbd_mode \
332N/A mesa-demos \
210N/A mkcookie \
128N/A oclock \
326N/A proxymngr \
70N/A sessreg \
294N/A setxkbmap \
98N/A showfont \
277N/A smproxy \
289N/A synergy \
326N/A winsysck \
290N/A twm \
286N/A viewres \
90N/A x11perf \
295N/A xauth \
70N/A xbiff \
299N/A xcalc \
262N/A xclipboard \
277N/A xclock \
332N/A xcmsdb \
332N/A xcolor \
70N/A xcompmgr \
70N/A transset \
319N/A xconsole \
280N/A xcursorgen \
319N/A xditview \
70N/A xdm \
70N/A xdpyinfo \
98N/A xdriinfo \
98N/A xedit \
231N/A xev \
98N/A xeyes \
156N/A xfd \
156N/A xfindproxy \
98N/A xfontsel \
70N/A xfs \
70N/A xfsinfo \
70N/A xfwp \
70N/A xgamma \
70N/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 \
70N/A xlsatoms \
70N/A xlsclients \
70N/A xlsfonts \
253N/A xlswins \
70N/A xmag_multivis \
70N/A 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) \
gfx-utils
OS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
OBSOLETE_SUBDIRS = \
rstart \
xplsprinters \
xprehashprinterlist \
xscreensaver \
rss-glx
PWD:sh=pwd
TOP=$(PWD)/../..
### Include common definitions
DIRNAME="app/"
include $(TOP)/open-src/common/Makefile.subdirs