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