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