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