summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/Makefile.am
blob: b022669f5d36a7c82b88604af26aca8d5befb8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = t1reencode
man_MANS = t1reencode.1

t1reencode_SOURCES = t1reencode.cc \
	util.cc util.hh

t1reencode_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a

AM_CPPFLAGS = -I$(srcdir)/../include
CLEANFILES = @TEMPLATE_OBJS@

EXTRA_DIST = t1reencode.1