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