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