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