summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am/txt2zlib.am
blob: 42bc7be964fac7712afc7a0910f5d2867eac54eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## texk/web2c/luatexdir/am/txt2zlib.am: Makefile fragment for txt2zlib.
##
## Copyright (C) 2010, 2011 Hartmut Henkel <hartmut@luatex.org>
## You may freely use, modify and/or distribute this file.

if LUATEX
if !cross
noinst_PROGRAMS += txt2zlib
endif !cross
endif LUATEX
EXTRA_PROGRAMS += txt2zlib

nodist_txt2zlib_SOURCES = txt2zlib.c

txt2zlib_CPPFLAGS = $(ZLIB_INCLUDES)
txt2zlib_DEPENDENCIES = $(ZLIB_DEPEND)
txt2zlib_LDADD = $(ZLIB_LIBS)

DISTCLEANFILES += txt2zlib.c