Remove dependencies on 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
30 configure.ac:
31 gl_ARGP
32
33 Makefile.am:
34 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
35            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
36            argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
37
38 Include:
39 "argp.h"
40
41 License:
42 LGPL
43
44 Maintainer:
45 Sergey Poznyakoff, glibc
46