Makefile revision 493
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Makefile for X Consolidation Open Source Library modules
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Use subject to license terms.
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Permission is hereby granted, free of charge, to any person obtaining a
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# copy of this software and associated documentation files (the
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# "Software"), to deal in the Software without restriction, including
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# without limitation the rights to use, copy, modify, merge, publish,
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# distribute, and/or sell copies of the Software, and to permit persons
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# to whom the Software is furnished to do so, provided that the above
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# copyright notice(s) and this permission notice appear in all copies of
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# the Software and that both the above copyright notice(s) and this
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# permission notice appear in supporting documentation.
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Except as contained in this notice, the name of a copyright holder
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# shall not be used in advertising or otherwise to promote the sale, use
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# or other dealings in this Software without prior written authorization
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# of the copyright holder.
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# @(#)Makefile 1.21 08/08/08
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu###############################################################################
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Order copied from X.Org's util/modular/build.sh:
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# the libraries have a dependency order:
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# xtrans, Xau, Xdmcp before anything else
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# fontenc before Xfont
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# X11 before Xext
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# (X11 and SM) before Xt
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Xt before Xmu and Xpm and Xtst
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Xext before any other extension library
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Xfixes before Xcomposite
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu# Xp before XprintUtil before XprintAppUtil
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu ProdescuOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu ProdescuOS_SUBDIRS_i386 = $(OS_SUBDIRS_common) \
7a8f957bfcc11b75a6a0aad027b8602f575687faCorneliu-Claudiu Prodescu### Include common definitions