Merge branch 'upstream' into stable
[gnulib.git] / modules / link-warning
1 Description:
2 A C macro for emitting link time warnings.
3
4 Files:
5 build-aux/link-warning.h
6
7 Depends-on:
8
9 configure.ac:
10
11 Makefile.am:
12 BUILT_SOURCES += link-warning.h
13 # The link-warning.h that gets inserted into generated .h files is the same as
14 # build-aux/link-warning.h, except that it has the copyright header cut off.
15 link-warning.h: $(top_srcdir)/build-aux/link-warning.h
16         $(AM_V_GEN)rm -f $@-t $@ && \
17         sed -n -e '/GL_LINK_WARNING/,$$p' \
18           < $(top_srcdir)/build-aux/link-warning.h \
19           > $@-t && \
20         mv $@-t $@
21 MOSTLYCLEANFILES += link-warning.h link-warning.h-t
22
23 LINK_WARNING_H=link-warning.h
24
25 Include:
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible
32