Makefile revision 791
10139N/A# Makefile for X Consolidation Open Source Application modules
10139N/A#
10139N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
12153N/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,
12285N/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
13113N/A# permission notice appear in supporting documentation.
11260N/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
12586N/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
12285N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
12773N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
12773N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
12773N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
10139N/A#
10737N/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
10737N/A# or other dealings in this Software without prior written authorization
11419N/A# of the copyright holder.
10139N/A#
10737N/A# ident "@(#)Makefile 1.88 09/09/22 SMI"
11419N/A#
11895N/A###############################################################################
10941N/A
10139N/AOS_SUBDIRS_common = \
10941N/A accessx \
11055N/A appres \
11055N/A bdftopcf \
10941N/A bitmap \
10737N/A cmap_alloc \
11044N/A cmap_compact \
11420N/A constype \
11044N/A dispswitch \
12513N/A editres \
11420N/A fbconsole \
12162N/A fslsfonts \
12162N/A fstobdf \
12162N/A iceauth \
12513N/A ico \
12506N/A installalias \
12506N/A lbxproxy \
12513N/A listres \
12513N/A luit \
12570N/A kbd_mode \
12570N/A mesa-demos \
10737N/A mkcookie \
10139N/A mkfontdir \
10139N/A mkfontscale \
10139N/A oclock \
10139N/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 \
10139N/A viewres \
10139N/A x11perf \
10139N/A xauth \
10139N/A xbiff \
10139N/A xcalc \
10139N/A xclipboard \
10139N/A xclock \
12285N/A xcmsdb \
12285N/A xcolor \
12285N/A xconsole \
12285N/A xcursorgen \
10139N/A xditview \
10737N/A xdpyinfo \
11419N/A xdriinfo \
10139N/A xedit \
11419N/A xev \
10139N/A xeyes \
10139N/A xfd \
10740N/A xfindproxy \
10740N/A xfontsel \
10941N/A xfs \
10740N/A xfsinfo \
11044N/A xfwp \
11420N/A xgamma \
11044N/A xgc \
10139N/A xhost \
11420N/A xinit \
12162N/A xkbcomp \
12506N/A xkbprint \
12513N/A xkbutils \
12513N/A xkill \
12513N/A xload \
12513N/A xlock \
12967N/A xlogo \
10139N/A xlsatoms \
10139N/A xlsclients \
10139N/A xlsfonts \
10139N/A xlswins \
10139N/A xmag_multivis \
10139N/A xmag \
10139N/A xmakemap \
10139N/A xman \
10139N/A xmodmap \
10139N/A xpm \
10139N/A xpr \
10139N/A xprop \
10139N/A xrandr \
10139N/A xrdb \
10139N/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 \
12773N/A xwd \
12773N/A xwininfo \
12773N/A xwud \
12773N/A
12773N/AOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
10139N/A
10139N/AOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
10139N/A
10139N/AOBSOLETE_SUBDIRS = \
10139N/A xplsprinters \
10139N/A xprehashprinterlist \
10139N/A xscreensaver \
10139N/A rss-glx
10139N/A
10139N/APWD:sh=pwd
10139N/ATOP=$(PWD)/..
10139N/A
10139N/A### Include common definitions
10139N/ADIRNAME="app/"
10139N/Ainclude $(TOP)/common/Makefile.subdirs
10139N/A