Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/argz @ 9244:05ab779922b4
Rename argz_.h to argz.in.h.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 02 Oct 2007 00:05:40 +0200 |
parents | 8fe439f0150e |
children | 101fa85f1d56 |
rev | line source |
---|---|
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
1 Description: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
2 Argv style string arrays in a single null delimited char*. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
3 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
4 Files: |
9244
05ab779922b4
Rename argz_.h to argz.in.h.
Bruno Haible <bruno@clisp.org>
parents:
9101
diff
changeset
|
5 lib/argz.in.h |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
6 lib/argz.c |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
7 m4/argz.m4 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
8 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
9 Depends-on: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
10 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
11 configure.ac: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
12 gl_FUNC_ARGZ |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
13 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
14 Makefile.am: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
15 BUILT_SOURCES += $(ARGZ_H) |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
16 |
6001
322a0918d54a
* modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents:
5252
diff
changeset
|
17 # We need the following in order to create <argz.h> when the system |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
18 # doesn't have one that works with the given compiler. |
9244
05ab779922b4
Rename argz_.h to argz.in.h.
Bruno Haible <bruno@clisp.org>
parents:
9101
diff
changeset
|
19 argz.h: argz.in.h |
7421
8bace4b08db5
Mark generated files as "DO NOT EDIT".
Bruno Haible <bruno@clisp.org>
parents:
7274
diff
changeset
|
20 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
9244
05ab779922b4
Rename argz_.h to argz.in.h.
Bruno Haible <bruno@clisp.org>
parents:
9101
diff
changeset
|
21 cat $(srcdir)/argz.in.h; \ |
7421
8bace4b08db5
Mark generated files as "DO NOT EDIT".
Bruno Haible <bruno@clisp.org>
parents:
7274
diff
changeset
|
22 } > $@-t |
7274
9ff9e0f3d681
Don't make generated files read-only. That would bother too many
Jim Meyering <jim@meyering.net>
parents:
7268
diff
changeset
|
23 mv -f $@-t $@ |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
24 MOSTLYCLEANFILES += argz.h argz.h-t |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
25 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
26 Include: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
27 <argz.h> |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
28 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5092
diff
changeset
|
29 License: |
9101
8fe439f0150e
* modules/argz (License): LGPLv2+.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7497
diff
changeset
|
30 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5092
diff
changeset
|
31 |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
32 Maintainer: |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff
changeset
|
33 bug-libtool@gnu.org |