Makefile revision 919
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Makefile for X Consolidation Open Source font modules
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Use is subject to license terms.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Permission is hereby granted, free of charge, to any person obtaining a
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# copy of this software and associated documentation files (the "Software"),
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# to deal in the Software without restriction, including without limitation
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and/or sell copies of the Software, and to permit persons to whom the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Software is furnished to do so, subject to the following conditions:
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The above copyright notice and this permission notice (including the next
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# paragraph) shall be included in all copies or substantial portions of the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Software.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
dd566498928f08e7c9a79797a40db893c6a4b9fbvn# DEALINGS IN THE SOFTWARE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi#
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi###############################################################################
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Need to install to proto area by default for inter-package dependencies to
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# work right.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindidefault_target: install
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# encodings & util must be first, since they install files used by the rest
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# sun-aliases must be last, since it builds on the results of the rest
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiFONT_SUBDIRS= \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bitstream-vera \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi deja-vu \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi google-droid \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi liberation \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi adobe-75dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi adobe-100dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi adobe-utopia-75dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi adobe-utopia-100dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi adobe-utopia-type1 \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi alias \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi arabic-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bh-75dpi \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi bh-100dpi \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi bh-lucidatypewriter-75dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bh-lucidatypewriter-100dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bh-ttf \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bh-type1 \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bitstream-75dpi \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi bitstream-100dpi \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi bitstream-type1 \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi cronyx-cyrillic \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi cursor-misc \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi daewoo-misc \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi dec-misc \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi ibm-type1 \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi isas-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi jis-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi micro-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi misc-cyrillic \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi misc-ethiopic \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi misc-meltho \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi misc-misc \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi mutt-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi schumacher-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi screen-cyrillic \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi sony-misc \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi sun-misc \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi winitzki-cyrillic \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi xfree86-type1 \
c40d7343efa60b18ad1ceb316eb337caeea79046cindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiOS_SUBDIRS_common = \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi encodings \
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi util \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi $(FONT_SUBDIRS) \
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi sun-aliases
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi$(FONT_SUBDIRS): encodings util
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindisun-aliases: $(FONT_SUBDIRS)
dd566498928f08e7c9a79797a40db893c6a4b9fbvn
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiOS_SUBDIRS_sparc = $(OS_SUBDIRS_common)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiOS_SUBDIRS_i386 = $(OS_SUBDIRS_common)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiPWD:sh=pwd
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiTOP=$(PWD)/..
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
9dd0f810214fdc8e1af881a9a5c4b6927629ff9ecindi### Include common definitions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiDIRNAME="font/"
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiinclude $(TOP)/common/Makefile.subdirs
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi