Makefile revision 919
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Makefile for X Consolidation Open Source font modules
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Use is subject to license terms.
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# 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# 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# Need to install to proto area by default for inter-package dependencies to
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# work right.
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
9dd0f810214fdc8e1af881a9a5c4b6927629ff9ecindi### Include common definitions