summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am
blob: e8652fb25484a058f1c9194ee04e0a9f981e971d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = otftotfm
man_MANS = otftotfm.1

otftotfm_SOURCES = \
	automatic.cc automatic.hh \
	dvipsencoding.cc dvipsencoding.hh \
	glyphfilter.cc glyphfilter.hh \
	metrics.cc metrics.hh \
	otftotfm.cc otftotfm.hh \
	secondary.cc secondary.hh \
	uniprop.cc uniprop.hh \
	util.cc util.hh
EXTRA_otftotfm_SOURCES = kpseinterface.c kpseinterface.h

otftotfm_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a
otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a

INCLUDES = -I$(top_srcdir)/include
CLEANFILES = @TEMPLATE_OBJS@

EXTRA_DIST = otftotfm.1

if have_kpathsea
otftotfm_SOURCES += kpseinterface.c kpseinterface.h
INCLUDES += $(KPATHSEA_INCLUDES)
otftotfm_LDADD += $(KPATHSEA_LIBS)
otftotfm_DEPENDENCIES += $(KPATHSEA_DEPEND)
endif have_kpathsea

## Rebuild libkpathsea in a TeX Live build
@KPATHSEA_RULE@