aboutsummaryrefslogtreecommitdiff
blob: bcb7462d82019d4d4de4538e8e875183cb3ec1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
ACLOCAL_AMFLAGS = -I autotools/m4

SUBDIRS = autotools/gnulib

AM_CPPFLAGS = \
	-I$(top_builddir)/autotools/gnulib \
	-I$(top_srcdir)/autotools/gnulib

noinst_LTLIBRARIES = libpaxutils.la
libpaxutils_la_LDFLAGS = -no-undefined
libpaxutils_la_SOURCES = \
	paxelf.c \
	paxinc.c \
	paxmacho.c \
	xfuncs.c
LDADD = libpaxutils.la

bin_SCRIPTS = lddtree symtree
bin_PROGRAMS = scanelf dumpelf pspax scanmacho

if USE_PYTHON
lddtree: lddtree.py
else
lddtree: lddtree.sh
endif
	cp $< $@

symtree: symtree.sh
	cp $< $@

TMAKE = \
	$(MAKE) -C $(abs_top_srcdir)/tests \
		AUTOTOOLS=true \
		abs_top_builddir="$(abs_top_builddir)" \
		abs_top_srcdir="$(abs_top_srcdir)"
check-hook:
	$(TMAKE) check
check: check-hook

# Start off with base values which we append below
dist_man_MANS =
EXTRA_DIST = autotools/m4/gnulib-cache.m4

# @@@ GEN START @@@ #
dist_man_MANS += 
EXTRA_DIST += \
	tests/CVS/Entries \
	tests/CVS/Repository \
	tests/CVS/Root \
	tests/Makefile \
	tests/lddtree/CVS/Entries \
	tests/lddtree/CVS/Repository \
	tests/lddtree/CVS/Root \
	tests/lddtree/Makefile \
	tests/lddtree/dotest.cmp \
	tests/lddtree/dotest.py \
	tests/lddtree/dotest.sfx \
	tests/lddtree/dotest.sh \
	tests/lib.sh \
	tests/scanelf/CVS/Entries \
	tests/scanelf/CVS/Repository \
	tests/scanelf/CVS/Root \
	tests/scanelf/Makefile \
	tests/scanelf/dotest \
	tests/scanelf/scanelf.simple.good \
	tests/source/CVS/Entries \
	tests/source/CVS/Repository \
	tests/source/CVS/Root \
	tests/source/Makefile \
	tests/source/dotest \
	tests/source/space
# @@@ GEN START @@@ #