diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /lib/gnulib.mk | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'lib/gnulib.mk')
| -rw-r--r-- | lib/gnulib.mk | 201 |
1 files changed, 126 insertions, 75 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk index 4341a5d184d..154ae9882da 100644 --- a/lib/gnulib.mk +++ b/lib/gnulib.mk | |||
| @@ -2,14 +2,26 @@ | |||
| 2 | ## Process this file with automake to produce Makefile.in. | 2 | ## Process this file with automake to produce Makefile.in. |
| 3 | # Copyright (C) 2002-2011 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002-2011 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software, distributed under the terms of the GNU | 5 | # This file is free software; you can redistribute it and/or modify |
| 6 | # General Public License. As a special exception to the GNU General | 6 | # it under the terms of the GNU General Public License as published by |
| 7 | # Public License, this file may be distributed as part of a program | 7 | # the Free Software Foundation; either version 3 of the License, or |
| 8 | # that contains a configuration script generated by Autoconf, under | 8 | # (at your option) any later version. |
| 9 | # | ||
| 10 | # This file is distributed in the hope that it will be useful, | ||
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 13 | # GNU General Public License for more details. | ||
| 14 | # | ||
| 15 | # You should have received a copy of the GNU General Public License | ||
| 16 | # along with this file. If not, see <http://www.gnu.org/licenses/>. | ||
| 17 | # | ||
| 18 | # As a special exception to the GNU General Public License, | ||
| 19 | # this file may be distributed as part of a program that | ||
| 20 | # contains a configuration script generated by Autoconf, under | ||
| 9 | # the same distribution terms as the rest of that program. | 21 | # the same distribution terms as the rest of that program. |
| 10 | # | 22 | # |
| 11 | # Generated by gnulib-tool. | 23 | # Generated by gnulib-tool. |
| 12 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat | 24 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=msvc-inval --avoid=msvc-nothrow --avoid=raise --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat |
| 13 | 25 | ||
| 14 | 26 | ||
| 15 | MOSTLYCLEANFILES += core *.stackdump | 27 | MOSTLYCLEANFILES += core *.stackdump |
| @@ -52,54 +64,6 @@ EXTRA_DIST += allocator.h | |||
| 52 | 64 | ||
| 53 | ## end gnulib module allocator | 65 | ## end gnulib module allocator |
| 54 | 66 | ||
| 55 | ## begin gnulib module arg-nonnull | ||
| 56 | |||
| 57 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 58 | # statements but through direct file reference. Therefore this snippet must be | ||
| 59 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 60 | # 'all' defined above. | ||
| 61 | |||
| 62 | BUILT_SOURCES += arg-nonnull.h | ||
| 63 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | ||
| 64 | # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | ||
| 65 | arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h | ||
| 66 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 67 | sed -n -e '/GL_ARG_NONNULL/,$$p' \ | ||
| 68 | < $(top_srcdir)/./arg-nonnull.h \ | ||
| 69 | > $@-t && \ | ||
| 70 | mv $@-t $@ | ||
| 71 | MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t | ||
| 72 | |||
| 73 | ARG_NONNULL_H=arg-nonnull.h | ||
| 74 | |||
| 75 | EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h | ||
| 76 | |||
| 77 | ## end gnulib module arg-nonnull | ||
| 78 | |||
| 79 | ## begin gnulib module c++defs | ||
| 80 | |||
| 81 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 82 | # statements but through direct file reference. Therefore this snippet must be | ||
| 83 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 84 | # 'all' defined above. | ||
| 85 | |||
| 86 | BUILT_SOURCES += c++defs.h | ||
| 87 | # The c++defs.h that gets inserted into generated .h files is the same as | ||
| 88 | # build-aux/c++defs.h, except that it has the copyright header cut off. | ||
| 89 | c++defs.h: $(top_srcdir)/./c++defs.h | ||
| 90 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 91 | sed -n -e '/_GL_CXXDEFS/,$$p' \ | ||
| 92 | < $(top_srcdir)/./c++defs.h \ | ||
| 93 | > $@-t && \ | ||
| 94 | mv $@-t $@ | ||
| 95 | MOSTLYCLEANFILES += c++defs.h c++defs.h-t | ||
| 96 | |||
| 97 | CXXDEFS_H=c++defs.h | ||
| 98 | |||
| 99 | EXTRA_DIST += $(top_srcdir)/./c++defs.h | ||
| 100 | |||
| 101 | ## end gnulib module c++defs | ||
| 102 | |||
| 103 | ## begin gnulib module careadlinkat | 67 | ## begin gnulib module careadlinkat |
| 104 | 68 | ||
| 105 | libgnu_a_SOURCES += careadlinkat.c | 69 | libgnu_a_SOURCES += careadlinkat.c |
| @@ -294,6 +258,15 @@ EXTRA_libgnu_a_SOURCES += mktime.c | |||
| 294 | 258 | ||
| 295 | ## end gnulib module mktime | 259 | ## end gnulib module mktime |
| 296 | 260 | ||
| 261 | ## begin gnulib module pathmax | ||
| 262 | |||
| 263 | if gl_GNULIB_ENABLED_pathmax | ||
| 264 | |||
| 265 | endif | ||
| 266 | EXTRA_DIST += pathmax.h | ||
| 267 | |||
| 268 | ## end gnulib module pathmax | ||
| 269 | |||
| 297 | ## begin gnulib module pthread_sigmask | 270 | ## begin gnulib module pthread_sigmask |
| 298 | 271 | ||
| 299 | 272 | ||
| @@ -312,7 +285,7 @@ EXTRA_libgnu_a_SOURCES += readlink.c | |||
| 312 | 285 | ||
| 313 | ## end gnulib module readlink | 286 | ## end gnulib module readlink |
| 314 | 287 | ||
| 315 | ## begin gnulib module signal | 288 | ## begin gnulib module signal-h |
| 316 | 289 | ||
| 317 | BUILT_SOURCES += signal.h | 290 | BUILT_SOURCES += signal.h |
| 318 | 291 | ||
| @@ -327,11 +300,13 @@ signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 327 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 300 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 328 | -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ | 301 | -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ |
| 329 | -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \ | 302 | -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \ |
| 303 | -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \ | ||
| 330 | -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \ | 304 | -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \ |
| 331 | -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \ | 305 | -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \ |
| 332 | -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \ | 306 | -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \ |
| 333 | -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ | 307 | -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ |
| 334 | -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \ | 308 | -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \ |
| 309 | -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \ | ||
| 335 | -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ | 310 | -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ |
| 336 | -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \ | 311 | -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \ |
| 337 | -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \ | 312 | -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \ |
| @@ -339,6 +314,7 @@ signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 339 | -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \ | 314 | -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \ |
| 340 | -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \ | 315 | -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \ |
| 341 | -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \ | 316 | -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \ |
| 317 | -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \ | ||
| 342 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 318 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
| 343 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 319 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
| 344 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 320 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ |
| @@ -349,7 +325,7 @@ MOSTLYCLEANFILES += signal.h signal.h-t | |||
| 349 | 325 | ||
| 350 | EXTRA_DIST += signal.in.h | 326 | EXTRA_DIST += signal.in.h |
| 351 | 327 | ||
| 352 | ## end gnulib module signal | 328 | ## end gnulib module signal-h |
| 353 | 329 | ||
| 354 | ## begin gnulib module sigprocmask | 330 | ## begin gnulib module sigprocmask |
| 355 | 331 | ||
| @@ -362,6 +338,87 @@ EXTRA_libgnu_a_SOURCES += sigprocmask.c | |||
| 362 | 338 | ||
| 363 | ## end gnulib module sigprocmask | 339 | ## end gnulib module sigprocmask |
| 364 | 340 | ||
| 341 | ## begin gnulib module snippet/_Noreturn | ||
| 342 | |||
| 343 | # Because this Makefile snippet defines a variable used by other | ||
| 344 | # gnulib Makefile snippets, it must be present in all Makefile.am that | ||
| 345 | # need it. This is ensured by the applicability 'all' defined above. | ||
| 346 | |||
| 347 | _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
| 348 | |||
| 349 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
| 350 | |||
| 351 | ## end gnulib module snippet/_Noreturn | ||
| 352 | |||
| 353 | ## begin gnulib module snippet/arg-nonnull | ||
| 354 | |||
| 355 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 356 | # statements but through direct file reference. Therefore this snippet must be | ||
| 357 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 358 | # 'all' defined above. | ||
| 359 | |||
| 360 | BUILT_SOURCES += arg-nonnull.h | ||
| 361 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | ||
| 362 | # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut | ||
| 363 | # off. | ||
| 364 | arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
| 365 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 366 | sed -n -e '/GL_ARG_NONNULL/,$$p' \ | ||
| 367 | < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ | ||
| 368 | > $@-t && \ | ||
| 369 | mv $@-t $@ | ||
| 370 | MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t | ||
| 371 | |||
| 372 | ARG_NONNULL_H=arg-nonnull.h | ||
| 373 | |||
| 374 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
| 375 | |||
| 376 | ## end gnulib module snippet/arg-nonnull | ||
| 377 | |||
| 378 | ## begin gnulib module snippet/c++defs | ||
| 379 | |||
| 380 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 381 | # statements but through direct file reference. Therefore this snippet must be | ||
| 382 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 383 | # 'all' defined above. | ||
| 384 | |||
| 385 | BUILT_SOURCES += c++defs.h | ||
| 386 | # The c++defs.h that gets inserted into generated .h files is the same as | ||
| 387 | # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. | ||
| 388 | c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h | ||
| 389 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 390 | sed -n -e '/_GL_CXXDEFS/,$$p' \ | ||
| 391 | < $(top_srcdir)/build-aux/snippet/c++defs.h \ | ||
| 392 | > $@-t && \ | ||
| 393 | mv $@-t $@ | ||
| 394 | MOSTLYCLEANFILES += c++defs.h c++defs.h-t | ||
| 395 | |||
| 396 | CXXDEFS_H=c++defs.h | ||
| 397 | |||
| 398 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h | ||
| 399 | |||
| 400 | ## end gnulib module snippet/c++defs | ||
| 401 | |||
| 402 | ## begin gnulib module snippet/warn-on-use | ||
| 403 | |||
| 404 | BUILT_SOURCES += warn-on-use.h | ||
| 405 | # The warn-on-use.h that gets inserted into generated .h files is the same as | ||
| 406 | # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut | ||
| 407 | # off. | ||
| 408 | warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
| 409 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 410 | sed -n -e '/^.ifndef/,$$p' \ | ||
| 411 | < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ | ||
| 412 | > $@-t && \ | ||
| 413 | mv $@-t $@ | ||
| 414 | MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t | ||
| 415 | |||
| 416 | WARN_ON_USE_H=warn-on-use.h | ||
| 417 | |||
| 418 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
| 419 | |||
| 420 | ## end gnulib module snippet/warn-on-use | ||
| 421 | |||
| 365 | ## begin gnulib module stat | 422 | ## begin gnulib module stat |
| 366 | 423 | ||
| 367 | if gl_GNULIB_ENABLED_stat | 424 | if gl_GNULIB_ENABLED_stat |
| @@ -520,6 +577,7 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 520 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ | 577 | -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ |
| 521 | -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ | 578 | -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ |
| 522 | -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ | 579 | -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ |
| 580 | -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ | ||
| 523 | -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ | 581 | -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ |
| 524 | -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ | 582 | -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ |
| 525 | -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ | 583 | -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ |
| @@ -544,6 +602,7 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 544 | -e 's/@''GNULIB_GETS''@/$(GNULIB_GETS)/g' \ | 602 | -e 's/@''GNULIB_GETS''@/$(GNULIB_GETS)/g' \ |
| 545 | -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ | 603 | -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ |
| 546 | -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ | 604 | -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ |
| 605 | -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ | ||
| 547 | -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ | 606 | -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ |
| 548 | -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ | 607 | -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ |
| 549 | -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ | 608 | -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ |
| @@ -582,11 +641,14 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) | |||
| 582 | -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ | 641 | -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ |
| 583 | -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ | 642 | -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ |
| 584 | -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ | 643 | -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ |
| 644 | -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ | ||
| 645 | -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ | ||
| 585 | -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ | 646 | -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ |
| 586 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ | 647 | -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ |
| 587 | -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ | 648 | -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ |
| 588 | -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ | 649 | -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ |
| 589 | -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ | 650 | -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ |
| 651 | -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ | ||
| 590 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ | 652 | -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ |
| 591 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ | 653 | -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ |
| 592 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ | 654 | -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ |
| @@ -634,7 +696,8 @@ BUILT_SOURCES += stdlib.h | |||
| 634 | 696 | ||
| 635 | # We need the following in order to create <stdlib.h> when the system | 697 | # We need the following in order to create <stdlib.h> when the system |
| 636 | # doesn't have one that works with the given compiler. | 698 | # doesn't have one that works with the given compiler. |
| 637 | stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 699 | stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ |
| 700 | $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | ||
| 638 | $(AM_V_GEN)rm -f $@-t $@ && \ | 701 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 639 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 702 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
| 640 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | 703 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ |
| @@ -708,6 +771,7 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 708 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ | 771 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ |
| 709 | -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ | 772 | -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ |
| 710 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 773 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
| 774 | -e '/definition of _Noreturn/r $(_NORETURN_H)' \ | ||
| 711 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 775 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
| 712 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ | 776 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ |
| 713 | } > $@-t && \ | 777 | } > $@-t && \ |
| @@ -791,6 +855,7 @@ sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNU | |||
| 791 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 855 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 792 | -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ | 856 | -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ |
| 793 | -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \ | 857 | -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \ |
| 858 | -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \ | ||
| 794 | -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \ | 859 | -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \ |
| 795 | -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \ | 860 | -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \ |
| 796 | -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \ | 861 | -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \ |
| @@ -908,8 +973,10 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 908 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 973 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
| 909 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 974 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 910 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ | 975 | -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ |
| 976 | -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ | ||
| 911 | -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ | 977 | -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ |
| 912 | -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ | 978 | -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ |
| 979 | -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ | ||
| 913 | -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ | 980 | -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ |
| 914 | -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ | 981 | -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ |
| 915 | -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ | 982 | -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ |
| @@ -917,6 +984,7 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 917 | -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ | 984 | -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ |
| 918 | -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ | 985 | -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ |
| 919 | -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ | 986 | -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ |
| 987 | -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ | ||
| 920 | -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ | 988 | -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ |
| 921 | -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ | 989 | -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ |
| 922 | -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ | 990 | -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ |
| @@ -960,6 +1028,7 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 960 | -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ | 1028 | -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ |
| 961 | -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ | 1029 | -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ |
| 962 | -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ | 1030 | -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ |
| 1031 | -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ | ||
| 963 | -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ | 1032 | -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ |
| 964 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ | 1033 | -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ |
| 965 | -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ | 1034 | -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ |
| @@ -984,6 +1053,7 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H | |||
| 984 | -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ | 1053 | -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ |
| 985 | -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ | 1054 | -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ |
| 986 | -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ | 1055 | -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ |
| 1056 | -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ | ||
| 987 | -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ | 1057 | -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ |
| 988 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ | 1058 | -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ |
| 989 | -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ | 1059 | -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ |
| @@ -1040,25 +1110,6 @@ EXTRA_DIST += verify.h | |||
| 1040 | 1110 | ||
| 1041 | ## end gnulib module verify | 1111 | ## end gnulib module verify |
| 1042 | 1112 | ||
| 1043 | ## begin gnulib module warn-on-use | ||
| 1044 | |||
| 1045 | BUILT_SOURCES += warn-on-use.h | ||
| 1046 | # The warn-on-use.h that gets inserted into generated .h files is the same as | ||
| 1047 | # build-aux/warn-on-use.h, except that it has the copyright header cut off. | ||
| 1048 | warn-on-use.h: $(top_srcdir)/./warn-on-use.h | ||
| 1049 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 1050 | sed -n -e '/^.ifndef/,$$p' \ | ||
| 1051 | < $(top_srcdir)/./warn-on-use.h \ | ||
| 1052 | > $@-t && \ | ||
| 1053 | mv $@-t $@ | ||
| 1054 | MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t | ||
| 1055 | |||
| 1056 | WARN_ON_USE_H=warn-on-use.h | ||
| 1057 | |||
| 1058 | EXTRA_DIST += $(top_srcdir)/./warn-on-use.h | ||
| 1059 | |||
| 1060 | ## end gnulib module warn-on-use | ||
| 1061 | |||
| 1062 | 1113 | ||
| 1063 | mostlyclean-local: mostlyclean-generic | 1114 | mostlyclean-local: mostlyclean-generic |
| 1064 | @for dir in '' $(MOSTLYCLEANDIRS); do \ | 1115 | @for dir in '' $(MOSTLYCLEANDIRS); do \ |