]> git.sur5r.net Git - glabels/blob - glabels2/qrencode-3.1.0/tests/Makefile.am
2009-09-22 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / qrencode-3.1.0 / tests / Makefile.am
1 if HAVE_SDL
2 sdlPROGRAMS = view_qrcode
3 endif
4
5 noinst_PROGRAMS = test_qrinput test_bitstream test_estimatebit \
6                                   test_qrspec test_rs test_qrencode prof_qrencode \
7                                   test_split test_monkey create_frame_pattern \
8                                   $(sdlPROGRAMS)
9
10 EXTRA_DIST = frame
11
12 test_qrinput_SOURCES = test_qrinput.c common.h
13 test_qrinput_LDADD = ../libqrencode.la
14
15 test_bitstream_SOURCES = test_bitstream.c common.h
16 test_bitstream_LDADD = ../libqrencode.la
17
18 test_estimatebit_SOURCES = test_estimatebit.c common.h
19 test_estimatebit_LDADD = ../libqrencode.la
20
21 test_qrspec_SOURCES = test_qrspec.c common.h
22 test_qrspec_LDADD = ../libqrencode.la
23
24 test_rs_SOURCES = test_rs.c common.h
25 test_rs_LDADD = ../libqrencode.la
26
27 test_qrencode_SOURCES = test_qrencode.c common.h
28 test_qrencode_LDADD = ../libqrencode.la
29
30 test_split_SOURCES = test_split.c common.h
31 test_split_LDADD = ../libqrencode.la
32
33 test_monkey_SOURCES = test_monkey.c common.h
34 test_monkey_LDADD = ../libqrencode.la
35
36 prof_qrencode_SOURCES = prof_qrencode.c
37 prof_qrencode_LDADD = ../libqrencode.la
38
39 create_frame_pattern_SOURCES = create_frame_pattern.c
40 create_frame_pattern_CFLAGS = $(png_CFLAGS)
41 create_frame_pattern_LDADD = ../libqrencode.la $(png_LIBS)
42
43 if HAVE_SDL
44 view_qrcode_SOURCES = view_qrcode.c common.h
45 view_qrcode_CFLAGS= $(SDL_CFLAGS)
46 view_qrcode_LDADD = ../libqrencode.la $(SDL_LIBS)
47 endif