mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Fix creation of build directories with non-recursive-gnulib-prefix-hack.
This is necessary for executing "make" in a VPATH build of a package that uses prefix-gnulib-mk and a module such as alloca-opt. * modules/alloca-opt (Makefile.am): Before generating the .h-t file, ensure that the directory in which we want to create it exists. (configure.ac): Invoke AC_PROG_MKDIR_P. * modules/argz: Likewise. * modules/arpa_inet: Likewise. * modules/assert-h: Likewise. * modules/byteswap: Likewise. * modules/configmake: Likewise. * modules/ctype: Likewise. * modules/dirent: Likewise. * modules/dynarray: Likewise. * modules/errno: Likewise. * modules/execinfo: Likewise. * modules/fcntl-h: Likewise. * modules/float: Likewise. * modules/fnmatch-h: Likewise. * modules/getopt-posix: Likewise. * modules/glob-h: Likewise. * modules/iconv-h: Likewise. * modules/ieee754-h: Likewise. * modules/inttypes-incomplete: Likewise. * modules/langinfo: Likewise. * modules/libgmp: Likewise. * modules/libtextstyle-optional: Likewise. * modules/limits-h: Likewise. * modules/locale: Likewise. * modules/malloc-h: Likewise. * modules/math: Likewise. * modules/monetary: Likewise. * modules/net_if: Likewise. * modules/netdb: Likewise. * modules/netinet_in: Likewise. * modules/openmp-init: Likewise. * modules/poll-h: Likewise. * modules/posix-shell: Likewise. * modules/pthread-h: Likewise. * modules/pty: Likewise. * modules/sched: Likewise. * modules/scratch_buffer: Likewise. * modules/search: Likewise. * modules/selinux-h: Likewise. * modules/signal-h: Likewise. * modules/sigsegv: Likewise. * modules/snippet/link-warning: Likewise. * modules/spawn: Likewise. * modules/stdalign: Likewise. * modules/stdarg: Likewise. * modules/stdbool: Likewise. * modules/stddef: Likewise. * modules/stdint: Likewise. * modules/stdio: Likewise. * modules/stdlib: Likewise. * modules/stdnoreturn: Likewise. * modules/string: Likewise. * modules/strings: Likewise. * modules/sys_file: Likewise. * modules/sys_ioctl: Likewise. * modules/sys_random: Likewise. * modules/sys_resource: Likewise. * modules/sys_select: Likewise. * modules/sys_socket: Likewise. * modules/sys_stat: Likewise. * modules/sys_time: Likewise. * modules/sys_times: Likewise. * modules/sys_types: Likewise. * modules/sys_uio: Likewise. * modules/sys_utsname: Likewise. * modules/sys_wait: Likewise. * modules/sysexits: Likewise. * modules/termios: Likewise. * modules/threads-h: Likewise. * modules/time: Likewise. * modules/uchar: Likewise. * modules/unicase/base: Likewise. * modules/unicase/special-casing: Likewise. * modules/uniconv/base: Likewise. * modules/unictype/base: Likewise. * modules/unigbrk/base: Likewise. * modules/unilbrk/base: Likewise. * modules/uniname/base: Likewise. * modules/uninorm/base: Likewise. * modules/unistd: Likewise. * modules/unistdio/base: Likewise. * modules/unistr/base: Likewise. * modules/unitypes: Likewise. * modules/uniwbrk/base: Likewise. * modules/uniwidth/base: Likewise. * modules/utime-h: Likewise. * modules/wchar: Likewise. * modules/wctype-h: Likewise. * gnulib-tool (func_emit_lib_Makefile_am): When producing output for GNU make, eliminate %reldir% tokens.
This commit is contained in:
98
ChangeLog
98
ChangeLog
@@ -1,3 +1,101 @@
|
|||||||
|
2021-12-15 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Fix creation of build directories with non-recursive-gnulib-prefix-hack.
|
||||||
|
This is necessary for executing "make" in a VPATH build of a package
|
||||||
|
that uses prefix-gnulib-mk and a module such as alloca-opt.
|
||||||
|
* modules/alloca-opt (Makefile.am): Before generating the .h-t file,
|
||||||
|
ensure that the directory in which we want to create it exists.
|
||||||
|
(configure.ac): Invoke AC_PROG_MKDIR_P.
|
||||||
|
* modules/argz: Likewise.
|
||||||
|
* modules/arpa_inet: Likewise.
|
||||||
|
* modules/assert-h: Likewise.
|
||||||
|
* modules/byteswap: Likewise.
|
||||||
|
* modules/configmake: Likewise.
|
||||||
|
* modules/ctype: Likewise.
|
||||||
|
* modules/dirent: Likewise.
|
||||||
|
* modules/dynarray: Likewise.
|
||||||
|
* modules/errno: Likewise.
|
||||||
|
* modules/execinfo: Likewise.
|
||||||
|
* modules/fcntl-h: Likewise.
|
||||||
|
* modules/float: Likewise.
|
||||||
|
* modules/fnmatch-h: Likewise.
|
||||||
|
* modules/getopt-posix: Likewise.
|
||||||
|
* modules/glob-h: Likewise.
|
||||||
|
* modules/iconv-h: Likewise.
|
||||||
|
* modules/ieee754-h: Likewise.
|
||||||
|
* modules/inttypes-incomplete: Likewise.
|
||||||
|
* modules/langinfo: Likewise.
|
||||||
|
* modules/libgmp: Likewise.
|
||||||
|
* modules/libtextstyle-optional: Likewise.
|
||||||
|
* modules/limits-h: Likewise.
|
||||||
|
* modules/locale: Likewise.
|
||||||
|
* modules/malloc-h: Likewise.
|
||||||
|
* modules/math: Likewise.
|
||||||
|
* modules/monetary: Likewise.
|
||||||
|
* modules/net_if: Likewise.
|
||||||
|
* modules/netdb: Likewise.
|
||||||
|
* modules/netinet_in: Likewise.
|
||||||
|
* modules/openmp-init: Likewise.
|
||||||
|
* modules/poll-h: Likewise.
|
||||||
|
* modules/posix-shell: Likewise.
|
||||||
|
* modules/pthread-h: Likewise.
|
||||||
|
* modules/pty: Likewise.
|
||||||
|
* modules/sched: Likewise.
|
||||||
|
* modules/scratch_buffer: Likewise.
|
||||||
|
* modules/search: Likewise.
|
||||||
|
* modules/selinux-h: Likewise.
|
||||||
|
* modules/signal-h: Likewise.
|
||||||
|
* modules/sigsegv: Likewise.
|
||||||
|
* modules/snippet/link-warning: Likewise.
|
||||||
|
* modules/spawn: Likewise.
|
||||||
|
* modules/stdalign: Likewise.
|
||||||
|
* modules/stdarg: Likewise.
|
||||||
|
* modules/stdbool: Likewise.
|
||||||
|
* modules/stddef: Likewise.
|
||||||
|
* modules/stdint: Likewise.
|
||||||
|
* modules/stdio: Likewise.
|
||||||
|
* modules/stdlib: Likewise.
|
||||||
|
* modules/stdnoreturn: Likewise.
|
||||||
|
* modules/string: Likewise.
|
||||||
|
* modules/strings: Likewise.
|
||||||
|
* modules/sys_file: Likewise.
|
||||||
|
* modules/sys_ioctl: Likewise.
|
||||||
|
* modules/sys_random: Likewise.
|
||||||
|
* modules/sys_resource: Likewise.
|
||||||
|
* modules/sys_select: Likewise.
|
||||||
|
* modules/sys_socket: Likewise.
|
||||||
|
* modules/sys_stat: Likewise.
|
||||||
|
* modules/sys_time: Likewise.
|
||||||
|
* modules/sys_times: Likewise.
|
||||||
|
* modules/sys_types: Likewise.
|
||||||
|
* modules/sys_uio: Likewise.
|
||||||
|
* modules/sys_utsname: Likewise.
|
||||||
|
* modules/sys_wait: Likewise.
|
||||||
|
* modules/sysexits: Likewise.
|
||||||
|
* modules/termios: Likewise.
|
||||||
|
* modules/threads-h: Likewise.
|
||||||
|
* modules/time: Likewise.
|
||||||
|
* modules/uchar: Likewise.
|
||||||
|
* modules/unicase/base: Likewise.
|
||||||
|
* modules/unicase/special-casing: Likewise.
|
||||||
|
* modules/uniconv/base: Likewise.
|
||||||
|
* modules/unictype/base: Likewise.
|
||||||
|
* modules/unigbrk/base: Likewise.
|
||||||
|
* modules/unilbrk/base: Likewise.
|
||||||
|
* modules/uniname/base: Likewise.
|
||||||
|
* modules/uninorm/base: Likewise.
|
||||||
|
* modules/unistd: Likewise.
|
||||||
|
* modules/unistdio/base: Likewise.
|
||||||
|
* modules/unistr/base: Likewise.
|
||||||
|
* modules/unitypes: Likewise.
|
||||||
|
* modules/uniwbrk/base: Likewise.
|
||||||
|
* modules/uniwidth/base: Likewise.
|
||||||
|
* modules/utime-h: Likewise.
|
||||||
|
* modules/wchar: Likewise.
|
||||||
|
* modules/wctype-h: Likewise.
|
||||||
|
* gnulib-tool (func_emit_lib_Makefile_am): When producing output for
|
||||||
|
GNU make, eliminate %reldir% tokens.
|
||||||
|
|
||||||
2021-12-15 Bruno Haible <bruno@clisp.org>
|
2021-12-15 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
non-recursive-gnulib-prefix-hack: Remove obsolete code.
|
non-recursive-gnulib-prefix-hack: Remove obsolete code.
|
||||||
|
24
gnulib-tool
24
gnulib-tool
@@ -3737,9 +3737,9 @@ func_emit_lib_Makefile_am ()
|
|||||||
echo "## begin gnulib module $module"
|
echo "## begin gnulib module $module"
|
||||||
if $gnu_make; then
|
if $gnu_make; then
|
||||||
echo "ifeq (,\$(OMIT_GNULIB_MODULE_$module))"
|
echo "ifeq (,\$(OMIT_GNULIB_MODULE_$module))"
|
||||||
convert_to_gnu_make='s/^if \(.*\)/ifneq (,$(\1))/'
|
convert_to_gnu_make_1='s/^if \(.*\)/ifneq (,$(\1))/'
|
||||||
else
|
convert_to_gnu_make_2='s|%reldir%/||g'
|
||||||
convert_to_gnu_make=
|
convert_to_gnu_make_3='s|%reldir%|.|g'
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
if test "$cond_dependencies" = true; then
|
if test "$cond_dependencies" = true; then
|
||||||
@@ -3752,13 +3752,27 @@ func_emit_lib_Makefile_am ()
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
sed "$convert_to_gnu_make" "$tmp"/amsnippet1
|
if $gnu_make; then
|
||||||
|
sed -e "$convert_to_gnu_make_1" \
|
||||||
|
-e "$convert_to_gnu_make_2" \
|
||||||
|
-e "$convert_to_gnu_make_3" \
|
||||||
|
"$tmp"/amsnippet1
|
||||||
|
else
|
||||||
|
cat "$tmp"/amsnippet1
|
||||||
|
fi
|
||||||
if test "$cond_dependencies" = true; then
|
if test "$cond_dependencies" = true; then
|
||||||
if func_cond_module_p "$module"; then
|
if func_cond_module_p "$module"; then
|
||||||
echo "endif"
|
echo "endif"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
sed "$convert_to_gnu_make" "$tmp"/amsnippet2
|
if $gnu_make; then
|
||||||
|
sed -e "$convert_to_gnu_make_1" \
|
||||||
|
-e "$convert_to_gnu_make_2" \
|
||||||
|
-e "$convert_to_gnu_make_3" \
|
||||||
|
"$tmp"/amsnippet2
|
||||||
|
else
|
||||||
|
cat "$tmp"/amsnippet2
|
||||||
|
fi
|
||||||
if $gnu_make; then
|
if $gnu_make; then
|
||||||
echo "endif"
|
echo "endif"
|
||||||
fi
|
fi
|
||||||
|
@@ -11,6 +11,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_ALLOCA
|
gl_FUNC_ALLOCA
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(ALLOCA_H)
|
BUILT_SOURCES += $(ALLOCA_H)
|
||||||
@@ -20,6 +21,7 @@ BUILT_SOURCES += $(ALLOCA_H)
|
|||||||
if GL_GENERATE_ALLOCA_H
|
if GL_GENERATE_ALLOCA_H
|
||||||
alloca.h: alloca.in.h $(top_builddir)/config.status
|
alloca.h: alloca.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
|
sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -16,6 +16,7 @@ strstr [test -n "$ARGZ_H"]
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_ARGZ
|
gl_FUNC_ARGZ
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test -n "$ARGZ_H"; then
|
if test -n "$ARGZ_H"; then
|
||||||
AC_LIBOBJ([argz])
|
AC_LIBOBJ([argz])
|
||||||
fi
|
fi
|
||||||
@@ -28,6 +29,7 @@ BUILT_SOURCES += $(ARGZ_H)
|
|||||||
if GL_GENERATE_ARGZ_H
|
if GL_GENERATE_ARGZ_H
|
||||||
argz.h: argz.in.h $(top_builddir)/config.status
|
argz.h: argz.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/argz.in.h; \
|
cat $(srcdir)/argz.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += arpa/inet.h
|
|||||||
# We need the following in order to create <arpa/inet.h> when the system
|
# We need the following in order to create <arpa/inet.h> when the system
|
||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_at)$(MKDIR_P) arpa
|
$(AM_V_at)$(MKDIR_P) '%reldir%/arpa'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -11,6 +11,7 @@ include_next
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ASSERT_H
|
gl_ASSERT_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(ASSERT_H)
|
BUILT_SOURCES += $(ASSERT_H)
|
||||||
@@ -20,6 +21,7 @@ BUILT_SOURCES += $(ASSERT_H)
|
|||||||
if GL_GENERATE_ASSERT_H
|
if GL_GENERATE_ASSERT_H
|
||||||
assert.h: assert.in.h verify.h $(top_builddir)/config.status
|
assert.h: assert.in.h verify.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
||||||
|
@@ -9,6 +9,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_BYTESWAP
|
gl_BYTESWAP
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(BYTESWAP_H)
|
BUILT_SOURCES += $(BYTESWAP_H)
|
||||||
@@ -18,6 +19,7 @@ BUILT_SOURCES += $(BYTESWAP_H)
|
|||||||
if GL_GENERATE_BYTESWAP_H
|
if GL_GENERATE_BYTESWAP_H
|
||||||
byteswap.h: byteswap.in.h $(top_builddir)/config.status
|
byteswap.h: byteswap.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/byteswap.in.h; \
|
cat $(srcdir)/byteswap.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -8,6 +8,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_CONFIGMAKE_PREP
|
gl_CONFIGMAKE_PREP
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
# Listed in the same order as the GNU makefile conventions, and
|
# Listed in the same order as the GNU makefile conventions, and
|
||||||
@@ -16,6 +17,7 @@ Makefile.am:
|
|||||||
# listed in the Automake 1.10a+ documentation.
|
# listed in the Automake 1.10a+ documentation.
|
||||||
configmake.h: Makefile
|
configmake.h: Makefile
|
||||||
$(AM_V_GEN)rm -f $@-t && \
|
$(AM_V_GEN)rm -f $@-t && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
echo '#if HAVE_WINSOCK2_H'; \
|
echo '#if HAVE_WINSOCK2_H'; \
|
||||||
echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
|
echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_CTYPE_H
|
gl_CTYPE_H
|
||||||
gl_CTYPE_H_REQUIRE_DEFAULTS
|
gl_CTYPE_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += ctype.h
|
BUILT_SOURCES += ctype.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += ctype.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -16,6 +16,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_DIRENT_H
|
gl_DIRENT_H
|
||||||
gl_DIRENT_H_REQUIRE_DEFAULTS
|
gl_DIRENT_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += dirent.h
|
BUILT_SOURCES += dirent.h
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += dirent.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
|
-e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
|
||||||
|
@@ -26,7 +26,7 @@ Makefile.am:
|
|||||||
BUILT_SOURCES += malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h
|
BUILT_SOURCES += malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h
|
||||||
|
|
||||||
malloc/dynarray.gl.h: malloc/dynarray.h
|
malloc/dynarray.gl.h: malloc/dynarray.h
|
||||||
$(AM_V_at)$(MKDIR_P) malloc
|
$(AM_V_at)$(MKDIR_P) '%reldir%/malloc'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e '/libc_hidden_proto/d' < $(srcdir)/malloc/dynarray.h; \
|
sed -e '/libc_hidden_proto/d' < $(srcdir)/malloc/dynarray.h; \
|
||||||
@@ -35,7 +35,7 @@ malloc/dynarray.gl.h: malloc/dynarray.h
|
|||||||
MOSTLYCLEANFILES += malloc/dynarray.gl.h malloc/dynarray.gl.h-t
|
MOSTLYCLEANFILES += malloc/dynarray.gl.h malloc/dynarray.gl.h-t
|
||||||
|
|
||||||
malloc/dynarray-skeleton.gl.h: malloc/dynarray-skeleton.c
|
malloc/dynarray-skeleton.gl.h: malloc/dynarray-skeleton.c
|
||||||
$(AM_V_at)$(MKDIR_P) malloc
|
$(AM_V_at)$(MKDIR_P) '%reldir%/malloc'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
|
sed -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
|
||||||
|
@@ -10,6 +10,7 @@ include_next
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_ERRNO_H
|
gl_HEADER_ERRNO_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(ERRNO_H)
|
BUILT_SOURCES += $(ERRNO_H)
|
||||||
@@ -19,6 +20,7 @@ BUILT_SOURCES += $(ERRNO_H)
|
|||||||
if GL_GENERATE_ERRNO_H
|
if GL_GENERATE_ERRNO_H
|
||||||
errno.h: errno.in.h $(top_builddir)/config.status
|
errno.h: errno.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -11,6 +11,7 @@ extern-inline
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_EXECINFO_H
|
gl_EXECINFO_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(EXECINFO_H)
|
BUILT_SOURCES += $(EXECINFO_H)
|
||||||
@@ -20,6 +21,7 @@ BUILT_SOURCES += $(EXECINFO_H)
|
|||||||
if GL_GENERATE_EXECINFO_H
|
if GL_GENERATE_EXECINFO_H
|
||||||
execinfo.h: execinfo.in.h $(top_builddir)/config.status
|
execinfo.h: execinfo.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/execinfo.in.h; \
|
cat $(srcdir)/execinfo.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -19,6 +19,7 @@ unistd
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FCNTL_H
|
gl_FCNTL_H
|
||||||
gl_FCNTL_H_REQUIRE_DEFAULTS
|
gl_FCNTL_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += fcntl.h
|
BUILT_SOURCES += fcntl.h
|
||||||
@@ -27,6 +28,7 @@ BUILT_SOURCES += fcntl.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -12,6 +12,7 @@ include_next
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FLOAT_H
|
gl_FLOAT_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test $REPLACE_FLOAT_LDBL = 1; then
|
if test $REPLACE_FLOAT_LDBL = 1; then
|
||||||
AC_LIBOBJ([float])
|
AC_LIBOBJ([float])
|
||||||
fi
|
fi
|
||||||
@@ -27,6 +28,7 @@ BUILT_SOURCES += $(FLOAT_H)
|
|||||||
if GL_GENERATE_FLOAT_H
|
if GL_GENERATE_FLOAT_H
|
||||||
float.h: float.in.h $(top_builddir)/config.status
|
float.h: float.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -15,6 +15,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FNMATCH_H
|
gl_FNMATCH_H
|
||||||
gl_FNMATCH_H_REQUIRE_DEFAULTS
|
gl_FNMATCH_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(FNMATCH_H)
|
BUILT_SOURCES += $(FNMATCH_H)
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += $(FNMATCH_H)
|
|||||||
if GL_GENERATE_FNMATCH_H
|
if GL_GENERATE_FNMATCH_H
|
||||||
fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
|
-e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
|
||||||
|
@@ -22,6 +22,7 @@ snippet/arg-nonnull
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETOPT_POSIX
|
gl_FUNC_GETOPT_POSIX
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test $REPLACE_GETOPT = 1; then
|
if test $REPLACE_GETOPT = 1; then
|
||||||
AC_LIBOBJ([getopt])
|
AC_LIBOBJ([getopt])
|
||||||
AC_LIBOBJ([getopt1])
|
AC_LIBOBJ([getopt1])
|
||||||
@@ -38,6 +39,7 @@ BUILT_SOURCES += $(GETOPT_H) $(GETOPT_CDEFS_H)
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
|
getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
|
-e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
|
||||||
|
@@ -19,6 +19,7 @@ sys_stat
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_GLOB_H
|
gl_GLOB_H
|
||||||
gl_GLOB_H_REQUIRE_DEFAULTS
|
gl_GLOB_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(GLOB_H)
|
BUILT_SOURCES += $(GLOB_H)
|
||||||
@@ -27,6 +28,7 @@ BUILT_SOURCES += $(GLOB_H)
|
|||||||
if GL_GENERATE_GLOB_H
|
if GL_GENERATE_GLOB_H
|
||||||
glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
glob.h: glob.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
|
-e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ICONV_H
|
gl_ICONV_H
|
||||||
gl_ICONV_H_REQUIRE_DEFAULTS
|
gl_ICONV_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(ICONV_H)
|
BUILT_SOURCES += $(ICONV_H)
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += $(ICONV_H)
|
|||||||
if GL_GENERATE_ICONV_H
|
if GL_GENERATE_ICONV_H
|
||||||
iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -9,6 +9,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_IEEE754_H
|
gl_IEEE754_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(IEEE754_H)
|
BUILT_SOURCES += $(IEEE754_H)
|
||||||
@@ -18,6 +19,7 @@ BUILT_SOURCES += $(IEEE754_H)
|
|||||||
if GL_GENERATE_IEEE754_H
|
if GL_GENERATE_IEEE754_H
|
||||||
ieee754.h: ieee754.in.h $(top_builddir)/config.status
|
ieee754.h: ieee754.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t && \
|
$(AM_V_GEN)rm -f $@-t && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
|
sed -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
|
||||||
$(srcdir)/ieee754.in.h; \
|
$(srcdir)/ieee754.in.h; \
|
||||||
|
@@ -16,6 +16,7 @@ stdint
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_INTTYPES_INCOMPLETE
|
gl_INTTYPES_INCOMPLETE
|
||||||
gl_INTTYPES_H_REQUIRE_DEFAULTS
|
gl_INTTYPES_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += inttypes.h
|
BUILT_SOURCES += inttypes.h
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += inttypes.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
|
sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LANGINFO_H
|
gl_LANGINFO_H
|
||||||
gl_LANGINFO_H_REQUIRE_DEFAULTS
|
gl_LANGINFO_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += langinfo.h
|
BUILT_SOURCES += langinfo.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += langinfo.h
|
|||||||
# <langinfo.h> when the system doesn't have one.
|
# <langinfo.h> when the system doesn't have one.
|
||||||
langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
|
-e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
|
||||||
|
@@ -11,6 +11,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBGMP
|
gl_LIBGMP
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test $HAVE_LIBGMP != yes; then
|
if test $HAVE_LIBGMP != yes; then
|
||||||
AC_LIBOBJ([mini-gmp-gnulib])
|
AC_LIBOBJ([mini-gmp-gnulib])
|
||||||
fi
|
fi
|
||||||
@@ -21,12 +22,14 @@ BUILT_SOURCES += $(GMP_H)
|
|||||||
if GL_GENERATE_MINI_GMP_H
|
if GL_GENERATE_MINI_GMP_H
|
||||||
# Build gmp.h as a wrapper for mini-gmp.h when using mini-gmp.
|
# Build gmp.h as a wrapper for mini-gmp.h when using mini-gmp.
|
||||||
gmp.h: $(top_builddir)/config.status
|
gmp.h: $(top_builddir)/config.status
|
||||||
|
$(MKDIR_P) '%reldir%'
|
||||||
echo '#include "mini-gmp.h"' > $@-t
|
echo '#include "mini-gmp.h"' > $@-t
|
||||||
mv $@-t $@
|
mv $@-t $@
|
||||||
else
|
else
|
||||||
if GL_GENERATE_GMP_GMP_H
|
if GL_GENERATE_GMP_GMP_H
|
||||||
# Build gmp.h as a wrapper for gmp/gmp.h.
|
# Build gmp.h as a wrapper for gmp/gmp.h.
|
||||||
gmp.h: $(top_builddir)/config.status
|
gmp.h: $(top_builddir)/config.status
|
||||||
|
$(MKDIR_P) '%reldir%'
|
||||||
echo '#include <gmp/gmp.h>' > $@-t
|
echo '#include <gmp/gmp.h>' > $@-t
|
||||||
mv $@-t $@
|
mv $@-t $@
|
||||||
else
|
else
|
||||||
|
@@ -15,6 +15,7 @@ vasprintf-posix
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
# You need to invoke gl_LIBTEXTSTYLE_OPTIONAL yourself, possibly with arguments.
|
# You need to invoke gl_LIBTEXTSTYLE_OPTIONAL yourself, possibly with arguments.
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(TEXTSTYLE_H)
|
BUILT_SOURCES += $(TEXTSTYLE_H)
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += $(TEXTSTYLE_H)
|
|||||||
if GL_GENERATE_TEXTSTYLE_H
|
if GL_GENERATE_TEXTSTYLE_H
|
||||||
textstyle.h: textstyle.in.h $(top_builddir)/config.status
|
textstyle.h: textstyle.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/textstyle.in.h; \
|
cat $(srcdir)/textstyle.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,6 +10,7 @@ include_next
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIMITS_H
|
gl_LIMITS_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIMITS_H)
|
BUILT_SOURCES += $(LIMITS_H)
|
||||||
@@ -19,6 +20,7 @@ BUILT_SOURCES += $(LIMITS_H)
|
|||||||
if GL_GENERATE_LIMITS_H
|
if GL_GENERATE_LIMITS_H
|
||||||
limits.h: limits.in.h $(top_builddir)/config.status
|
limits.h: limits.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -16,6 +16,7 @@ stddef
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LOCALE_H
|
gl_LOCALE_H
|
||||||
gl_LOCALE_H_REQUIRE_DEFAULTS
|
gl_LOCALE_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += locale.h
|
BUILT_SOURCES += locale.h
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += locale.h
|
|||||||
# doesn't have one that provides all definitions.
|
# doesn't have one that provides all definitions.
|
||||||
locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -13,6 +13,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MALLOC_H
|
gl_MALLOC_H
|
||||||
gl_MALLOC_H_REQUIRE_DEFAULTS
|
gl_MALLOC_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += malloc.h
|
BUILT_SOURCES += malloc.h
|
||||||
@@ -20,6 +21,7 @@ BUILT_SOURCES += malloc.h
|
|||||||
# We need the following in order to create <malloc.h> when we add workarounds.
|
# We need the following in order to create <malloc.h> when we add workarounds.
|
||||||
malloc.h: malloc.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
malloc.h: malloc.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_MALLOC_H''@|$(HAVE_MALLOC_H)|g' \
|
-e 's|@''HAVE_MALLOC_H''@|$(HAVE_MALLOC_H)|g' \
|
||||||
|
@@ -17,6 +17,7 @@ float
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MATH_H
|
gl_MATH_H
|
||||||
gl_MATH_H_REQUIRE_DEFAULTS
|
gl_MATH_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += math.h
|
BUILT_SOURCES += math.h
|
||||||
@@ -26,6 +27,7 @@ lib_SOURCES += math.c
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
|
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MONETARY_H
|
gl_MONETARY_H
|
||||||
gl_MONETARY_H_REQUIRE_DEFAULTS
|
gl_MONETARY_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(MONETARY_H)
|
BUILT_SOURCES += $(MONETARY_H)
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += $(MONETARY_H)
|
|||||||
if GL_GENERATE_MONETARY_H
|
if GL_GENERATE_MONETARY_H
|
||||||
monetary.h: monetary.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
monetary.h: monetary.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_MONETARY_H''@|$(HAVE_MONETARY_H)|g' \
|
-e 's|@''HAVE_MONETARY_H''@|$(HAVE_MONETARY_H)|g' \
|
||||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(NET_IF_H)
|
|||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
if GL_GENERATE_NET_IF_H
|
if GL_GENERATE_NET_IF_H
|
||||||
net/if.h: net_if.in.h $(top_builddir)/config.status
|
net/if.h: net_if.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) net
|
$(AM_V_at)$(MKDIR_P) '%reldir%/net'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -15,6 +15,7 @@ sys_socket
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_NETDB_H
|
gl_NETDB_H
|
||||||
gl_NETDB_H_REQUIRE_DEFAULTS
|
gl_NETDB_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += netdb.h
|
BUILT_SOURCES += netdb.h
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += netdb.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(NETINET_IN_H)
|
|||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
if GL_GENERATE_NETINET_IN_H
|
if GL_GENERATE_NETINET_IN_H
|
||||||
netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
|
netinet/in.h: netinet_in.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) netinet
|
$(AM_V_at)$(MKDIR_P) '%reldir%/netinet'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -13,6 +13,7 @@ setenv
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_OMP_H
|
gl_OMP_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += omp.h
|
BUILT_SOURCES += omp.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += omp.h
|
|||||||
omp.h: omp.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
omp.h: omp.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
||||||
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -15,6 +15,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POLL_H
|
gl_POLL_H
|
||||||
gl_POLL_H_REQUIRE_DEFAULTS
|
gl_POLL_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += poll.h
|
BUILT_SOURCES += poll.h
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += poll.h
|
|||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
|
-e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
|
||||||
|
@@ -8,11 +8,13 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POSIX_SHELL
|
gl_POSIX_SHELL
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
##Sample usage of posix-shell module:
|
##Sample usage of posix-shell module:
|
||||||
#script: script.in
|
#script: script.in
|
||||||
# rm -f $@-t $@
|
# rm -f $@-t $@
|
||||||
|
# $(MKDIR_P) '%reldir%'
|
||||||
# sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
|
# sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
|
||||||
# -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
|
# -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
|
||||||
# -e $(srcdir)/$@.in > $@-t
|
# -e $(srcdir)/$@.in > $@-t
|
||||||
|
@@ -22,6 +22,7 @@ gl_ANYTHREADLIB_EARLY
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_PTHREAD_H
|
gl_PTHREAD_H
|
||||||
gl_PTHREAD_H_REQUIRE_DEFAULTS
|
gl_PTHREAD_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += pthread.h
|
BUILT_SOURCES += pthread.h
|
||||||
@@ -30,6 +31,7 @@ BUILT_SOURCES += pthread.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
pthread.h: pthread.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
pthread.h: pthread.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_PTHREAD_H''@|$(HAVE_PTHREAD_H)|g' \
|
-e 's|@''HAVE_PTHREAD_H''@|$(HAVE_PTHREAD_H)|g' \
|
||||||
|
@@ -13,6 +13,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_PTY_H
|
gl_PTY_H
|
||||||
gl_PTY_H_REQUIRE_DEFAULTS
|
gl_PTY_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += pty.h
|
BUILT_SOURCES += pty.h
|
||||||
@@ -21,6 +22,7 @@ BUILT_SOURCES += pty.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
pty.h: pty.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
pty.h: pty.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_PTY_H''@|$(HAVE_PTY_H)|g' \
|
-e 's|@''HAVE_PTY_H''@|$(HAVE_PTY_H)|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SCHED_H
|
gl_SCHED_H
|
||||||
gl_SCHED_H_REQUIRE_DEFAULTS
|
gl_SCHED_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += sched.h
|
BUILT_SOURCES += sched.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += sched.h
|
|||||||
# the system doesn't have one.
|
# the system doesn't have one.
|
||||||
sched.h: sched.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
sched.h: sched.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
|
-e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
|
||||||
|
@@ -26,7 +26,7 @@ Makefile.am:
|
|||||||
BUILT_SOURCES += malloc/scratch_buffer.gl.h
|
BUILT_SOURCES += malloc/scratch_buffer.gl.h
|
||||||
|
|
||||||
malloc/scratch_buffer.gl.h: malloc/scratch_buffer.h
|
malloc/scratch_buffer.gl.h: malloc/scratch_buffer.h
|
||||||
$(AM_V_at)$(MKDIR_P) malloc
|
$(AM_V_at)$(MKDIR_P) '%reldir%/malloc'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
|
sed -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SEARCH_H
|
gl_SEARCH_H
|
||||||
gl_SEARCH_H_REQUIRE_DEFAULTS
|
gl_SEARCH_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += search.h
|
BUILT_SOURCES += search.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += search.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
search.h: search.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
search.h: search.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
|
-e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
|
||||||
|
@@ -21,6 +21,7 @@ configure.ac:
|
|||||||
gl_HEADERS_SELINUX_SELINUX_H
|
gl_HEADERS_SELINUX_SELINUX_H
|
||||||
gl_HEADERS_SELINUX_CONTEXT_H
|
gl_HEADERS_SELINUX_CONTEXT_H
|
||||||
gl_HEADERS_SELINUX_LABEL_H
|
gl_HEADERS_SELINUX_LABEL_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test "$with_selinux" != no && test "$ac_cv_header_selinux_selinux_h" = yes; then
|
if test "$with_selinux" != no && test "$ac_cv_header_selinux_selinux_h" = yes; then
|
||||||
AC_LIBOBJ([getfilecon])
|
AC_LIBOBJ([getfilecon])
|
||||||
fi
|
fi
|
||||||
@@ -31,7 +32,7 @@ lib_SOURCES += se-context.in.h se-label.in.h se-selinux.in.h \
|
|||||||
|
|
||||||
BUILT_SOURCES += selinux/selinux.h
|
BUILT_SOURCES += selinux/selinux.h
|
||||||
selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status
|
selinux/selinux.h: se-selinux.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) selinux
|
$(AM_V_at)$(MKDIR_P) '%reldir%/selinux'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
@@ -47,7 +48,7 @@ MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
|
|||||||
BUILT_SOURCES += $(SELINUX_CONTEXT_H)
|
BUILT_SOURCES += $(SELINUX_CONTEXT_H)
|
||||||
if GL_GENERATE_SELINUX_CONTEXT_H
|
if GL_GENERATE_SELINUX_CONTEXT_H
|
||||||
selinux/context.h: se-context.in.h $(top_builddir)/config.status
|
selinux/context.h: se-context.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) selinux
|
$(AM_V_at)$(MKDIR_P) '%reldir%/selinux'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
cat $(srcdir)/se-context.in.h; \
|
cat $(srcdir)/se-context.in.h; \
|
||||||
@@ -62,7 +63,7 @@ MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
|
|||||||
BUILT_SOURCES += $(SELINUX_LABEL_H)
|
BUILT_SOURCES += $(SELINUX_LABEL_H)
|
||||||
if GL_GENERATE_SELINUX_LABEL_H
|
if GL_GENERATE_SELINUX_LABEL_H
|
||||||
selinux/label.h: se-label.in.h $(top_builddir)/config.status
|
selinux/label.h: se-label.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) selinux
|
$(AM_V_at)$(MKDIR_P) '%reldir%/selinux'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
cat $(srcdir)/se-label.in.h; \
|
cat $(srcdir)/se-label.in.h; \
|
||||||
|
@@ -16,6 +16,7 @@ extensions
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SIGNAL_H
|
gl_SIGNAL_H
|
||||||
gl_SIGNAL_H_REQUIRE_DEFAULTS
|
gl_SIGNAL_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += signal.h
|
BUILT_SOURCES += signal.h
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += signal.h
|
|||||||
# doesn't have a complete one.
|
# doesn't have a complete one.
|
||||||
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -37,6 +37,7 @@ else
|
|||||||
fi
|
fi
|
||||||
AC_SUBST([SIGSEGV_H])
|
AC_SUBST([SIGSEGV_H])
|
||||||
AM_CONDITIONAL([GL_GENERATE_SIGSEGV_H], [test -n "$SIGSEGV_H"])
|
AM_CONDITIONAL([GL_GENERATE_SIGSEGV_H], [test -n "$SIGSEGV_H"])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
if test -n "$SIGSEGV_H"; then
|
if test -n "$SIGSEGV_H"; then
|
||||||
dnl Persuade glibc <sys/ucontext.h> to declare macros designating register
|
dnl Persuade glibc <sys/ucontext.h> to declare macros designating register
|
||||||
dnl indices: REG_RSP on x86_64, REG_ESP on i386.
|
dnl indices: REG_RSP on x86_64, REG_ESP on i386.
|
||||||
@@ -71,6 +72,7 @@ BUILT_SOURCES += $(SIGSEGV_H)
|
|||||||
if GL_GENERATE_SIGSEGV_H
|
if GL_GENERATE_SIGSEGV_H
|
||||||
sigsegv.h: sigsegv.in.h $(top_builddir)/config.status
|
sigsegv.h: sigsegv.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/sigsegv.in.h; \
|
cat $(srcdir)/sigsegv.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -11,6 +11,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([gl_FEATURES_H])
|
AC_REQUIRE([gl_FEATURES_H])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
|
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
|
||||||
@@ -25,6 +26,7 @@ Makefile.am:
|
|||||||
BUILT_SOURCES += link-warning.h
|
BUILT_SOURCES += link-warning.h
|
||||||
link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
|
link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
sed -n -e '/HAVE_FEATURES_H/,$$p' \
|
sed -n -e '/HAVE_FEATURES_H/,$$p' \
|
||||||
< $(top_srcdir)/build-aux/snippet/link-warning.h \
|
< $(top_srcdir)/build-aux/snippet/link-warning.h \
|
||||||
| sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
| sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
||||||
|
@@ -17,6 +17,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SPAWN_H
|
gl_SPAWN_H
|
||||||
gl_SPAWN_H_REQUIRE_DEFAULTS
|
gl_SPAWN_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += spawn.h
|
BUILT_SOURCES += spawn.h
|
||||||
@@ -25,6 +26,7 @@ BUILT_SOURCES += spawn.h
|
|||||||
# the system doesn't have one.
|
# the system doesn't have one.
|
||||||
spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
|
-e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
|
||||||
|
@@ -9,6 +9,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDALIGN_H
|
gl_STDALIGN_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDALIGN_H)
|
BUILT_SOURCES += $(STDALIGN_H)
|
||||||
@@ -18,6 +19,7 @@ BUILT_SOURCES += $(STDALIGN_H)
|
|||||||
if GL_GENERATE_STDALIGN_H
|
if GL_GENERATE_STDALIGN_H
|
||||||
stdalign.h: stdalign.in.h $(top_builddir)/config.status
|
stdalign.h: stdalign.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/stdalign.in.h; \
|
cat $(srcdir)/stdalign.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -15,6 +15,7 @@ gl_PROG_CC_C99
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDARG_H
|
gl_STDARG_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDARG_H)
|
BUILT_SOURCES += $(STDARG_H)
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += $(STDARG_H)
|
|||||||
if GL_GENERATE_STDARG_H
|
if GL_GENERATE_STDARG_H
|
||||||
stdarg.h: stdarg.in.h $(top_builddir)/config.status
|
stdarg.h: stdarg.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -10,6 +10,7 @@ Depends-on:
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AM_STDBOOL_H
|
AM_STDBOOL_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDBOOL_H)
|
BUILT_SOURCES += $(STDBOOL_H)
|
||||||
@@ -19,6 +20,7 @@ BUILT_SOURCES += $(STDBOOL_H)
|
|||||||
if GL_GENERATE_STDBOOL_H
|
if GL_GENERATE_STDBOOL_H
|
||||||
stdbool.h: stdbool.in.h $(top_builddir)/config.status
|
stdbool.h: stdbool.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
|
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -13,6 +13,7 @@ extensions
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDDEF_H
|
gl_STDDEF_H
|
||||||
gl_STDDEF_H_REQUIRE_DEFAULTS
|
gl_STDDEF_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDDEF_H)
|
BUILT_SOURCES += $(STDDEF_H)
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += $(STDDEF_H)
|
|||||||
if GL_GENERATE_STDDEF_H
|
if GL_GENERATE_STDDEF_H
|
||||||
stddef.h: stddef.in.h $(top_builddir)/config.status
|
stddef.h: stddef.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -20,6 +20,7 @@ sys_types
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDINT_H
|
gl_STDINT_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDINT_H)
|
BUILT_SOURCES += $(STDINT_H)
|
||||||
@@ -29,6 +30,7 @@ BUILT_SOURCES += $(STDINT_H)
|
|||||||
if GL_GENERATE_STDINT_H
|
if GL_GENERATE_STDINT_H
|
||||||
stdint.h: stdint.in.h $(top_builddir)/config.status
|
stdint.h: stdint.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
|
-e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
|
||||||
|
@@ -18,6 +18,7 @@ sys_types
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDIO_H
|
gl_STDIO_H
|
||||||
gl_STDIO_H_REQUIRE_DEFAULTS
|
gl_STDIO_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
dnl No need to create extra modules for these functions. Everyone who uses
|
dnl No need to create extra modules for these functions. Everyone who uses
|
||||||
dnl <stdio.h> likely needs them.
|
dnl <stdio.h> likely needs them.
|
||||||
@@ -51,6 +52,7 @@ BUILT_SOURCES += stdio.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -17,6 +17,7 @@ unistd
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDLIB_H
|
gl_STDLIB_H
|
||||||
gl_STDLIB_H_REQUIRE_DEFAULTS
|
gl_STDLIB_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += stdlib.h
|
BUILT_SOURCES += stdlib.h
|
||||||
@@ -26,6 +27,7 @@ BUILT_SOURCES += stdlib.h
|
|||||||
stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
||||||
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -10,6 +10,7 @@ snippet/_Noreturn
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDNORETURN_H
|
gl_STDNORETURN_H
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(STDNORETURN_H)
|
BUILT_SOURCES += $(STDNORETURN_H)
|
||||||
@@ -19,6 +20,7 @@ BUILT_SOURCES += $(STDNORETURN_H)
|
|||||||
if GL_GENERATE_STDNORETURN_H
|
if GL_GENERATE_STDNORETURN_H
|
||||||
stdnoreturn.h: stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
|
stdnoreturn.h: stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
|
sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
|
||||||
< $(srcdir)/stdnoreturn.in.h; \
|
< $(srcdir)/stdnoreturn.in.h; \
|
||||||
|
@@ -18,6 +18,7 @@ stdlib
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STRING_H
|
gl_STRING_H
|
||||||
gl_STRING_H_REQUIRE_DEFAULTS
|
gl_STRING_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += string.h
|
BUILT_SOURCES += string.h
|
||||||
@@ -26,6 +27,7 @@ BUILT_SOURCES += string.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -15,6 +15,7 @@ sys_types
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STRINGS_H
|
gl_STRINGS_H
|
||||||
gl_STRINGS_H_REQUIRE_DEFAULTS
|
gl_STRINGS_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += strings.h
|
BUILT_SOURCES += strings.h
|
||||||
@@ -23,6 +24,7 @@ BUILT_SOURCES += strings.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
strings.h: strings.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
|
-e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
|
||||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += sys/file.h
|
|||||||
# We need the following in order to create <sys/file.h> when the system
|
# We need the following in order to create <sys/file.h> when the system
|
||||||
# has one that is incomplete.
|
# has one that is incomplete.
|
||||||
sys/file.h: sys_file.in.h $(top_builddir)/config.status $(WARN_ON_USE_H)
|
sys/file.h: sys_file.in.h $(top_builddir)/config.status $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += sys/ioctl.h
|
|||||||
# We need the following in order to create <sys/ioctl.h> when the system
|
# We need the following in order to create <sys/ioctl.h> when the system
|
||||||
# does not have a complete one.
|
# does not have a complete one.
|
||||||
sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
sys/ioctl.h: sys_ioctl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += sys/random.h
|
|||||||
# We need the following in order to create <sys/random.h> when the system
|
# We need the following in order to create <sys/random.h> when the system
|
||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
sys/random.h: sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += sys/resource.h
|
|||||||
# We need the following in order to create <sys/resource.h> when the system
|
# We need the following in order to create <sys/resource.h> when the system
|
||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
sys/resource.h: sys_resource.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
sys/resource.h: sys_resource.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -24,7 +24,7 @@ BUILT_SOURCES += sys/select.h
|
|||||||
# We need the following in order to create <sys/select.h> when the system
|
# We need the following in order to create <sys/select.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -31,7 +31,7 @@ lib_SOURCES += sys_socket.c
|
|||||||
# We need the following in order to create <sys/socket.h> when the system
|
# We need the following in order to create <sys/socket.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -26,7 +26,7 @@ BUILT_SOURCES += sys/stat.h
|
|||||||
# We need the following in order to create <sys/stat.h> when the system
|
# We need the following in order to create <sys/stat.h> when the system
|
||||||
# has one that is incomplete.
|
# has one that is incomplete.
|
||||||
sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += sys/time.h
|
|||||||
# We need the following in order to create <sys/time.h> when the system
|
# We need the following in order to create <sys/time.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += sys/times.h
|
|||||||
# We need the following in order to create <sys/times.h> when the system
|
# We need the following in order to create <sys/times.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/times.h: sys_times.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
sys/times.h: sys_times.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += sys/types.h
|
|||||||
# We need the following in order to create <sys/types.h> when the system
|
# We need the following in order to create <sys/types.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/types.h: sys_types.in.h $(top_builddir)/config.status
|
sys/types.h: sys_types.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += sys/uio.h
|
|||||||
# We need the following in order to create <sys/uio.h> when the system
|
# We need the following in order to create <sys/uio.h> when the system
|
||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
|
sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += sys/utsname.h
|
|||||||
# We need the following in order to create <sys/utsname.h> when the system
|
# We need the following in order to create <sys/utsname.h> when the system
|
||||||
# does not have one.
|
# does not have one.
|
||||||
sys/utsname.h: sys_utsname.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
sys/utsname.h: sys_utsname.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += sys/wait.h
|
|||||||
# We need the following in order to create <sys/wait.h> when the system
|
# We need the following in order to create <sys/wait.h> when the system
|
||||||
# has one that is incomplete.
|
# has one that is incomplete.
|
||||||
sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_at)$(MKDIR_P) sys
|
$(AM_V_at)$(MKDIR_P) '%reldir%/sys'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
@@ -11,6 +11,7 @@ stdlib
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SYSEXITS
|
gl_SYSEXITS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(SYSEXITS_H)
|
BUILT_SOURCES += $(SYSEXITS_H)
|
||||||
@@ -20,6 +21,7 @@ BUILT_SOURCES += $(SYSEXITS_H)
|
|||||||
if GL_GENERATE_SYSEXITS_H
|
if GL_GENERATE_SYSEXITS_H
|
||||||
sysexits.h: sysexits.in.h $(top_builddir)/config.status
|
sysexits.h: sysexits.in.h $(top_builddir)/config.status
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
|
-e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_TERMIOS_H
|
gl_TERMIOS_H
|
||||||
gl_TERMIOS_H_REQUIRE_DEFAULTS
|
gl_TERMIOS_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += termios.h
|
BUILT_SOURCES += termios.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += termios.h
|
|||||||
# version does not have all declarations.
|
# version does not have all declarations.
|
||||||
termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -31,6 +31,7 @@ gl_ANYTHREADLIB_EARLY
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_THREADS_H
|
gl_THREADS_H
|
||||||
gl_THREADS_H_REQUIRE_DEFAULTS
|
gl_THREADS_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += threads.h
|
BUILT_SOURCES += threads.h
|
||||||
@@ -39,6 +40,7 @@ BUILT_SOURCES += threads.h
|
|||||||
# doesn't have one.
|
# doesn't have one.
|
||||||
threads.h: threads.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
threads.h: threads.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_THREADS_H''@|$(HAVE_THREADS_H)|g' \
|
-e 's|@''HAVE_THREADS_H''@|$(HAVE_THREADS_H)|g' \
|
||||||
|
@@ -16,6 +16,7 @@ stddef
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_TIME_H
|
gl_TIME_H
|
||||||
gl_TIME_H_REQUIRE_DEFAULTS
|
gl_TIME_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += time.h
|
BUILT_SOURCES += time.h
|
||||||
@@ -24,6 +25,7 @@ BUILT_SOURCES += time.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -15,12 +15,14 @@ wchar
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_UCHAR_H
|
gl_UCHAR_H
|
||||||
gl_UCHAR_H_REQUIRE_DEFAULTS
|
gl_UCHAR_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += uchar.h
|
BUILT_SOURCES += uchar.h
|
||||||
|
|
||||||
uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
|
uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's/@''HAVE_UCHAR_H''@/$(HAVE_UCHAR_H)/g' \
|
-e 's/@''HAVE_UCHAR_H''@/$(HAVE_UCHAR_H)/g' \
|
||||||
|
@@ -12,12 +12,14 @@ stdbool
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unicase.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unicase.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
|
||||||
|
|
||||||
unicase.h: unicase.in.h
|
unicase.h: unicase.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unicase.in.h; \
|
cat $(srcdir)/unicase.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,6 +10,7 @@ Depends-on:
|
|||||||
gperf
|
gperf
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
lib_SOURCES += unicase/special-casing.c
|
lib_SOURCES += unicase/special-casing.c
|
||||||
@@ -24,7 +25,7 @@ EXTRA_DIST += unicase/special-casing-table.h
|
|||||||
|
|
||||||
# Generate special-casing.h with a declaration that depends on the gperf version.
|
# Generate special-casing.h with a declaration that depends on the gperf version.
|
||||||
unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
|
unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
|
||||||
$(AM_V_at)$(MKDIR_P) unicase
|
$(AM_V_at)$(MKDIR_P) '%reldir%/unicase'
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
|
declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
|
@@ -13,12 +13,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniconv.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniconv.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
|
||||||
|
|
||||||
uniconv.h: uniconv.in.h
|
uniconv.h: uniconv.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/uniconv.in.h; \
|
cat $(srcdir)/uniconv.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -11,12 +11,14 @@ stdbool
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.8], [unictype.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.8], [unictype.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
|
||||||
|
|
||||||
unictype.h: unictype.in.h
|
unictype.h: unictype.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unictype.in.h; \
|
cat $(srcdir)/unictype.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -11,12 +11,14 @@ stdbool
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.8], [unigbrk.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.8], [unigbrk.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
|
||||||
|
|
||||||
unigbrk.h: unigbrk.in.h
|
unigbrk.h: unigbrk.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unigbrk.in.h; \
|
cat $(srcdir)/unigbrk.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -11,12 +11,14 @@ localcharset
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unilbrk.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unilbrk.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
|
||||||
|
|
||||||
unilbrk.h: unilbrk.in.h
|
unilbrk.h: unilbrk.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unilbrk.in.h; \
|
cat $(srcdir)/unilbrk.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,12 +10,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.5], [uniname.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.5], [uniname.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
|
||||||
|
|
||||||
uniname.h: uniname.in.h
|
uniname.h: uniname.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/uniname.in.h; \
|
cat $(srcdir)/uniname.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,12 +10,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uninorm.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uninorm.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H)
|
||||||
|
|
||||||
uninorm.h: uninorm.in.h
|
uninorm.h: uninorm.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/uninorm.in.h; \
|
cat $(srcdir)/uninorm.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -21,6 +21,7 @@ sys_types
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_UNISTD_H
|
gl_UNISTD_H
|
||||||
gl_UNISTD_H_REQUIRE_DEFAULTS
|
gl_UNISTD_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += unistd.h
|
BUILT_SOURCES += unistd.h
|
||||||
@@ -30,6 +31,7 @@ lib_SOURCES += unistd.c
|
|||||||
# <unistd.h> when the system doesn't have one.
|
# <unistd.h> when the system doesn't have one.
|
||||||
unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
|
-e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
|
||||||
|
@@ -10,12 +10,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unistdio.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unistdio.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
|
||||||
|
|
||||||
unistdio.h: unistdio.in.h
|
unistdio.h: unistdio.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unistdio.in.h; \
|
cat $(srcdir)/unistdio.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -12,12 +12,14 @@ inline
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unistr.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unistr.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
|
||||||
|
|
||||||
unistr.h: unistr.in.h
|
unistr.h: unistr.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unistr.in.h; \
|
cat $(srcdir)/unistr.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,6 +10,7 @@ stdint
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unitypes.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unitypes.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
AH_VERBATIM([unitypes_restrict], [
|
AH_VERBATIM([unitypes_restrict], [
|
||||||
/* This definition is a duplicate of the one in unitypes.h.
|
/* This definition is a duplicate of the one in unitypes.h.
|
||||||
@@ -32,6 +33,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
|
|||||||
|
|
||||||
unitypes.h: unitypes.in.h
|
unitypes.h: unitypes.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/unitypes.in.h; \
|
cat $(srcdir)/unitypes.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -10,12 +10,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniwbrk.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniwbrk.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
|
||||||
|
|
||||||
uniwbrk.h: uniwbrk.in.h
|
uniwbrk.h: uniwbrk.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/uniwbrk.in.h; \
|
cat $(srcdir)/uniwbrk.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -11,12 +11,14 @@ unitypes
|
|||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniwidth.h])
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [uniwidth.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
|
BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
|
||||||
|
|
||||||
uniwidth.h: uniwidth.in.h
|
uniwidth.h: uniwidth.in.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
cat $(srcdir)/uniwidth.in.h; \
|
cat $(srcdir)/uniwidth.in.h; \
|
||||||
} > $@-t && \
|
} > $@-t && \
|
||||||
|
@@ -14,6 +14,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_UTIME_H
|
gl_UTIME_H
|
||||||
gl_UTIME_H_REQUIRE_DEFAULTS
|
gl_UTIME_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += utime.h
|
BUILT_SOURCES += utime.h
|
||||||
@@ -22,6 +23,7 @@ BUILT_SOURCES += utime.h
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
utime.h: utime.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
utime.h: utime.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
|
-e 's/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
|
||||||
|
@@ -19,6 +19,7 @@ stdlib
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_WCHAR_H
|
gl_WCHAR_H
|
||||||
gl_WCHAR_H_REQUIRE_DEFAULTS
|
gl_WCHAR_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += wchar.h
|
BUILT_SOURCES += wchar.h
|
||||||
@@ -27,6 +28,7 @@ BUILT_SOURCES += wchar.h
|
|||||||
# version does not work standalone.
|
# version does not work standalone.
|
||||||
wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
@@ -16,6 +16,7 @@ snippet/warn-on-use
|
|||||||
configure.ac:
|
configure.ac:
|
||||||
gl_WCTYPE_H
|
gl_WCTYPE_H
|
||||||
gl_WCTYPE_H_REQUIRE_DEFAULTS
|
gl_WCTYPE_H_REQUIRE_DEFAULTS
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += wctype.h
|
BUILT_SOURCES += wctype.h
|
||||||
@@ -25,6 +26,7 @@ lib_SOURCES += wctype-h.c
|
|||||||
# doesn't have one that works with the given compiler.
|
# doesn't have one that works with the given compiler.
|
||||||
wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
|
$(MKDIR_P) '%reldir%' && \
|
||||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
-e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
|
-e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
|
||||||
|
Reference in New Issue
Block a user