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