Makefile revision 1104
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
290N/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 \
290N/A dispswitch \
210N/A editres \
128N/A fbconsole \
70N/A fslsfonts \
98N/A fstobdf \
277N/A iceauth \
289N/A ico \
290N/A installalias \
286N/A lbxproxy \
90N/A listres \
70N/A luit \
262N/A kbd_mode \
277N/A mesa-demos \
280N/A mkcookie \
70N/A oclock \
70N/A proxymngr \
280N/A sessreg \
70N/A setxkbmap \
70N/A showfont \
98N/A smproxy \
98N/A synergy \
231N/A winsysck \
98N/A twm \
156N/A viewres \
156N/A x11perf \
98N/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 \
70N/A xditview \
70N/A xdm \
70N/A xdpyinfo \
70N/A xdriinfo \
70N/A xedit \
70N/A xev \
70N/A xeyes \
70N/A xfd \
253N/A xfindproxy \
70N/A xfontsel \
70N/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 = \
rstart \
xplsprinters \
xprehashprinterlist \
xscreensaver \
rss-glx
PWD:sh=pwd
TOP=$(PWD)/../..
### Include common definitions
DIRNAME="app/"
include $(TOP)/open-src/common/Makefile.subdirs