Makefile revision 653
2454dfa32c93c20a8522c6ed42fe057baaac9f9aStephan Bosch# Makefile for X Consolidation Open Source font modules
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# Use subject to license terms.
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# copy of this software and associated documentation files (the
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# "Software"), to deal in the Software without restriction, including
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# without limitation the rights to use, copy, modify, merge, publish,
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# distribute, and/or sell copies of the Software, and to permit persons
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# to whom the Software is furnished to do so, provided that the above
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# copyright notice(s) and this permission notice appear in all copies of
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# the Software and that both the above copyright notice(s) and this
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# permission notice appear in supporting documentation.
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# Except as contained in this notice, the name of a copyright holder
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# shall not be used in advertising or otherwise to promote the sale, use
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# or other dealings in this Software without prior written authorization
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# of the copyright holder.
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# @(#)Makefile 1.10 09/02/26
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen###############################################################################
ac26a4607cb12b156f6a42f1ead2881bedd43d94Timo Sirainen# encodings must be first, since it installs files used to build the rest
0cfdf8ba03034ffe98abe73c21fdb69e5c0a4509Timo Sirainen# catalogue-dirs must be last, since it remixes the results of the rest
3aa84b022e0e24f468371ee813a4cd8acfd57052Timo Sirainen### Include common definitions