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