Makefile revision 1470
0N/A# Makefile for X Consolidation Open Source Application modules
0N/A#
0N/A# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
0N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0N/A# and/or sell copies of the Software, and to permit persons to whom the
0N/A# Software is furnished to do so, subject to the following conditions:
0N/A#
0N/A# The above copyright notice and this permission notice (including the next
0N/A# paragraph) shall be included in all copies or substantial portions of the
0N/A# Software.
0N/A#
0N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0N/A# DEALINGS IN THE SOFTWARE.
0N/A#
0N/A#
0N/A###############################################################################
0N/A
0N/A# Several utilities are not listed here because they are called out in
0N/A# the makefile in the higher level directory due to dependencies between
0N/A# them and modules in other directories. These include:
0N/A# rgb, mkfontdir, mkfontscale, bdftopcf
0N/A
0N/AOS_SUBDIRS_common = \
0N/A accessx \
0N/A appres \
0N/A bitmap \
0N/A cmap_alloc \
0N/A cmap_compact \
0N/A constype \
0N/A dispswitch \
0N/A editres \
0N/A fbconsole \
0N/A fslsfonts \
0N/A fstobdf \
0N/A iceauth \
0N/A ico \
0N/A installalias \
0N/A lbxproxy \
0N/A listres \
0N/A luit \
0N/A kbd_mode \
0N/A mesa-demos \
0N/A mkcookie \
0N/A oclock \
0N/A proxymngr \
0N/A sessreg \
0N/A setxkbmap \
0N/A showfont \
0N/A smproxy \
0N/A synergy \
0N/A winsysck \
0N/A twm \
0N/A viewres \
0N/A x11perf \
0N/A xauth \
0N/A xbiff \
0N/A xcalc \
0N/A xclipboard \
0N/A xclock \
0N/A xcmsdb \
0N/A xcolor \
0N/A xcompmgr \
0N/A transset \
0N/A xconsole \
0N/A xcursorgen \
0N/A xditview \
0N/A xdm \
0N/A xdpyinfo \
0N/A xdriinfo \
0N/A xedit \
0N/A xev \
0N/A xeyes \
0N/A xfd \
0N/A xfindproxy \
0N/A xfontsel \
0N/A xfs \
0N/A xfsinfo \
0N/A xfwp \
0N/A xgamma \
0N/A xgc \
0N/A xhost \
0N/A xinit \
0N/A xinput \
0N/A xkbcomp \
0N/A xkbprint \
0N/A xkbutils \
0N/A xkill \
0N/A xload \
0N/A xlock \
0N/A xlogo \
0N/A xlsatoms \
0N/A xlsclients \
0N/A xlsfonts \
0N/A xlswins \
0N/A xmag_multivis \
0N/A xmag \
0N/A xmakemap \
0N/A xman \
0N/A xmodmap \
0N/A xpr \
0N/A xprop \
0N/A xrandr \
0N/A xrdb \
0N/A xrefresh \
0N/A xscope \
0N/A xset \
0N/A xsetroot \
0N/A xstdcmap \
0N/A xterm \
0N/A xvidtune \
0N/A xvinfo \
0N/A xwd \
0N/A xwininfo \
0N/A xwud \
0N/A
0N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common) \
0N/A dsession \
0N/A gfx-utils
0N/A
0N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
0N/A intel-gpu-tools
0N/A
0N/AOBSOLETE_SUBDIRS = \
0N/A rstart \
0N/A xplsprinters \
0N/A xpm \
0N/A xprehashprinterlist \
0N/A xrx \
0N/A xscreensaver \
0N/A rss-glx
0N/A
0N/APWD:sh=pwd
0N/ATOP=$(PWD)/../..
0N/A
0N/A### Include common definitions
0N/ADIRNAME="app/"
0N/Ainclude $(TOP)/open-src/common/Makefile.subdirs
0N/A