Merge branch '4524_cleanup'
[midnight-commander.git] / tests / lib / search / Makefile.am
blobc3296abcdc8022ec433d5ffcf34f398d241a4eec
1 PACKAGE_STRING = "/lib/search"
3 AM_CPPFLAGS = \
4         $(GLIB_CFLAGS) \
5         -I$(top_srcdir) \
6         -I$(top_srcdir)/lib/search \
7         @CHECK_CFLAGS@
9 LIBS = @CHECK_LIBS@ \
10         $(top_builddir)/lib/libmc.la
12 if ENABLE_MCLIB
13 LIBS += $(GLIB_LIBS)
14 endif
16 TESTS = \
17         glob_prepare_replace_str \
18         glob_translate_to_regex \
19         hex_translate_to_regex \
20         regex_replace_esc_seq \
21         regex_process_escape_sequence \
22         translate_replace_glob_to_regex
24 check_PROGRAMS = $(TESTS)
26 glob_prepare_replace_str_SOURCES = \
27         glob_prepare_replace_str.c
29 regex_replace_esc_seq_SOURCES = \
30         regex_replace_esc_seq.c
32 regex_process_escape_sequence_SOURCES = \
33         regex_process_escape_sequence.c
35 translate_replace_glob_to_regex_SOURCES = \
36         translate_replace_glob_to_regex.c
38 glob_translate_to_regex_SOURCES = \
39         glob_translate_to_regex.c
41 hex_translate_to_regex_SOURCES = \
42         hex_translate_to_regex.c