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