GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / tests / Makefile.am
blobd0807ae4a159709fe22dbd01bd4fbdd6886eff37
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
8 EXTRA_DIST = \
9         files \
10         tests.h \
11         test_files.sh \
12         test_compress.sh \
13         bcj_test.c \
14         compress_prepared_bcj_sparc \
15         compress_prepared_bcj_x86
17 AM_CPPFLAGS = \
18         -I$(top_srcdir)/src/common \
19         -I$(top_srcdir)/src/liblzma/api \
20         -I$(top_builddir)/lib
22 LDADD = $(top_builddir)/src/liblzma/liblzma.la
24 if COND_GNULIB
25 LDADD += $(top_builddir)/lib/libgnu.a
26 endif
28 LDADD += $(LTLIBINTL)
30 check_PROGRAMS = \
31         create_compress_files \
32         test_check \
33         test_stream_flags \
34         test_filter_flags \
35         test_block_header \
36         test_index
38 TESTS = \
39         test_check \
40         test_stream_flags \
41         test_filter_flags \
42         test_block_header \
43         test_index \
44         test_files.sh \
45         test_compress.sh
47 clean-local:
48         -rm -f compress_generated_*