Makefile revision 943
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
286N/A# Copyright (c) 2006, 2009, 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
523N/A
70N/AOS_SUBDIRS_common = \
70N/A accessx \
70N/A appres \
359N/A bitmap \
359N/A cmap_alloc \
359N/A cmap_compact \
98N/A constype \
321N/A dispswitch \
493N/A editres \
321N/A fbconsole \
213N/A fslsfonts \
304N/A fstobdf \
425N/A iceauth \
425N/A ico \
325N/A installalias \
493N/A lbxproxy \
456N/A listres \
320N/A luit \
332N/A kbd_mode \
501N/A mesa-demos \
231N/A mkcookie \
523N/A oclock \
98N/A proxymngr \
347N/A rstart \
463N/A sessreg \
493N/A setxkbmap \
425N/A showfont \
493N/A smproxy \
472N/A synergy \
324N/A winsysck \
347N/A twm \
310N/A viewres \
316N/A x11perf \
474N/A xauth \
290N/A xbiff \
332N/A xcalc \
464N/A xclipboard \
332N/A xclock \
509N/A xcmsdb \
332N/A xcolor \
210N/A xcompmgr \
493N/A transset \
128N/A xconsole \
414N/A xcursorgen \
484N/A xditview \
326N/A xdm \
493N/A xdpyinfo \
335N/A xdriinfo \
493N/A xedit \
493N/A xev \
425N/A xeyes \
370N/A xfd \
70N/A xfindproxy \
400N/A xfontsel \
294N/A xfs \
435N/A xfsinfo \
98N/A xfwp \
434N/A xgamma \
505N/A xgc \
277N/A xhost \
433N/A xinit \
356N/A xinput \
289N/A xkbcomp \
326N/A xkbprint \
439N/A xkbutils \
501N/A xkill \
469N/A xload \
290N/A xlock \
424N/A xlogo \
286N/A xlsatoms \
90N/A xlsclients \
475N/A xlsfonts \
295N/A xlswins \
70N/A xmag_multivis \
299N/A xmag \
262N/A xmakemap \
455N/A xman \
277N/A xmodmap \
332N/A xpm \
332N/A xpr \
493N/A xprop \
70N/A xrandr \
70N/A xrdb \
319N/A xrefresh \
280N/A xrx \
319N/A xscope \
359N/A xset \
493N/A xsetroot \
70N/A xstdcmap \
98N/A xterm \
98N/A xvidtune \
414N/A xvinfo \
98N/A xwd \
493N/A xwininfo \
493N/A xwud \
70N/A
493N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
493N/A
493N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
OBSOLETE_SUBDIRS = \
xplsprinters \
xprehashprinterlist \
xscreensaver \
rss-glx
PWD:sh=pwd
TOP=$(PWD)/..
### Include common definitions
DIRNAME="app/"
include $(TOP)/common/Makefile.subdirs