]> icculus.org git repositories - icculus/xz.git/blob - debug/Makefile.am
Sort of garbage collection commit. :-| Many things are still
[icculus/xz.git] / debug / Makefile.am
1 ##
2 ##  Copyright (C) 2008 Lasse Collin
3 ##
4 ##  This library is free software; you can redistribute it and/or
5 ##  modify it under the terms of the GNU Lesser General Public
6 ##  License as published by the Free Software Foundation; either
7 ##  version 2.1 of the License, or (at your option) any later version.
8 ##
9 ##  This library is distributed in the hope that it will be useful,
10 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 ##  Lesser General Public License for more details.
13 ##
14
15 noinst_PROGRAMS = \
16         repeat \
17         sync_flush \
18         full_flush \
19         memusage \
20         crc32 \
21         known_sizes \
22         hex2bin
23
24 AM_CPPFLAGS = \
25         -I@top_srcdir@/src/common \
26         -I@top_srcdir@/src/liblzma/api
27
28 AM_LDFLAGS = -static
29
30 LDADD = \
31         @top_builddir@/src/liblzma/liblzma.la \
32         @LTLIBINTL@
33
34 if COND_GNULIB
35 LDADD += @top_builddir@/lib/libgnu.a
36 endif