c5b3ef6964e8f00d475bf9c1090ee0f71e27ee62
[m17n/m17n-db.git] / FLT / Makefile.am
1 # Makefile.am -- Makefile for the m17n database
2 # Copyright (C) 2007
3 #   National Institute of Advanced Industrial Science and Technology (AIST)
4 #   Registration Number H15PRO112
5
6 # This file is part of the m17n database; a sub-part of the m17n
7 # library.
8
9 # The m17n library is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public License
11 # as published by the Free Software Foundation; either version 2.1 of
12 # the License, or (at your option) any later version.
13
14 # The m17n library is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # Lesser General Public License for more details.
18
19 # You should have received a copy of the GNU Lesser General Public
20 # License along with the m17n library; if not, write to the Free
21 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 # Boston, MA 02110-1301, USA.
23
24 pkgdata_DATA = ${FONT_LAYOUT_TABLE}
25
26 EXTRA_DIST = ${FONT_LAYOUT_TABLE}
27
28 FONT_LAYOUT_TABLE = \
29         ARAB.flt ARAB-OTF.flt ARAB-OTF-NO-GPOS.flt \
30         BENG-OTF.flt BNG2-OTF.flt \
31         CHAM-GENERIC.flt \
32         DEVA-CDAC.flt DEVA-OTF.flt DEV2-OTF.flt \
33         GUJR-OTF.flt GJR2-OTF.flt \
34         GURU-OTF.flt GUR2-OTF.flt \
35         HEBR.flt HEBR-FF.flt \
36         KHMR-ANLONG.flt KHMR-OTF.flt \
37         KNDA-OTF.flt KND2-OTF.flt \
38         LAOO-MULE.flt LAOO-ALICE.flt LAOO-GENERIC.flt LAOO-OTF.flt \
39         MLYM-CDAC.flt MLYM-OTF.flt MLYM-RACHANA.flt MLM2-OTF.flt \
40         MYMR-MYAZEDI.flt MYMR-SIL.flt \
41         ORYA-OTF.flt ORY2-OTF.flt \
42         SINH-OTF.flt \
43         SYRC-OTF.flt \
44         TAML-CDAC.flt TAML-OTF.flt TML2-OTF.flt \
45         TELU-OTF.flt TEL2-OTF.flt \
46         THAA-OTF.flt \
47         THAI-TIS620.flt THAI-NORASI.flt THAI-GENERIC.flt THAI-OTF.flt \
48         TIBT-MULE.flt TIBT-MTIB.flt TIBT-OTF.flt \
49         COMBINING.flt \
50         NO-CTL.flt
51
52 pkgdatadir=$(datadir)/m17n
53