mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Optimize redundant 'mkdir -p .' invocations.
Reported by Paul Eggert. * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Eliminate @NMD@ tokens. * modules/alloca-opt (Makefile.am): Prefix the "$(MKDIR_P) '%reldir%'" line with @NMD@. * modules/argz (Makefile.am): Likewise. * modules/assert-h (Makefile.am): Likewise. * modules/byteswap (Makefile.am): Likewise. * modules/configmake (Makefile.am): Likewise. * modules/ctype (Makefile.am): Likewise. * modules/dirent (Makefile.am): Likewise. * modules/errno (Makefile.am): Likewise. * modules/execinfo (Makefile.am): Likewise. * modules/fcntl-h (Makefile.am): Likewise. * modules/float (Makefile.am): Likewise. * modules/fnmatch-h (Makefile.am): Likewise. * modules/getopt-posix (Makefile.am): Likewise. * modules/glob-h (Makefile.am): Likewise. * modules/iconv-h (Makefile.am): Likewise. * modules/ieee754-h (Makefile.am): Likewise. * modules/inttypes-incomplete (Makefile.am): Likewise. * modules/langinfo (Makefile.am): Likewise. * modules/libtextstyle-optional (Makefile.am): Likewise. * modules/limits-h (Makefile.am): Likewise. * modules/locale (Makefile.am): Likewise. * modules/malloc-h (Makefile.am): Likewise. * modules/math (Makefile.am): Likewise. * modules/monetary (Makefile.am): Likewise. * modules/netdb (Makefile.am): Likewise. * modules/openmp-init (Makefile.am): Likewise. * modules/poll-h (Makefile.am): Likewise. * modules/posix-shell (Makefile.am): Likewise. * modules/pthread-h (Makefile.am): Likewise. * modules/pty (Makefile.am): Likewise. * modules/sched (Makefile.am): Likewise. * modules/search (Makefile.am): Likewise. * modules/signal-h (Makefile.am): Likewise. * modules/sigsegv (Makefile.am): Likewise. * modules/snippet/link-warning (Makefile.am): Likewise. * modules/spawn (Makefile.am): Likewise. * modules/stdalign (Makefile.am): Likewise. * modules/stdarg (Makefile.am): Likewise. * modules/stdbool (Makefile.am): Likewise. * modules/stddef (Makefile.am): Likewise. * modules/stdint (Makefile.am): Likewise. * modules/stdio (Makefile.am): Likewise. * modules/stdlib (Makefile.am): Likewise. * modules/stdnoreturn (Makefile.am): Likewise. * modules/string (Makefile.am): Likewise. * modules/strings (Makefile.am): Likewise. * modules/sysexits (Makefile.am): Likewise. * modules/termios (Makefile.am): Likewise. * modules/threads-h (Makefile.am): Likewise. * modules/time (Makefile.am): Likewise. * modules/uchar (Makefile.am): Likewise. * modules/unicase/base (Makefile.am): Likewise. * modules/uniconv/base (Makefile.am): Likewise. * modules/unictype/base (Makefile.am): Likewise. * modules/unigbrk/base (Makefile.am): Likewise. * modules/unilbrk/base (Makefile.am): Likewise. * modules/uniname/base (Makefile.am): Likewise. * modules/uninorm/base (Makefile.am): Likewise. * modules/unistd (Makefile.am): Likewise. * modules/unistdio/base (Makefile.am): Likewise. * modules/unistr/base (Makefile.am): Likewise. * modules/unitypes (Makefile.am): Likewise. * modules/uniwbrk/base (Makefile.am): Likewise. * modules/uniwidth/base (Makefile.am): Likewise. * modules/utime-h (Makefile.am): Likewise. * modules/wchar (Makefile.am): Likewise. * modules/wctype-h (Makefile.am): Likewise.
This commit is contained in:
75
ChangeLog
75
ChangeLog
@@ -1,3 +1,78 @@
|
||||
2021-12-21 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Optimize redundant 'mkdir -p .' invocations.
|
||||
Reported by Paul Eggert.
|
||||
* gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
|
||||
Eliminate @NMD@ tokens.
|
||||
* modules/alloca-opt (Makefile.am): Prefix the "$(MKDIR_P) '%reldir%'"
|
||||
line with @NMD@.
|
||||
* modules/argz (Makefile.am): Likewise.
|
||||
* modules/assert-h (Makefile.am): Likewise.
|
||||
* modules/byteswap (Makefile.am): Likewise.
|
||||
* modules/configmake (Makefile.am): Likewise.
|
||||
* modules/ctype (Makefile.am): Likewise.
|
||||
* modules/dirent (Makefile.am): Likewise.
|
||||
* modules/errno (Makefile.am): Likewise.
|
||||
* modules/execinfo (Makefile.am): Likewise.
|
||||
* modules/fcntl-h (Makefile.am): Likewise.
|
||||
* modules/float (Makefile.am): Likewise.
|
||||
* modules/fnmatch-h (Makefile.am): Likewise.
|
||||
* modules/getopt-posix (Makefile.am): Likewise.
|
||||
* modules/glob-h (Makefile.am): Likewise.
|
||||
* modules/iconv-h (Makefile.am): Likewise.
|
||||
* modules/ieee754-h (Makefile.am): Likewise.
|
||||
* modules/inttypes-incomplete (Makefile.am): Likewise.
|
||||
* modules/langinfo (Makefile.am): Likewise.
|
||||
* modules/libtextstyle-optional (Makefile.am): Likewise.
|
||||
* modules/limits-h (Makefile.am): Likewise.
|
||||
* modules/locale (Makefile.am): Likewise.
|
||||
* modules/malloc-h (Makefile.am): Likewise.
|
||||
* modules/math (Makefile.am): Likewise.
|
||||
* modules/monetary (Makefile.am): Likewise.
|
||||
* modules/netdb (Makefile.am): Likewise.
|
||||
* modules/openmp-init (Makefile.am): Likewise.
|
||||
* modules/poll-h (Makefile.am): Likewise.
|
||||
* modules/posix-shell (Makefile.am): Likewise.
|
||||
* modules/pthread-h (Makefile.am): Likewise.
|
||||
* modules/pty (Makefile.am): Likewise.
|
||||
* modules/sched (Makefile.am): Likewise.
|
||||
* modules/search (Makefile.am): Likewise.
|
||||
* modules/signal-h (Makefile.am): Likewise.
|
||||
* modules/sigsegv (Makefile.am): Likewise.
|
||||
* modules/snippet/link-warning (Makefile.am): Likewise.
|
||||
* modules/spawn (Makefile.am): Likewise.
|
||||
* modules/stdalign (Makefile.am): Likewise.
|
||||
* modules/stdarg (Makefile.am): Likewise.
|
||||
* modules/stdbool (Makefile.am): Likewise.
|
||||
* modules/stddef (Makefile.am): Likewise.
|
||||
* modules/stdint (Makefile.am): Likewise.
|
||||
* modules/stdio (Makefile.am): Likewise.
|
||||
* modules/stdlib (Makefile.am): Likewise.
|
||||
* modules/stdnoreturn (Makefile.am): Likewise.
|
||||
* modules/string (Makefile.am): Likewise.
|
||||
* modules/strings (Makefile.am): Likewise.
|
||||
* modules/sysexits (Makefile.am): Likewise.
|
||||
* modules/termios (Makefile.am): Likewise.
|
||||
* modules/threads-h (Makefile.am): Likewise.
|
||||
* modules/time (Makefile.am): Likewise.
|
||||
* modules/uchar (Makefile.am): Likewise.
|
||||
* modules/unicase/base (Makefile.am): Likewise.
|
||||
* modules/uniconv/base (Makefile.am): Likewise.
|
||||
* modules/unictype/base (Makefile.am): Likewise.
|
||||
* modules/unigbrk/base (Makefile.am): Likewise.
|
||||
* modules/unilbrk/base (Makefile.am): Likewise.
|
||||
* modules/uniname/base (Makefile.am): Likewise.
|
||||
* modules/uninorm/base (Makefile.am): Likewise.
|
||||
* modules/unistd (Makefile.am): Likewise.
|
||||
* modules/unistdio/base (Makefile.am): Likewise.
|
||||
* modules/unistr/base (Makefile.am): Likewise.
|
||||
* modules/unitypes (Makefile.am): Likewise.
|
||||
* modules/uniwbrk/base (Makefile.am): Likewise.
|
||||
* modules/uniwidth/base (Makefile.am): Likewise.
|
||||
* modules/utime-h (Makefile.am): Likewise.
|
||||
* modules/wchar (Makefile.am): Likewise.
|
||||
* modules/wctype-h (Makefile.am): Likewise.
|
||||
|
||||
2021-12-19 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
non-recursive-gnulib-prefix-hack: Deprecate module.
|
||||
|
16
gnulib-tool
16
gnulib-tool
@@ -3692,6 +3692,7 @@ func_update_file ()
|
||||
# - auxdir directory relative to destdir where to place build aux files
|
||||
# - gnu_make true if --gnu-make was given, false otherwise
|
||||
# - makefile_name from --makefile-name
|
||||
# - automake_subdir true if --automake-subdir was given, false otherwise
|
||||
# - libtool true if libtool will be used, false or blank otherwise
|
||||
# - macro_prefix prefix of gl_LIBOBJS macros to use
|
||||
# - module_indicator_prefix prefix of GNULIB_<modulename> variables to use
|
||||
@@ -3725,6 +3726,13 @@ func_emit_lib_Makefile_am ()
|
||||
perhapsLT=
|
||||
sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d'
|
||||
fi
|
||||
# Replace NMD, so as to remove redundant "$(MKDIR_P) '.'" invocations.
|
||||
# The logic is similar to how we define gl_source_base_prefix.
|
||||
if $automake_subdir; then
|
||||
sed_eliminate_NMD='s/@NMD@//'
|
||||
else
|
||||
sed_eliminate_NMD='/@NMD@/d'
|
||||
fi
|
||||
if $for_test; then
|
||||
# When creating a package for testing: Attempt to provoke failures,
|
||||
# especially link errors, already during "make" rather than during
|
||||
@@ -3735,8 +3743,9 @@ func_emit_lib_Makefile_am ()
|
||||
sed_transform_check_PROGRAMS="$sed_noop"
|
||||
fi
|
||||
echo "## DO NOT EDIT! GENERATED AUTOMATICALLY!"
|
||||
$gnu_make ||
|
||||
if ! $gnu_make; then
|
||||
echo "## Process this file with automake to produce Makefile.in."
|
||||
fi
|
||||
func_emit_copyright_notice
|
||||
if test -n "$actioncmd"; then
|
||||
printf '# Reproduce by:\n%s\n' "$actioncmd"
|
||||
@@ -3753,6 +3762,7 @@ func_emit_lib_Makefile_am ()
|
||||
sed -e 's,lib_LIBRARIES,lib%_LIBRARIES,g' \
|
||||
-e 's,lib_LTLIBRARIES,lib%_LTLIBRARIES,g' \
|
||||
-e "$sed_eliminate_LDFLAGS" \
|
||||
-e "$sed_eliminate_NMD" \
|
||||
-e 's,lib_\([A-Z][A-Z]*\),'"${libname}_${libext}"'_\1,g' \
|
||||
-e 's,\$(GNULIB_,$('"${module_indicator_prefix}"'_GNULIB_,' \
|
||||
-e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
|
||||
@@ -4097,6 +4107,9 @@ func_emit_tests_Makefile_am ()
|
||||
perhapsLT=
|
||||
sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d'
|
||||
fi
|
||||
# Replace NMD, so as to remove redundant "$(MKDIR_P) '.'" invocations.
|
||||
# The logic is similar to how we define gl_source_base_prefix.
|
||||
sed_eliminate_NMD='/@NMD@/d'
|
||||
if $for_test; then
|
||||
# When creating a package for testing: Attempt to provoke failures,
|
||||
# especially link errors, already during "make" rather than during
|
||||
@@ -4126,6 +4139,7 @@ func_emit_tests_Makefile_am ()
|
||||
sed -e 's,lib_LIBRARIES,lib%_LIBRARIES,g' \
|
||||
-e 's,lib_LTLIBRARIES,lib%_LTLIBRARIES,g' \
|
||||
-e "$sed_eliminate_LDFLAGS" \
|
||||
-e "$sed_eliminate_NMD" \
|
||||
-e 's,lib_\([A-Z][A-Z]*\),libtests_a_\1,g' \
|
||||
-e 's,\$(GNULIB_,$('"${module_indicator_prefix}"'_GNULIB_,' \
|
||||
-e 's,lib%_LIBRARIES,lib_LIBRARIES,g' \
|
||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += $(ALLOCA_H)
|
||||
if GL_GENERATE_ALLOCA_H
|
||||
alloca.h: alloca.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -30,7 +30,7 @@ BUILT_SOURCES += $(ARGZ_H)
|
||||
if GL_GENERATE_ARGZ_H
|
||||
argz.h: argz.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/argz.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += $(ASSERT_H)
|
||||
if GL_GENERATE_ASSERT_H
|
||||
assert.h: assert.in.h verify.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(BYTESWAP_H)
|
||||
if GL_GENERATE_BYTESWAP_H
|
||||
byteswap.h: byteswap.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/byteswap.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -17,7 +17,7 @@ Makefile.am:
|
||||
# listed in the Automake 1.10a+ documentation.
|
||||
configmake.h: Makefile
|
||||
$(AM_V_GEN)rm -f $@-t && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
echo '#if HAVE_WINSOCK2_H'; \
|
||||
echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += ctype.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += dirent.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
|
||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += $(ERRNO_H)
|
||||
if GL_GENERATE_ERRNO_H
|
||||
errno.h: errno.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += $(EXECINFO_H)
|
||||
if GL_GENERATE_EXECINFO_H
|
||||
execinfo.h: execinfo.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/execinfo.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -28,7 +28,7 @@ BUILT_SOURCES += fcntl.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -29,7 +29,7 @@ BUILT_SOURCES += $(FLOAT_H)
|
||||
if GL_GENERATE_FLOAT_H
|
||||
float.h: float.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += $(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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \
|
||||
|
@@ -42,7 +42,7 @@ BUILT_SOURCES += $(GETOPT_H) $(GETOPT_CDEFS_H)
|
||||
if GL_GENERATE_GETOPT_H
|
||||
getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
|
||||
|
@@ -29,7 +29,7 @@ BUILT_SOURCES += $(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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_GLOB_H''@|$(HAVE_GLOB_H)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += $(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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(IEEE754_H)
|
||||
if GL_GENERATE_IEEE754_H
|
||||
ieee754.h: ieee754.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
|
||||
$(srcdir)/ieee754.in.h; \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += inttypes.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += langinfo.h
|
||||
# <langinfo.h> when the system doesn't have one.
|
||||
langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \
|
||||
|
@@ -29,7 +29,7 @@ BUILT_SOURCES += $(TEXTSTYLE_H)
|
||||
if GL_GENERATE_TEXTSTYLE_H
|
||||
textstyle.h: textstyle.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/textstyle.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += $(LIMITS_H)
|
||||
if GL_GENERATE_LIMITS_H
|
||||
limits.h: limits.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += locale.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += malloc.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_MALLOC_H''@|$(HAVE_MALLOC_H)|g' \
|
||||
|
@@ -27,7 +27,7 @@ lib_SOURCES += math.c
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += $(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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_MONETARY_H''@|$(HAVE_MONETARY_H)|g' \
|
||||
|
@@ -24,7 +24,7 @@ BUILT_SOURCES += netdb.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += omp.h
|
||||
omp.h: omp.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
||||
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -24,7 +24,7 @@ BUILT_SOURCES += poll.h
|
||||
# doesn't have one.
|
||||
poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
|
||||
|
@@ -14,7 +14,7 @@ Makefile.am:
|
||||
##Sample usage of posix-shell module:
|
||||
#script: script.in
|
||||
# rm -f $@-t $@
|
||||
# $(MKDIR_P) '%reldir%'
|
||||
#@NMD@ $(MKDIR_P) '%reldir%'
|
||||
# sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \
|
||||
# -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \
|
||||
# -e $(srcdir)/$@.in > $@-t
|
||||
|
@@ -31,7 +31,7 @@ BUILT_SOURCES += pthread.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_PTHREAD_H''@|$(HAVE_PTHREAD_H)|g' \
|
||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += pty.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_PTY_H''@|$(HAVE_PTY_H)|g' \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += sched.h
|
||||
# the system doesn't have one.
|
||||
sched.h: sched.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_SCHED_H''@|$(HAVE_SCHED_H)|g' \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += search.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_SEARCH_H''@|$(HAVE_SEARCH_H)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += signal.h
|
||||
# doesn't have a complete one.
|
||||
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -71,7 +71,7 @@ BUILT_SOURCES += $(SIGSEGV_H)
|
||||
if GL_GENERATE_SIGSEGV_H
|
||||
sigsegv.h: sigsegv.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/sigsegv.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -26,7 +26,7 @@ Makefile.am:
|
||||
BUILT_SOURCES += link-warning.h
|
||||
link-warning.h: $(top_srcdir)/build-aux/snippet/link-warning.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
sed -n -e '/HAVE_FEATURES_H/,$$p' \
|
||||
< $(top_srcdir)/build-aux/snippet/link-warning.h \
|
||||
| sed -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
|
||||
|
@@ -26,7 +26,7 @@ BUILT_SOURCES += spawn.h
|
||||
# the system doesn't have one.
|
||||
spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \
|
||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(STDALIGN_H)
|
||||
if GL_GENERATE_STDALIGN_H
|
||||
stdalign.h: stdalign.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/stdalign.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -26,7 +26,7 @@ BUILT_SOURCES += $(STDARG_H)
|
||||
if GL_GENERATE_STDARG_H
|
||||
stdarg.h: stdarg.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += $(STDBOOL_H)
|
||||
if GL_GENERATE_STDBOOL_H
|
||||
stdbool.h: stdbool.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -24,7 +24,7 @@ BUILT_SOURCES += $(STDDEF_H)
|
||||
if GL_GENERATE_STDDEF_H
|
||||
stddef.h: stddef.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -33,7 +33,7 @@ BUILT_SOURCES += $(STDINT_H)
|
||||
if GL_GENERATE_STDINT_H
|
||||
stdint.h: stdint.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
|
||||
|
@@ -52,7 +52,7 @@ BUILT_SOURCES += stdio.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -27,7 +27,7 @@ BUILT_SOURCES += stdlib.h
|
||||
stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
|
||||
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -21,7 +21,7 @@ BUILT_SOURCES += $(STDNORETURN_H)
|
||||
if GL_GENERATE_STDNORETURN_H
|
||||
stdnoreturn.h: stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
|
||||
< $(srcdir)/stdnoreturn.in.h; \
|
||||
|
@@ -27,7 +27,7 @@ BUILT_SOURCES += string.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -24,7 +24,7 @@ BUILT_SOURCES += strings.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_STRINGS_H''@|$(HAVE_STRINGS_H)|g' \
|
||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += $(SYSEXITS_H)
|
||||
if GL_GENERATE_SYSEXITS_H
|
||||
sysexits.h: sysexits.in.h $(top_builddir)/config.status
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += termios.h
|
||||
# version does not have all declarations.
|
||||
termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -40,7 +40,7 @@ BUILT_SOURCES += threads.h
|
||||
# doesn't have one.
|
||||
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 $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_THREADS_H''@|$(HAVE_THREADS_H)|g' \
|
||||
|
@@ -25,7 +25,7 @@ BUILT_SOURCES += time.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -22,7 +22,7 @@ BUILT_SOURCES += uchar.h
|
||||
|
||||
uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's/@''HAVE_UCHAR_H''@/$(HAVE_UCHAR_H)/g' \
|
||||
|
@@ -19,7 +19,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
|
||||
|
||||
unicase.h: unicase.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unicase.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H)
|
||||
|
||||
uniconv.h: uniconv.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/uniconv.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
|
||||
|
||||
unictype.h: unictype.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unictype.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNIGBRK_H)
|
||||
|
||||
unigbrk.h: unigbrk.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unigbrk.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
|
||||
|
||||
unilbrk.h: unilbrk.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unilbrk.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
|
||||
|
||||
uniname.h: uniname.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/uniname.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNINORM_H)
|
||||
|
||||
uninorm.h: uninorm.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/uninorm.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -31,7 +31,7 @@ lib_SOURCES += unistd.c
|
||||
# <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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
|
||||
|
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
|
||||
|
||||
unistdio.h: unistdio.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unistdio.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -19,7 +19,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
|
||||
|
||||
unistr.h: unistr.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unistr.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -33,7 +33,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
|
||||
|
||||
unitypes.h: unitypes.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/unitypes.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNIWBRK_H)
|
||||
|
||||
uniwbrk.h: uniwbrk.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/uniwbrk.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
|
||||
|
||||
uniwidth.h: uniwidth.in.h
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
cat $(srcdir)/uniwidth.in.h; \
|
||||
} > $@-t && \
|
||||
|
@@ -23,7 +23,7 @@ BUILT_SOURCES += utime.h
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's/@''HAVE_UTIME_H''@/$(HAVE_UTIME_H)/g' \
|
||||
|
@@ -28,7 +28,7 @@ BUILT_SOURCES += wchar.h
|
||||
# version does not work standalone.
|
||||
wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||
|
@@ -26,7 +26,7 @@ lib_SOURCES += wctype-h.c
|
||||
# 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)
|
||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||
$(MKDIR_P) '%reldir%' && \
|
||||
@NMD@ $(MKDIR_P) '%reldir%' && \
|
||||
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
||||
sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||
-e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
|
||||
|
Reference in New Issue
Block a user