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