aboutsummaryrefslogtreecommitdiff
path: root/deduper/libpuzzle/src/Makefile.am
blob: 30169250ca92aef018191ac0e046437d2b7af2e6 (plain) (blame)
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
lib_LTLIBRARIES = \
	libpuzzle.la

libpuzzle_la_LDFLAGS = -version-info 1:0

libpuzzle_la_SOURCES = \
	puzzle.c \
	tunables.c \
	dvec.c \
	cvec.c \
	compress.c \
	vector_ops.c \
	puzzle_common.h \
	puzzle_p.h \
	globals.h \
	puzzle.h

include_HEADERS = \
	puzzle.h

noinst_HEADERS = \
	puzzle_common.h \
	puzzle_p.h \
	globals.h

bin_PROGRAMS = \
	puzzle-diff
        
puzzle_diff_SOURCES = \
	puzzle-diff.c \
	puzzle_common.h \
	puzzle.h

puzzle_diff_LDADD = \
	libpuzzle.la

TESTS = \
	regress_1 \
	regress_2 \
	regress_3

check_PROGRAMS = \
	regress_1 \
	regress_2 \
	regress_3

regress_1_SOURCES = \
	regress_1.c \
	puzzle_common.h \
	puzzle.h

regress_2_SOURCES = \
	regress_2.c \
	puzzle_common.h \
	puzzle.h

regress_3_SOURCES = \
	regress_3.c \
	puzzle_common.h \
	puzzle.h

regress_1_LDADD = \
	libpuzzle.la

regress_2_LDADD = \
	libpuzzle.la

regress_3_LDADD = \
	libpuzzle.la

SUBDIRS = \
	pics