diff options
| author | Glenn Morris | 2013-10-05 06:17:33 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-05 06:17:33 -0400 |
| commit | bf48d1406fc8fd8a6439cb5bd1bbcf72e74735e0 (patch) | |
| tree | 47616cced9c3b670658a7dfac7790839a926b7d4 | |
| parent | 6f6ab820c8614b886046095d6494a64d4795f952 (diff) | |
| download | emacs-bf48d1406fc8fd8a6439cb5bd1bbcf72e74735e0.tar.gz emacs-bf48d1406fc8fd8a6439cb5bd1bbcf72e74735e0.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 846b2fb0f26..d14622670b6 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -83,7 +83,8 @@ host_triplet = @host@ | |||
| 83 | DIST_COMMON = $(srcdir)/../nt/gnulib.mk $(srcdir)/Makefile.am \ | 83 | DIST_COMMON = $(srcdir)/../nt/gnulib.mk $(srcdir)/Makefile.am \ |
| 84 | $(srcdir)/Makefile.in $(srcdir)/gnulib.mk COPYING | 84 | $(srcdir)/Makefile.in $(srcdir)/gnulib.mk COPYING |
| 85 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_1 = core *.stackdump alloca.h \ | 85 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_1 = core *.stackdump alloca.h \ |
| 86 | @BUILDING_FOR_WINDOWSNT_TRUE@ alloca.h-t errno.h errno.h-t \ | 86 | @BUILDING_FOR_WINDOWSNT_TRUE@ alloca.h-t byteswap.h \ |
| 87 | @BUILDING_FOR_WINDOWSNT_TRUE@ byteswap.h-t errno.h errno.h-t \ | ||
| 87 | @BUILDING_FOR_WINDOWSNT_TRUE@ execinfo.h execinfo.h-t getopt.h \ | 88 | @BUILDING_FOR_WINDOWSNT_TRUE@ execinfo.h execinfo.h-t getopt.h \ |
| 88 | @BUILDING_FOR_WINDOWSNT_TRUE@ getopt.h-t arg-nonnull.h \ | 89 | @BUILDING_FOR_WINDOWSNT_TRUE@ getopt.h-t arg-nonnull.h \ |
| 89 | @BUILDING_FOR_WINDOWSNT_TRUE@ arg-nonnull.h-t c++defs.h \ | 90 | @BUILDING_FOR_WINDOWSNT_TRUE@ arg-nonnull.h-t c++defs.h \ |
| @@ -103,16 +104,18 @@ DIST_COMMON = $(srcdir)/../nt/gnulib.mk $(srcdir)/Makefile.am \ | |||
| 103 | # statements but through direct file reference. Therefore this snippet must be | 104 | # statements but through direct file reference. Therefore this snippet must be |
| 104 | # present in all Makefile.am that need it. This is ensured by the applicability | 105 | # present in all Makefile.am that need it. This is ensured by the applicability |
| 105 | # 'all' defined above. | 106 | # 'all' defined above. |
| 106 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_3 = $(ALLOCA_H) $(ERRNO_H) \ | 107 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_3 = $(ALLOCA_H) $(BYTESWAP_H) \ |
| 107 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(EXECINFO_H) $(GETOPT_H) \ | 108 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(ERRNO_H) $(EXECINFO_H) \ |
| 108 | @BUILDING_FOR_WINDOWSNT_TRUE@ arg-nonnull.h c++defs.h \ | 109 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(GETOPT_H) arg-nonnull.h \ |
| 109 | @BUILDING_FOR_WINDOWSNT_TRUE@ warn-on-use.h $(STDALIGN_H) \ | 110 | @BUILDING_FOR_WINDOWSNT_TRUE@ c++defs.h warn-on-use.h \ |
| 110 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(STDARG_H) $(STDBOOL_H) \ | 111 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(STDALIGN_H) $(STDARG_H) \ |
| 111 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(STDDEF_H) $(STDINT_H) | 112 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(STDBOOL_H) $(STDDEF_H) \ |
| 112 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_4 = alloca.in.h close-stream.h \ | 113 | @BUILDING_FOR_WINDOWSNT_TRUE@ $(STDINT_H) |
| 113 | @BUILDING_FOR_WINDOWSNT_TRUE@ md5.h sha1.h sha256.h sha512.h \ | 114 | @BUILDING_FOR_WINDOWSNT_TRUE@am__append_4 = alloca.in.h byteswap.in.h \ |
| 114 | @BUILDING_FOR_WINDOWSNT_TRUE@ dosname.h ftoastr.c ftoastr.h \ | 115 | @BUILDING_FOR_WINDOWSNT_TRUE@ close-stream.h md5.h sha1.h \ |
| 115 | @BUILDING_FOR_WINDOWSNT_TRUE@ dup2.c errno.in.h euidaccess.c \ | 116 | @BUILDING_FOR_WINDOWSNT_TRUE@ sha256.h sha512.h dosname.h \ |
| 117 | @BUILDING_FOR_WINDOWSNT_TRUE@ ftoastr.c ftoastr.h dup2.c \ | ||
| 118 | @BUILDING_FOR_WINDOWSNT_TRUE@ errno.in.h euidaccess.c \ | ||
| 116 | @BUILDING_FOR_WINDOWSNT_TRUE@ execinfo.c execinfo.in.h \ | 119 | @BUILDING_FOR_WINDOWSNT_TRUE@ execinfo.c execinfo.in.h \ |
| 117 | @BUILDING_FOR_WINDOWSNT_TRUE@ at-func.c faccessat.c fdatasync.c \ | 120 | @BUILDING_FOR_WINDOWSNT_TRUE@ at-func.c faccessat.c fdatasync.c \ |
| 118 | @BUILDING_FOR_WINDOWSNT_TRUE@ fdopendir.c filemode.h fpending.c \ | 121 | @BUILDING_FOR_WINDOWSNT_TRUE@ fdopendir.c filemode.h fpending.c \ |
| @@ -1685,6 +1688,17 @@ uninstall-am: | |||
| 1685 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status | 1688 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status |
| 1686 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ | 1689 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ |
| 1687 | 1690 | ||
| 1691 | # We need the following in order to create <byteswap.h> when the system | ||
| 1692 | # doesn't have one. | ||
| 1693 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@byteswap.h: byteswap.in.h $(top_builddir)/config.status | ||
| 1694 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 1695 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 1696 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@ cat $(srcdir)/byteswap.in.h; \ | ||
| 1697 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@ } > $@-t && \ | ||
| 1698 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_TRUE@ mv -f $@-t $@ | ||
| 1699 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_FALSE@byteswap.h: $(top_builddir)/config.status | ||
| 1700 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_BYTESWAP_H_FALSE@ rm -f $@ | ||
| 1701 | |||
| 1688 | # We need the following in order to create <errno.h> when the system | 1702 | # We need the following in order to create <errno.h> when the system |
| 1689 | # doesn't have one that is POSIX compliant. | 1703 | # doesn't have one that is POSIX compliant. |
| 1690 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status | 1704 | @BUILDING_FOR_WINDOWSNT_TRUE@@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status |