diff options
| author | Stephen Gildea | 2018-07-31 22:34:35 -0700 |
|---|---|---|
| committer | Stephen Gildea | 2018-07-31 22:34:35 -0700 |
| commit | 1804fece02691798394c9e9bd519cd4a53776018 (patch) | |
| tree | 9d5d441db29404f04417332be3507ba968eec42f /lib | |
| parent | 17205d361795eaaa8e09ae62875c7439bb57a078 (diff) | |
| parent | 82d6416a28dc5b4ab65b8081f035679bec4e3604 (diff) | |
| download | emacs-1804fece02691798394c9e9bd519cd4a53776018.tar.gz emacs-1804fece02691798394c9e9bd519cd4a53776018.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gnulib.mk.in | 118 |
1 files changed, 117 insertions, 1 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index 3e917387d05..e623921091f 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -20,7 +20,123 @@ | |||
| 20 | # the same distribution terms as the rest of that program. | 20 | # the same distribution terms as the rest of that program. |
| 21 | # | 21 | # |
| 22 | # Generated by gnulib-tool. | 22 | # Generated by gnulib-tool. |
| 23 | # Reproduce by: gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=setenv --avoid=sigprocmask --avoid=stat --avoid=stdarg --avoid=stdbool --avoid=threadlib --avoid=tzset --avoid=unsetenv --avoid=utime --avoid=utime-h --gnu-make --makefile-name=gnulib.mk.in --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt binary-io byteswap c-ctype c-strcase careadlinkat close-stream count-leading-zeros count-one-bits count-trailing-zeros crypto/md5-buffer crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer d-type diffseq dtoastr dtotimespec dup2 environ execinfo explicit_bzero faccessat fcntl fcntl-h fdatasync fdopendir filemode filevercmp flexmember fpieee fstatat fsusage fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog ignore-value intprops largefile lstat manywarnings memrchr minmax mkostemp mktime nstrftime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time std-gnu11 stdalign stddef stdio stpcpy strtoimax symlink sys_stat sys_time tempname time time_r time_rz timegm timer-time timespec-add timespec-sub unlocked-io update-copyright utimens vla warnings | 23 | # Reproduce by: |
| 24 | # gnulib-tool --import \ | ||
| 25 | # --lib=libgnu \ | ||
| 26 | # --source-base=lib \ | ||
| 27 | # --m4-base=m4 \ | ||
| 28 | # --doc-base=doc \ | ||
| 29 | # --tests-base=tests \ | ||
| 30 | # --aux-dir=build-aux \ | ||
| 31 | # --gnu-make \ | ||
| 32 | # --makefile-name=gnulib.mk.in \ | ||
| 33 | # --conditional-dependencies \ | ||
| 34 | # --no-libtool \ | ||
| 35 | # --macro-prefix=gl \ | ||
| 36 | # --no-vc-files \ | ||
| 37 | # --avoid=close \ | ||
| 38 | # --avoid=dup \ | ||
| 39 | # --avoid=fchdir \ | ||
| 40 | # --avoid=fstat \ | ||
| 41 | # --avoid=malloc-posix \ | ||
| 42 | # --avoid=msvc-inval \ | ||
| 43 | # --avoid=msvc-nothrow \ | ||
| 44 | # --avoid=openat-die \ | ||
| 45 | # --avoid=opendir \ | ||
| 46 | # --avoid=raise \ | ||
| 47 | # --avoid=save-cwd \ | ||
| 48 | # --avoid=select \ | ||
| 49 | # --avoid=setenv \ | ||
| 50 | # --avoid=sigprocmask \ | ||
| 51 | # --avoid=stat \ | ||
| 52 | # --avoid=stdarg \ | ||
| 53 | # --avoid=stdbool \ | ||
| 54 | # --avoid=threadlib \ | ||
| 55 | # --avoid=tzset \ | ||
| 56 | # --avoid=unsetenv \ | ||
| 57 | # --avoid=utime \ | ||
| 58 | # --avoid=utime-h \ | ||
| 59 | # alloca-opt \ | ||
| 60 | # binary-io \ | ||
| 61 | # byteswap \ | ||
| 62 | # c-ctype \ | ||
| 63 | # c-strcase \ | ||
| 64 | # careadlinkat \ | ||
| 65 | # close-stream \ | ||
| 66 | # count-leading-zeros \ | ||
| 67 | # count-one-bits \ | ||
| 68 | # count-trailing-zeros \ | ||
| 69 | # crypto/md5-buffer \ | ||
| 70 | # crypto/sha1-buffer \ | ||
| 71 | # crypto/sha256-buffer \ | ||
| 72 | # crypto/sha512-buffer \ | ||
| 73 | # d-type \ | ||
| 74 | # diffseq \ | ||
| 75 | # dtoastr \ | ||
| 76 | # dtotimespec \ | ||
| 77 | # dup2 \ | ||
| 78 | # environ \ | ||
| 79 | # execinfo \ | ||
| 80 | # explicit_bzero \ | ||
| 81 | # faccessat \ | ||
| 82 | # fcntl \ | ||
| 83 | # fcntl-h \ | ||
| 84 | # fdatasync \ | ||
| 85 | # fdopendir \ | ||
| 86 | # filemode \ | ||
| 87 | # filevercmp \ | ||
| 88 | # flexmember \ | ||
| 89 | # fpieee \ | ||
| 90 | # fstatat \ | ||
| 91 | # fsusage \ | ||
| 92 | # fsync \ | ||
| 93 | # getloadavg \ | ||
| 94 | # getopt-gnu \ | ||
| 95 | # gettime \ | ||
| 96 | # gettimeofday \ | ||
| 97 | # gitlog-to-changelog \ | ||
| 98 | # ignore-value \ | ||
| 99 | # intprops \ | ||
| 100 | # largefile \ | ||
| 101 | # lstat \ | ||
| 102 | # manywarnings \ | ||
| 103 | # memrchr \ | ||
| 104 | # minmax \ | ||
| 105 | # mkostemp \ | ||
| 106 | # mktime \ | ||
| 107 | # nstrftime \ | ||
| 108 | # pipe2 \ | ||
| 109 | # pselect \ | ||
| 110 | # pthread_sigmask \ | ||
| 111 | # putenv \ | ||
| 112 | # qcopy-acl \ | ||
| 113 | # readlink \ | ||
| 114 | # readlinkat \ | ||
| 115 | # sig2str \ | ||
| 116 | # socklen \ | ||
| 117 | # stat-time \ | ||
| 118 | # std-gnu11 \ | ||
| 119 | # stdalign \ | ||
| 120 | # stddef \ | ||
| 121 | # stdio \ | ||
| 122 | # stpcpy \ | ||
| 123 | # strtoimax \ | ||
| 124 | # symlink \ | ||
| 125 | # sys_stat \ | ||
| 126 | # sys_time \ | ||
| 127 | # tempname \ | ||
| 128 | # time \ | ||
| 129 | # time_r \ | ||
| 130 | # time_rz \ | ||
| 131 | # timegm \ | ||
| 132 | # timer-time \ | ||
| 133 | # timespec-add \ | ||
| 134 | # timespec-sub \ | ||
| 135 | # unlocked-io \ | ||
| 136 | # update-copyright \ | ||
| 137 | # utimens \ | ||
| 138 | # vla \ | ||
| 139 | # warnings | ||
| 24 | 140 | ||
| 25 | 141 | ||
| 26 | MOSTLYCLEANFILES += core *.stackdump | 142 | MOSTLYCLEANFILES += core *.stackdump |