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