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