xz/debug/Makefile.am

27 lines
406 B
Makefile
Raw Normal View History

## SPDX-License-Identifier: 0BSD
## Author: Lasse Collin
EXTRA_DIST = \
translation.bash
noinst_PROGRAMS = \
2008-01-20 18:14:26 +00:00
repeat \
2008-01-23 19:21:21 +00:00
sync_flush \
2008-04-25 10:41:29 +00:00
full_flush \
memusage \
crc32 \
known_sizes \
hex2bin
AM_CPPFLAGS = \
-I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/liblzma/api
LDADD = $(top_builddir)/src/liblzma/liblzma.la
if COND_GNULIB
LDADD += $(top_builddir)/lib/libgnu.a
endif
LDADD += $(LTLIBINTL)