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