1*b3eddd37SPedro Giffuni#**************************************************************
2*b3eddd37SPedro Giffuni#
3*b3eddd37SPedro Giffuni#  Licensed to the Apache Software Foundation (ASF) under one
4*b3eddd37SPedro Giffuni#  or more contributor license agreements.  See the NOTICE file
5*b3eddd37SPedro Giffuni#  distributed with this work for additional information
6*b3eddd37SPedro Giffuni#  regarding copyright ownership.  The ASF licenses this file
7*b3eddd37SPedro Giffuni#  to you under the Apache License, Version 2.0 (the
8*b3eddd37SPedro Giffuni#  "License"); you may not use this file except in compliance
9*b3eddd37SPedro Giffuni#  with the License.  You may obtain a copy of the License at
10*b3eddd37SPedro Giffuni#
11*b3eddd37SPedro Giffuni#    http://www.apache.org/licenses/LICENSE-2.0
12*b3eddd37SPedro Giffuni#
13*b3eddd37SPedro Giffuni#  Unless required by applicable law or agreed to in writing,
14*b3eddd37SPedro Giffuni#  software distributed under the License is distributed on an
15*b3eddd37SPedro Giffuni#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b3eddd37SPedro Giffuni#  KIND, either express or implied.  See the License for the
17*b3eddd37SPedro Giffuni#  specific language governing permissions and limitations
18*b3eddd37SPedro Giffuni#  under the License.
19*b3eddd37SPedro Giffuni#
20*b3eddd37SPedro Giffuni#**************************************************************
21*b3eddd37SPedro Giffuni
22*b3eddd37SPedro GiffuniPRJ=..$/..
23*b3eddd37SPedro Giffuni
24*b3eddd37SPedro GiffuniPRJNAME=more_fonts
25*b3eddd37SPedro GiffuniTARGET=ttf_crosextra
26*b3eddd37SPedro Giffuni
27*b3eddd37SPedro Giffuni# --- Settings -----------------------------------------------------
28*b3eddd37SPedro Giffuni
29*b3eddd37SPedro Giffuni.INCLUDE :	settings.mk
30*b3eddd37SPedro Giffuni
31*b3eddd37SPedro Giffuni.IF "$(WITH_CATA_FONTS)" != "YES"
32*b3eddd37SPedro Giffuni
33*b3eddd37SPedro Giffuni@all:
34*b3eddd37SPedro Giffuni	@echo "category A licensed CrossCore font is disabled."
35*b3eddd37SPedro Giffuni
36*b3eddd37SPedro Giffuni.ELSE
37*b3eddd37SPedro Giffuni
38*b3eddd37SPedro Giffuni# --- Files --------------------------------------------------------
39*b3eddd37SPedro Giffuni
40*b3eddd37SPedro GiffuniTARFILE_NAME=crosextrafonts-20130214
41*b3eddd37SPedro GiffuniTARFILE_MD5=368f114c078f94214a308a74c7e991bc
42*b3eddd37SPedro Giffuni
43*b3eddd37SPedro GiffuniPATCH_FILES=
44*b3eddd37SPedro Giffuni
45*b3eddd37SPedro GiffuniCONFIGURE_DIR=
46*b3eddd37SPedro GiffuniCONFIGURE_ACTION=
47*b3eddd37SPedro Giffuni
48*b3eddd37SPedro GiffuniBUILD_DIR=
49*b3eddd37SPedro GiffuniBUILD_ACTION=
50*b3eddd37SPedro GiffuniBUILD_FLAGS=
51*b3eddd37SPedro Giffuni
52*b3eddd37SPedro Giffuni# --- Targets ------------------------------------------------------
53*b3eddd37SPedro Giffuni
54*b3eddd37SPedro Giffuni.INCLUDE : set_ext.mk
55*b3eddd37SPedro Giffuni.INCLUDE : target.mk
56*b3eddd37SPedro Giffuni
57*b3eddd37SPedro Giffuni.IF "$(WITH_FONTS)"!="NO"
58*b3eddd37SPedro Giffuni.INCLUDE : tg_ext.mk
59*b3eddd37SPedro Giffuni.ENDIF
60*b3eddd37SPedro Giffuni
61*b3eddd37SPedro Giffuni.ENDIF
62