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