beta-0.89.2
[luatex.git] / source / texk / web2c / pdftexdir / am / ttf2afm.am
blob1eae901673758d649955584e63665f9934e018ee
1 ## texk/web2c/pdftexdir/am/ttf2afm.am: Makefile fragment for ttf2afm.
2 ##
3 ## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4 ## You may freely use, modify and/or distribute this file.
6 ## ttf2afm
7 ##
8 if PDFTEX
9 bin_PROGRAMS += ttf2afm
10 endif PDFTEX
11 EXTRA_PROGRAMS += ttf2afm
13 ttf2afm_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/pdftexdir
15 ttf2afm_SOURCES = pdftexdir/ttf2afm.c
17 ttf2afm_DEPENDENCIES = $(default_dependencies)
19 ## included by pdftexdir/ttf2afm.c
20 EXTRA_ttf2afm_SOURCES = pdftexdir/macnames.c
22 ## Tests
24 ttf2afm_tests = pdftexdir/ttf2afm.test
25 pdftexdir/ttf2afm.log: ttf2afm$(EXEEXT)
27 EXTRA_DIST += $(ttf2afm_tests)
29 ## pdftexdir/ttf1afm.test
30 EXTRA_DIST += pdftexdir/tests/postV3.afm pdftexdir/tests/postV3.ttf
31 EXTRA_DIST += pdftexdir/tests/postV7.afm pdftexdir/tests/postV7.ttf
32 DISTCLEANFILES += postV3.afm postV7.afm
34 if PDFTEX
35 TESTS += $(ttf2afm_tests)
36 endif PDFTEX