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