Makefile revision 1122
70N/A# Makefile for X Consolidation Open Source Application modules
70N/A#
1104N/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
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
70N/A#
70N/A#
70N/A###############################################################################
70N/A
851N/A# Several utilities are not listed here because they are called out in
851N/A# the makefile in the higher level directory due to dependencies between
851N/A# them and modules in other directories. These include:
851N/A# rgb, mkfontdir, mkfontscale, bdftopcf
851N/A
98N/AOS_SUBDIRS_common = \
551N/A accessx \
321N/A appres \
321N/A bitmap \
550N/A cmap_alloc \
550N/A cmap_compact \
213N/A constype \
649N/A dispswitch \
304N/A editres \
530N/A fbconsole \
425N/A fslsfonts \
425N/A fstobdf \
325N/A iceauth \
493N/A ico \
536N/A installalias \
456N/A lbxproxy \
320N/A listres \
332N/A luit \
501N/A kbd_mode \
231N/A mesa-demos \
550N/A mkcookie \
347N/A oclock \
532N/A proxymngr \
463N/A sessreg \
493N/A setxkbmap \
425N/A showfont \
493N/A smproxy \
791N/A synergy \
472N/A winsysck \
324N/A twm \
347N/A viewres \
310N/A x11perf \
316N/A xauth \
474N/A xbiff \
290N/A xcalc \
332N/A xclipboard \
464N/A xclock \
332N/A xcmsdb \
509N/A xcolor \
835N/A xcompmgr \
835N/A transset \
332N/A xconsole \
210N/A xcursorgen \
493N/A xditview \
792N/A xdm \
128N/A xdpyinfo \
414N/A xdriinfo \
484N/A xedit \
326N/A xev \
493N/A xeyes \
335N/A xfd \
493N/A xfindproxy \
493N/A xfontsel \
729N/A xfs \
425N/A xfsinfo \
370N/A xfwp \
70N/A xgamma \
400N/A xgc \
294N/A xhost \
435N/A xinit \
800N/A xinput \
98N/A xkbcomp \
434N/A xkbprint \
505N/A xkbutils \
277N/A xkill \
433N/A xload \
546N/A xlock \
356N/A xlogo \
289N/A xlsatoms \
326N/A xlsclients \
439N/A xlsfonts \
501N/A xlswins \
469N/A xmag_multivis \
290N/A xmag \
542N/A xmakemap \
424N/A xman \
286N/A xmodmap \
90N/A xpm \
475N/A xpr \
295N/A xprop \
70N/A xrandr \
299N/A xrdb \
262N/A xrefresh \
539N/A xscope \
277N/A xset \
332N/A xsetroot \
332N/A xstdcmap \
493N/A xterm \
70N/A xvidtune \
70N/A xvinfo \
319N/A xwd \
280N/A xwininfo \
319N/A xwud \
70N/A
1117N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
1117N/A gfx-utils
98N/A
414N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
98N/A
744N/AOBSOLETE_SUBDIRS = \
1104N/A rstart \
744N/A xplsprinters \
763N/A xprehashprinterlist \
1122N/A xrx \
763N/A xscreensaver \
763N/A rss-glx
744N/A
493N/APWD:sh=pwd
967N/ATOP=$(PWD)/../..
70N/A
493N/A### Include common definitions
493N/ADIRNAME="app/"
967N/Ainclude $(TOP)/open-src/common/Makefile.subdirs