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