Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / regex
1 Description:
2 Regular expression matching.
3
4 Files:
5 lib/regex.h
6 lib/regex.c
7 lib/regex_internal.c
8 lib/regex_internal.h
9 lib/regexec.c
10 lib/regcomp.c
11 m4/regex.m4
12 m4/mbstate_t.m4
13
14 Depends-on:
15 extensions
16 ssize_t
17 alloca-opt      [test $ac_use_included_regex = yes]
18 btowc           [test $ac_use_included_regex = yes]
19 gettext-h       [test $ac_use_included_regex = yes]
20 localcharset    [test $ac_use_included_regex = yes]
21 malloc-gnu      [test $ac_use_included_regex = yes]
22 memcmp          [test $ac_use_included_regex = yes]
23 memmove         [test $ac_use_included_regex = yes]
24 mbrtowc         [test $ac_use_included_regex = yes]
25 mbsinit         [test $ac_use_included_regex = yes]
26 nl_langinfo     [test $ac_use_included_regex = yes]
27 stdbool         [test $ac_use_included_regex = yes]
28 stdint          [test $ac_use_included_regex = yes]
29 wchar           [test $ac_use_included_regex = yes]
30 wcrtomb         [test $ac_use_included_regex = yes]
31 wctype-h        [test $ac_use_included_regex = yes]
32
33 configure.ac:
34 gl_REGEX
35
36 Makefile.am:
37
38 Include:
39 <regex.h>
40
41 Link:
42 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
43
44 License:
45 LGPLv2+
46
47 Maintainer:
48 all