Don't make generated files read-only. That would bother too many
[gnulib.git] / modules / argz
1 Description:
2 Argv style string arrays in a single null delimited char*.
3
4 Files:
5 lib/argz_.h
6 lib/argz.c
7 m4/argz.m4
8
9 Depends-on:
10
11 configure.ac:
12 gl_FUNC_ARGZ
13
14 Makefile.am:
15 BUILT_SOURCES += $(ARGZ_H)
16 EXTRA_DIST += argz_.h
17
18 # We need the following in order to create <argz.h> when the system
19 # doesn't have one that works with the given compiler.
20 argz.h: argz_.h
21         cp -f $(srcdir)/argz_.h $@-t
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += argz.h argz.h-t
24
25 Include:
26 <argz.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 bug-libtool@gnu.org