arp depends on sleep.
[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-pin.c
15 lib/argp-pv.c
16 lib/argp-pvh.c
17 lib/argp-xinl.c
18 m4/argp.m4
19
20 Depends-on:
21 alloca
22 dirname
23 getopt
24 strchrnul
25 sysexits
26 malloc
27 mempcpy
28 strndup
29 strcase
30 extensions
31 vsnprintf
32 sleep
33
34 configure.ac:
35 gl_ARGP
36
37 Makefile.am:
38 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
39            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
40            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
41            argp-xinl.c
42
43 Include:
44 "argp.h"
45
46 License:
47 LGPL
48
49 Maintainer:
50 Sergey Poznyakoff, glibc