Mercurial > hg > octave-kai > gnulib-hg
annotate modules/argp @ 4781:d762cb7714db
A little more dependencies of the 'argp' module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 10 Oct 2003 19:41:12 +0000 |
parents | 4cc6ae8a82f6 |
children | 669060078ea4 |
rev | line source |
---|---|
4386 | 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 | |
4595 | 22 strchrnul |
23 sysexits | |
24 mempcpy | |
25 strndup | |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4595
diff
changeset
|
26 restrict |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4595
diff
changeset
|
27 strcase |
4386 | 28 |
29 configure.ac: | |
4595 | 30 gl_ARGP |
4386 | 31 |
32 Makefile.am: | |
33 lib_SOURCES += argp.h argp-ba.c argp-eexst.c \ | |
34 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \ | |
35 argp-namefrob.h argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c | |
36 | |
37 Include: | |
38 "argp.h" | |
39 | |
40 Maintainer: | |
41 Simon Josefsson, glibc | |
42 |