Makefile revision 523
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein# Makefile for X Consolidation Open Source Application modules
af16c97c97e41b96cce9b10c80277532aea8e414jim#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Use subject to license terms.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
a8d5ccbcbde8cb6cf3a9dcf2eb05f393ab76baa9ianh# Permission is hereby granted, free of charge, to any person obtaining a
694514f7e6e99917e084943e3a05950b3c7c106ajerenkrantz# copy of this software and associated documentation files (the
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# "Software"), to deal in the Software without restriction, including
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# without limitation the rights to use, copy, modify, merge, publish,
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# distribute, and/or sell copies of the Software, and to permit persons
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# to whom the Software is furnished to do so, provided that the above
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# copyright notice(s) and this permission notice appear in all copies of
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# the Software and that both the above copyright notice(s) and this
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# permission notice appear in supporting documentation.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
571760de5e60c0b459cb11be45507b923cd023eejwoolley# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
9180a5933673ffb1af633c255ceee029340f3b1erbb# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb#
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# Except as contained in this notice, the name of a copyright holder
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# shall not be used in advertising or otherwise to promote the sale, use
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# or other dealings in this Software without prior written authorization
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb# of the copyright holder.
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick#
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# @(#)Makefile 1.71 08/08/29
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb#
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj###############################################################################
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
af4c982a7cf4515f124935f99a329744035fc699slive# Dependency ordering:
af4c982a7cf4515f124935f99a329744035fc699slive# rss-glx needs to come after xscreensaver
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveOS_SUBDIRS_common = \
af4c982a7cf4515f124935f99a329744035fc699slive appres \
af4c982a7cf4515f124935f99a329744035fc699slive bdftopcf \
af4c982a7cf4515f124935f99a329744035fc699slive bitmap \
10270f6f94b2069d0d357805c140a9897449b9ccianh constype \
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj editres \
10270f6f94b2069d0d357805c140a9897449b9ccianh fslsfonts \
10270f6f94b2069d0d357805c140a9897449b9ccianh fstobdf \
58e0ed3d1f052d695078b1d2a61c19246776eab5jerenkrantz iceauth \
10270f6f94b2069d0d357805c140a9897449b9ccianh ico \
10270f6f94b2069d0d357805c140a9897449b9ccianh lbxproxy \
10270f6f94b2069d0d357805c140a9897449b9ccianh listres \
10270f6f94b2069d0d357805c140a9897449b9ccianh luit \
10270f6f94b2069d0d357805c140a9897449b9ccianh kbd_mode \
10270f6f94b2069d0d357805c140a9897449b9ccianh mesa-demos \
10270f6f94b2069d0d357805c140a9897449b9ccianh mkfontdir \
10270f6f94b2069d0d357805c140a9897449b9ccianh mkfontscale \
10270f6f94b2069d0d357805c140a9897449b9ccianh oclock \
10270f6f94b2069d0d357805c140a9897449b9ccianh sessreg \
10270f6f94b2069d0d357805c140a9897449b9ccianh setxkbmap \
10270f6f94b2069d0d357805c140a9897449b9ccianh showfont \
10270f6f94b2069d0d357805c140a9897449b9ccianh smproxy \
58e0ed3d1f052d695078b1d2a61c19246776eab5jerenkrantz winsysck \
10270f6f94b2069d0d357805c140a9897449b9ccianh twm \
10270f6f94b2069d0d357805c140a9897449b9ccianh viewres \
10270f6f94b2069d0d357805c140a9897449b9ccianh x11perf \
10270f6f94b2069d0d357805c140a9897449b9ccianh xauth \
531c23ff01a2489646f0a2029097013b328d935agstein xbiff \
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp xcalc \
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp xclipboard \
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp xclock \
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe xcmsdb \
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe xcolor \
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe xconsole \
6758b07b4b79f898b0f56375016cea7da0bfb495wrowe xcursorgen \
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp xditview \
54e1babd5a5a56c576eeeace54110150769cc916coar xdpyinfo \
54e1babd5a5a56c576eeeace54110150769cc916coar xdriinfo \
54e1babd5a5a56c576eeeace54110150769cc916coar xedit \
0bcb1fe39dfaacf9745b6633f5cc9ebc8e2596caaaron xev \
54e1babd5a5a56c576eeeace54110150769cc916coar xeyes \
7fe18c15b669db9d191859695901dc4fcf3829dawrowe xfd \
7fe18c15b669db9d191859695901dc4fcf3829dawrowe xfindproxy \
7fe18c15b669db9d191859695901dc4fcf3829dawrowe xfontsel \
b84f66c93f820824b1d5455181f55598b766319cwrowe xfsinfo \
7fe18c15b669db9d191859695901dc4fcf3829dawrowe xfwp \
976501adbc040220270f7d1d77c4b8373033be69wrowe xgamma \
976501adbc040220270f7d1d77c4b8373033be69wrowe xgc \
976501adbc040220270f7d1d77c4b8373033be69wrowe xhost \
976501adbc040220270f7d1d77c4b8373033be69wrowe xinit \
976501adbc040220270f7d1d77c4b8373033be69wrowe xkbcomp \
b84f66c93f820824b1d5455181f55598b766319cwrowe xkbprint \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xkbutils \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xkill \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xload \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xlogo \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xlsatoms \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xlsclients \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xlsfonts \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xlswins \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xmag_multivis \
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb xmag \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xman \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xmodmap \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xpm \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xpr \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xprop \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xrandr \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xrdb \
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz xrefresh \
108db76823f2261a33aaa3621af6a1e54db17a69trawick xrx \
108db76823f2261a33aaa3621af6a1e54db17a69trawick xset \
108db76823f2261a33aaa3621af6a1e54db17a69trawick xsetroot \
108db76823f2261a33aaa3621af6a1e54db17a69trawick xstdcmap \
aea283240d4222da5426169a68e307872d240044jerenkrantz xterm \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xvidtune \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xvinfo \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xwd \
a9a0f66fee736c72861cb2819b67b7784896a37cjerenkrantz xwininfo \
427af37b52c0ce1d8c85c9966f41d2b055e652facoar xwud \
427af37b52c0ce1d8c85c9966f41d2b055e652facoar xscreensaver \
427af37b52c0ce1d8c85c9966f41d2b055e652facoar rss-glx
0bcb1fe39dfaacf9745b6633f5cc9ebc8e2596caaaron
0bcb1fe39dfaacf9745b6633f5cc9ebc8e2596caaaronOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
0bcb1fe39dfaacf9745b6633f5cc9ebc8e2596caaaron
108db76823f2261a33aaa3621af6a1e54db17a69trawickOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantz
1b3f48fd6b1ccb8745f908e40156c5a85ca3c347jerenkrantzPWD:sh=pwd
dc098c7ce5d36179c504d09fc722d190683d0262aaronTOP=$(PWD)/..
dc098c7ce5d36179c504d09fc722d190683d0262aaron
dc098c7ce5d36179c504d09fc722d190683d0262aaron### Include common definitions
dc098c7ce5d36179c504d09fc722d190683d0262aaronDIRNAME="app/"
dc098c7ce5d36179c504d09fc722d190683d0262aaroninclude $(TOP)/common/Makefile.subdirs
dc098c7ce5d36179c504d09fc722d190683d0262aaron