gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / execinfo
1 Description:
2 A GNU-like <execinfo.h>.
3
4 Files:
5 lib/execinfo.c
6 lib/execinfo.in.h
7 m4/execinfo.m4
8
9 Depends-on:
10 extern-inline
11
12 configure.ac:
13 gl_EXECINFO_H
14
15 Makefile.am:
16 BUILT_SOURCES += $(EXECINFO_H)
17
18 # We need the following in order to create <execinfo.h> when the system
19 # doesn't have one that works.
20 if GL_GENERATE_EXECINFO_H
21 execinfo.h: execinfo.in.h $(top_builddir)/config.status
22         $(AM_V_GEN)rm -f $@-t $@ && \
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
24           cat $(srcdir)/execinfo.in.h; \
25         } > $@-t && \
26         mv $@-t $@
27 else
28 execinfo.h: $(top_builddir)/config.status
29         rm -f $@
30 endif
31 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
32
33 Include:
34 <execinfo.h>
35
36 Link:
37 $(LIB_EXECINFO)
38
39 License:
40 LGPLv2+
41
42 Maintainer:
43 all