xz-analysis-mirror/debug/Makefile.am

28 lines
379 B
Makefile
Raw Normal View History

##
## Author: Lasse Collin
##
EXTRA_DIST = \
translation.bash
noinst_PROGRAMS = \
2008-01-20 13:14:26 -05:00
repeat \
2008-01-23 14:21:21 -05:00
sync_flush \
2008-04-25 06:41:29 -04: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)