(Depends-on): Add unlocked-io
[gnulib.git] / modules / argp
1 Description:
2 Hierarchical processing of command line arguments.
3
4 Files:
5 lib/argp.h
6 lib/argp-ba.c
7 lib/argp-eexst.c
8 lib/argp-fmtstream.c
9 lib/argp-fmtstream.h
10 lib/argp-fs-xinl.c
11 lib/argp-help.c
12 lib/argp-namefrob.h
13 lib/argp-parse.c
14 lib/argp-pv.c
15 lib/argp-pvh.c
16 lib/argp-xinl.c
17 m4/argp.m4
18
19 Depends-on:
20 alloca
21 getopt
22 strchrnul
23 sysexits
24 mempcpy
25 strndup
26 restrict
27 strcase
28 extensions
29 unlocked-io
30 vsnprintf
31
32 configure.ac:
33 gl_ARGP
34
35 Makefile.am:
36 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
37            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
38            argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
39
40 Include:
41 "argp.h"
42
43 License:
44 LGPL
45
46 Maintainer:
47 Sergey Poznyakoff, glibc
48