Makefile revision 749
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# Makefile for X Consolidation Open Source Library modules
92f56936fbb3bad349cb3e5e6834beb75008a2caMark Andrews# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Use is subject to license terms.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Permission is hereby granted, free of charge, to any person obtaining a
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# copy of this software and associated documentation files (the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# "Software"), to deal in the Software without restriction, including
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# without limitation the rights to use, copy, modify, merge, publish,
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# distribute, and/or sell copies of the Software, and to permit persons
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# to whom the Software is furnished to do so, provided that the above
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# copyright notice(s) and this permission notice appear in all copies of
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# the Software and that both the above copyright notice(s) and this
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# permission notice appear in supporting documentation.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
4979d89e042f6152b8270723fc8dd40de0dd354cAndreas Gustafsson# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
271c4c7ffafeb0bda21278af6cac4535c0193f18Automatic Updater# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Except as contained in this notice, the name of a copyright holder
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# shall not be used in advertising or otherwise to promote the sale, use
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or other dealings in this Software without prior written authorization
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# of the copyright holder.
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# @(#)Makefile 1.31 09/07/14
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington###############################################################################
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# Order copied from X.Org's util/modular/build.sh:
553ead32ff5b00284e574dcabc39115d4d74ec66Evan Hunt# the libraries have a dependency order:
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# xtrans, Xau, Xdmcp before anything else
c6d2578fd67bc1a427d13fd0699b25a187feec8aMark Andrews# fontenc before Xfont
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# ICE before SM
ad418d66f8f4c3927b62de39a24ad1408fe9bd23Brian Wellington# X11 before Xext
6a759e38699d133302d0df120d7afcd4af721951David Lawrence# (X11 and SM) before Xt
79d91e915023ffa5fac1bb2f91f19210bb18407cBrian Wellington# Xt before Xmu and Xpm and Xtst
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# Xext before any other extension library, including mesa
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# Xfixes before Xcomposite
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# Xp before XprintUtil before XprintAppUtil
364a82f7c25b62967678027043425201a5e5171aBob Halley# libpthread-stubs before libdrm (and in the future, before xcb)
364a82f7c25b62967678027043425201a5e5171aBob Halley# libdrm before mesa
aaaf8d4f4873d21e55c3ffb4f656203d08339865Mark Andrews### Include common definitions