Makefile revision 835
1117N/A# Makefile for X Consolidation Open Source Application modules
1385N/A#
1117N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1117N/A# Use is subject to license terms.
1117N/A#
1117N/A# Permission is hereby granted, free of charge, to any person obtaining a
1117N/A# copy of this software and associated documentation files (the
1117N/A# "Software"), to deal in the Software without restriction, including
1117N/A# without limitation the rights to use, copy, modify, merge, publish,
1117N/A# distribute, and/or sell copies of the Software, and to permit persons
1117N/A# to whom the Software is furnished to do so, provided that the above
1117N/A# copyright notice(s) and this permission notice appear in all copies of
1117N/A# the Software and that both the above copyright notice(s) and this
1117N/A# permission notice appear in supporting documentation.
1117N/A#
1117N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1117N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1117N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1117N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
1117N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
1117N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
1117N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1117N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
1385N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1385N/A#
1385N/A# Except as contained in this notice, the name of a copyright holder
1385N/A# shall not be used in advertising or otherwise to promote the sale, use
1385N/A# or other dealings in this Software without prior written authorization
1385N/A# of the copyright holder.
1385N/A#
1385N/A# ident "@(#)Makefile 1.91 09/11/19 SMI"
1385N/A#
1385N/A###############################################################################
1385N/A
1385N/AOS_SUBDIRS_common = \
1385N/A accessx \
1117N/A appres \
1385N/A bdftopcf \
1385N/A bitmap \
1385N/A cmap_alloc \
1385N/A cmap_compact \
1385N/A constype \
1385N/A dispswitch \
1385N/A editres \
1385N/A fbconsole \
1385N/A fslsfonts \
1385N/A fstobdf \
1385N/A iceauth \
1385N/A ico \
1385N/A installalias \
1117N/A lbxproxy \
1385N/A listres \
1385N/A luit \
1385N/A kbd_mode \
1385N/A mesa-demos \
1385N/A mkcookie \
1385N/A mkfontdir \
1385N/A mkfontscale \
1385N/A oclock \
1385N/A proxymngr \
1385N/A rstart \
1385N/A sessreg \
1117N/A setxkbmap \
1385N/A showfont \
1385N/A smproxy \
1385N/A synergy \
1385N/A winsysck \
1385N/A twm \
1385N/A viewres \
1385N/A x11perf \
1385N/A xauth \
1385N/A xbiff \
1385N/A xcalc \
1385N/A xclipboard \
1385N/A xclock \
1385N/A xcmsdb \
1385N/A xcolor \
1385N/A xcompmgr \
1385N/A transset \
1385N/A xconsole \
1117N/A xcursorgen \
1117N/A xditview \
1385N/A xdm \
1385N/A xdpyinfo \
1385N/A xdriinfo \
1385N/A xedit \
1117N/A xev \
1385N/A xeyes \
1385N/A xfd \
1385N/A xfindproxy \
1385N/A xfontsel \
1117N/A xfs \
1385N/A xfsinfo \
1385N/A xfwp \
1385N/A xgamma \
1385N/A xgc \
1385N/A xhost \
1385N/A xinit \
1117N/A xinput \
1385N/A xkbcomp \
1385N/A xkbprint \
1385N/A xkbutils \
1385N/A xkill \
1385N/A xload \
1385N/A xlock \
1385N/A xlogo \
1117N/A xlsatoms \
1117N/A xlsclients \
1385N/A xlsfonts \
1385N/A xlswins \
1385N/A xmag_multivis \
1385N/A xmag \
1385N/A xmakemap \
1385N/A xman \
1117N/A xmodmap \
1385N/A xpm \
1117N/A xpr \
1385N/A xprop \
1385N/A xrandr \
1385N/A xrdb \
1385N/A xrefresh \
1385N/A xrx \
1385N/A xscope \
1117N/A xset \
1385N/A xsetroot \
1385N/A xstdcmap \
1385N/A xterm \
1385N/A xvidtune \
1385N/A xvinfo \
1385N/A xwd \
1117N/A xwininfo \
1385N/A xwud \
1385N/A
1385N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
1385N/A
1385N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
1117N/A
1117N/AOBSOLETE_SUBDIRS = \
1385N/A xplsprinters \
1117N/A xprehashprinterlist \
1385N/A xscreensaver \
1385N/A rss-glx
1385N/A
1385N/APWD:sh=pwd
1385N/ATOP=$(PWD)/..
1117N/A
1117N/A### Include common definitions
1385N/ADIRNAME="app/"
1385N/Ainclude $(TOP)/common/Makefile.subdirs
1385N/A