diff options
| author | Stephen Berman | 2018-11-25 18:21:14 +0100 |
|---|---|---|
| committer | Stephen Berman | 2018-11-25 18:21:14 +0100 |
| commit | 3826ecc795ec2fc11d82432e1b55818c0e2ef685 (patch) | |
| tree | 494235887e638891e2016d503b7d1022561267c0 | |
| parent | 29ef7d1395b955c68f12791163ce210ed7a021ca (diff) | |
| download | emacs-3826ecc795ec2fc11d82432e1b55818c0e2ef685.tar.gz emacs-3826ecc795ec2fc11d82432e1b55818c0e2ef685.zip | |
; Remove wrongly committed file nt/gnulib.mk
| -rw-r--r-- | nt/gnulib.mk | 1153 |
1 files changed, 0 insertions, 1153 deletions
diff --git a/nt/gnulib.mk b/nt/gnulib.mk deleted file mode 100644 index 192f29f8455..00000000000 --- a/nt/gnulib.mk +++ /dev/null | |||
| @@ -1,1153 +0,0 @@ | |||
| 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! | ||
| 2 | ## Process this file with automake to produce Makefile.in. | ||
| 3 | # Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
| 4 | # | ||
| 5 | # This file is free software; you can redistribute it and/or modify | ||
| 6 | # it under the terms of the GNU General Public License as published by | ||
| 7 | # the Free Software Foundation; either version 3 of the License, or | ||
| 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 | ||
| 21 | # the same distribution terms as the rest of that program. | ||
| 22 | # | ||
| 23 | # Generated by gnulib-tool. | ||
| 24 | # 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=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=setenv --avoid=sigprocmask --avoid=stdarg --avoid=stdbool --avoid=threadlib --avoid=unsetenv --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt binary-io byteswap c-ctype c-strcase careadlinkat close-stream count-one-bits count-trailing-zeros crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode filevercmp flexmember fstatat fsync getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog ignore-value intprops largefile lstat manywarnings memrchr mkostemp mktime pipe2 pselect pthread_sigmask putenv qcopy-acl readlink readlinkat sig2str socklen stat-time std-gnu11 stdalign stddef stdio stpcpy strftime strtoimax strtoumax symlink sys_stat sys_time time time_r time_rz timegm timer-time timespec-add timespec-sub unsetenv update-copyright utimens vla warnings | ||
| 25 | |||
| 26 | |||
| 27 | MOSTLYCLEANFILES += core *.stackdump | ||
| 28 | |||
| 29 | noinst_LIBRARIES += libgnu.a | ||
| 30 | |||
| 31 | libgnu_a_SOURCES = | ||
| 32 | libgnu_a_LIBADD = $(gl_LIBOBJS) | ||
| 33 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | ||
| 34 | EXTRA_libgnu_a_SOURCES = | ||
| 35 | |||
| 36 | ## begin gnulib module absolute-header | ||
| 37 | |||
| 38 | # Use this preprocessor expression to decide whether #include_next works. | ||
| 39 | # Do not rely on a 'configure'-time test for this, since the expression | ||
| 40 | # might appear in an installed header, which is used by some other compiler. | ||
| 41 | HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER) | ||
| 42 | |||
| 43 | ## end gnulib module absolute-header | ||
| 44 | |||
| 45 | |||
| 46 | ## begin gnulib module alloca-opt | ||
| 47 | |||
| 48 | BUILT_SOURCES += $(ALLOCA_H) | ||
| 49 | |||
| 50 | # We need the following in order to create <alloca.h> when the system | ||
| 51 | # doesn't have one that works with the given compiler. | ||
| 52 | if GL_GENERATE_ALLOCA_H | ||
| 53 | alloca.h: alloca.in.h $(top_builddir)/config.status | ||
| 54 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 55 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 56 | cat $(srcdir)/alloca.in.h; \ | ||
| 57 | } > $@-t && \ | ||
| 58 | mv -f $@-t $@ | ||
| 59 | else | ||
| 60 | alloca.h: $(top_builddir)/config.status | ||
| 61 | rm -f $@ | ||
| 62 | endif | ||
| 63 | MOSTLYCLEANFILES += alloca.h alloca.h-t | ||
| 64 | |||
| 65 | EXTRA_DIST += alloca.in.h | ||
| 66 | |||
| 67 | ## end gnulib module alloca-opt | ||
| 68 | |||
| 69 | |||
| 70 | |||
| 71 | ## begin gnulib module binary-io | ||
| 72 | |||
| 73 | libgnu_a_SOURCES += binary-io.h binary-io.c | ||
| 74 | |||
| 75 | ## end gnulib module binary-io | ||
| 76 | |||
| 77 | ## begin gnulib module byteswap | ||
| 78 | |||
| 79 | BUILT_SOURCES += $(BYTESWAP_H) | ||
| 80 | |||
| 81 | # We need the following in order to create <byteswap.h> when the system | ||
| 82 | # doesn't have one. | ||
| 83 | if GL_GENERATE_BYTESWAP_H | ||
| 84 | byteswap.h: byteswap.in.h $(top_builddir)/config.status | ||
| 85 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 86 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 87 | cat $(srcdir)/byteswap.in.h; \ | ||
| 88 | } > $@-t && \ | ||
| 89 | mv -f $@-t $@ | ||
| 90 | else | ||
| 91 | byteswap.h: $(top_builddir)/config.status | ||
| 92 | rm -f $@ | ||
| 93 | endif | ||
| 94 | MOSTLYCLEANFILES += byteswap.h byteswap.h-t | ||
| 95 | |||
| 96 | EXTRA_DIST += byteswap.in.h | ||
| 97 | |||
| 98 | ## end gnulib module byteswap | ||
| 99 | |||
| 100 | ## begin gnulib module c-ctype | ||
| 101 | |||
| 102 | libgnu_a_SOURCES += c-ctype.h c-ctype.c | ||
| 103 | |||
| 104 | ## end gnulib module c-ctype | ||
| 105 | |||
| 106 | ## begin gnulib module c-strcase | ||
| 107 | |||
| 108 | libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c | ||
| 109 | |||
| 110 | ## end gnulib module c-strcase | ||
| 111 | |||
| 112 | |||
| 113 | ## begin gnulib module close-stream | ||
| 114 | |||
| 115 | libgnu_a_SOURCES += close-stream.c | ||
| 116 | |||
| 117 | EXTRA_DIST += close-stream.h | ||
| 118 | |||
| 119 | ## end gnulib module close-stream | ||
| 120 | |||
| 121 | ## begin gnulib module count-one-bits | ||
| 122 | |||
| 123 | libgnu_a_SOURCES += count-one-bits.c | ||
| 124 | |||
| 125 | EXTRA_DIST += count-one-bits.h | ||
| 126 | |||
| 127 | ## end gnulib module count-one-bits | ||
| 128 | |||
| 129 | ## begin gnulib module count-trailing-zeros | ||
| 130 | |||
| 131 | libgnu_a_SOURCES += count-trailing-zeros.c | ||
| 132 | |||
| 133 | EXTRA_DIST += count-trailing-zeros.h | ||
| 134 | |||
| 135 | ## end gnulib module count-trailing-zeros | ||
| 136 | |||
| 137 | ## begin gnulib module crypto/md5 | ||
| 138 | |||
| 139 | libgnu_a_SOURCES += md5.c | ||
| 140 | |||
| 141 | EXTRA_DIST += gl_openssl.h md5.h | ||
| 142 | |||
| 143 | ## end gnulib module crypto/md5 | ||
| 144 | |||
| 145 | ## begin gnulib module crypto/sha1 | ||
| 146 | |||
| 147 | libgnu_a_SOURCES += sha1.c | ||
| 148 | |||
| 149 | EXTRA_DIST += gl_openssl.h sha1.h | ||
| 150 | |||
| 151 | ## end gnulib module crypto/sha1 | ||
| 152 | |||
| 153 | ## begin gnulib module crypto/sha256 | ||
| 154 | |||
| 155 | libgnu_a_SOURCES += sha256.c | ||
| 156 | |||
| 157 | EXTRA_DIST += gl_openssl.h sha256.h | ||
| 158 | |||
| 159 | ## end gnulib module crypto/sha256 | ||
| 160 | |||
| 161 | ## begin gnulib module crypto/sha512 | ||
| 162 | |||
| 163 | libgnu_a_SOURCES += sha512.c | ||
| 164 | |||
| 165 | EXTRA_DIST += gl_openssl.h sha512.h | ||
| 166 | |||
| 167 | ## end gnulib module crypto/sha512 | ||
| 168 | |||
| 169 | |||
| 170 | |||
| 171 | ## begin gnulib module dosname | ||
| 172 | |||
| 173 | if gl_GNULIB_ENABLED_dosname | ||
| 174 | |||
| 175 | endif | ||
| 176 | EXTRA_DIST += dosname.h | ||
| 177 | |||
| 178 | ## end gnulib module dosname | ||
| 179 | |||
| 180 | ## begin gnulib module dtoastr | ||
| 181 | |||
| 182 | libgnu_a_SOURCES += dtoastr.c | ||
| 183 | |||
| 184 | EXTRA_DIST += ftoastr.c ftoastr.h | ||
| 185 | |||
| 186 | EXTRA_libgnu_a_SOURCES += ftoastr.c | ||
| 187 | |||
| 188 | ## end gnulib module dtoastr | ||
| 189 | |||
| 190 | ## begin gnulib module dtotimespec | ||
| 191 | |||
| 192 | libgnu_a_SOURCES += dtotimespec.c | ||
| 193 | |||
| 194 | ## end gnulib module dtotimespec | ||
| 195 | |||
| 196 | ## begin gnulib module dup2 | ||
| 197 | |||
| 198 | |||
| 199 | EXTRA_DIST += dup2.c | ||
| 200 | |||
| 201 | EXTRA_libgnu_a_SOURCES += dup2.c | ||
| 202 | |||
| 203 | ## end gnulib module dup2 | ||
| 204 | |||
| 205 | ## begin gnulib module errno | ||
| 206 | |||
| 207 | BUILT_SOURCES += $(ERRNO_H) | ||
| 208 | |||
| 209 | # We need the following in order to create <errno.h> when the system | ||
| 210 | # doesn't have one that is POSIX compliant. | ||
| 211 | if GL_GENERATE_ERRNO_H | ||
| 212 | errno.h: errno.in.h $(top_builddir)/config.status | ||
| 213 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 214 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
| 215 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 216 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 217 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 218 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 219 | -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ | ||
| 220 | -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ | ||
| 221 | -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ | ||
| 222 | -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ | ||
| 223 | -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ | ||
| 224 | -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ | ||
| 225 | -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ | ||
| 226 | < $(srcdir)/errno.in.h; \ | ||
| 227 | } > $@-t && \ | ||
| 228 | mv $@-t $@ | ||
| 229 | else | ||
| 230 | errno.h: $(top_builddir)/config.status | ||
| 231 | rm -f $@ | ||
| 232 | endif | ||
| 233 | MOSTLYCLEANFILES += errno.h errno.h-t | ||
| 234 | |||
| 235 | EXTRA_DIST += errno.in.h | ||
| 236 | |||
| 237 | ## end gnulib module errno | ||
| 238 | |||
| 239 | ## begin gnulib module euidaccess | ||
| 240 | |||
| 241 | if gl_GNULIB_ENABLED_euidaccess | ||
| 242 | |||
| 243 | endif | ||
| 244 | EXTRA_DIST += euidaccess.c | ||
| 245 | |||
| 246 | EXTRA_libgnu_a_SOURCES += euidaccess.c | ||
| 247 | |||
| 248 | ## end gnulib module euidaccess | ||
| 249 | |||
| 250 | ## begin gnulib module execinfo | ||
| 251 | |||
| 252 | BUILT_SOURCES += $(EXECINFO_H) | ||
| 253 | |||
| 254 | # We need the following in order to create <execinfo.h> when the system | ||
| 255 | # doesn't have one that works. | ||
| 256 | if GL_GENERATE_EXECINFO_H | ||
| 257 | execinfo.h: execinfo.in.h $(top_builddir)/config.status | ||
| 258 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 259 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 260 | cat $(srcdir)/execinfo.in.h; \ | ||
| 261 | } > $@-t && \ | ||
| 262 | mv $@-t $@ | ||
| 263 | else | ||
| 264 | execinfo.h: $(top_builddir)/config.status | ||
| 265 | rm -f $@ | ||
| 266 | endif | ||
| 267 | MOSTLYCLEANFILES += execinfo.h execinfo.h-t | ||
| 268 | |||
| 269 | EXTRA_DIST += execinfo.c execinfo.in.h | ||
| 270 | |||
| 271 | EXTRA_libgnu_a_SOURCES += execinfo.c | ||
| 272 | |||
| 273 | ## end gnulib module execinfo | ||
| 274 | |||
| 275 | ## begin gnulib module faccessat | ||
| 276 | |||
| 277 | |||
| 278 | EXTRA_DIST += at-func.c faccessat.c | ||
| 279 | |||
| 280 | EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c | ||
| 281 | |||
| 282 | ## end gnulib module faccessat | ||
| 283 | |||
| 284 | |||
| 285 | |||
| 286 | ## begin gnulib module fdatasync | ||
| 287 | |||
| 288 | |||
| 289 | EXTRA_DIST += fdatasync.c | ||
| 290 | |||
| 291 | EXTRA_libgnu_a_SOURCES += fdatasync.c | ||
| 292 | |||
| 293 | ## end gnulib module fdatasync | ||
| 294 | |||
| 295 | ## begin gnulib module fdopendir | ||
| 296 | |||
| 297 | |||
| 298 | EXTRA_DIST += fdopendir.c | ||
| 299 | |||
| 300 | EXTRA_libgnu_a_SOURCES += fdopendir.c | ||
| 301 | |||
| 302 | ## end gnulib module fdopendir | ||
| 303 | |||
| 304 | ## begin gnulib module filemode | ||
| 305 | |||
| 306 | libgnu_a_SOURCES += filemode.c | ||
| 307 | |||
| 308 | EXTRA_DIST += filemode.h | ||
| 309 | |||
| 310 | ## end gnulib module filemode | ||
| 311 | |||
| 312 | ## begin gnulib module filevercmp | ||
| 313 | |||
| 314 | libgnu_a_SOURCES += filevercmp.c | ||
| 315 | |||
| 316 | EXTRA_DIST += filevercmp.h | ||
| 317 | |||
| 318 | ## end gnulib module filevercmp | ||
| 319 | |||
| 320 | ## begin gnulib module flexmember | ||
| 321 | |||
| 322 | |||
| 323 | EXTRA_DIST += flexmember.h | ||
| 324 | |||
| 325 | ## end gnulib module flexmember | ||
| 326 | |||
| 327 | ## begin gnulib module fpending | ||
| 328 | |||
| 329 | |||
| 330 | EXTRA_DIST += fpending.c fpending.h stdio-impl.h | ||
| 331 | |||
| 332 | EXTRA_libgnu_a_SOURCES += fpending.c | ||
| 333 | |||
| 334 | ## end gnulib module fpending | ||
| 335 | |||
| 336 | ## begin gnulib module fstatat | ||
| 337 | |||
| 338 | |||
| 339 | EXTRA_DIST += at-func.c fstatat.c | ||
| 340 | |||
| 341 | EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c | ||
| 342 | |||
| 343 | ## end gnulib module fstatat | ||
| 344 | |||
| 345 | ## begin gnulib module fsync | ||
| 346 | |||
| 347 | |||
| 348 | EXTRA_DIST += fsync.c | ||
| 349 | |||
| 350 | EXTRA_libgnu_a_SOURCES += fsync.c | ||
| 351 | |||
| 352 | ## end gnulib module fsync | ||
| 353 | |||
| 354 | ## begin gnulib module getdtablesize | ||
| 355 | |||
| 356 | if gl_GNULIB_ENABLED_getdtablesize | ||
| 357 | |||
| 358 | endif | ||
| 359 | EXTRA_DIST += getdtablesize.c | ||
| 360 | |||
| 361 | EXTRA_libgnu_a_SOURCES += getdtablesize.c | ||
| 362 | |||
| 363 | ## end gnulib module getdtablesize | ||
| 364 | |||
| 365 | ## begin gnulib module getgroups | ||
| 366 | |||
| 367 | if gl_GNULIB_ENABLED_getgroups | ||
| 368 | |||
| 369 | endif | ||
| 370 | EXTRA_DIST += getgroups.c | ||
| 371 | |||
| 372 | EXTRA_libgnu_a_SOURCES += getgroups.c | ||
| 373 | |||
| 374 | ## end gnulib module getgroups | ||
| 375 | |||
| 376 | ## begin gnulib module getloadavg | ||
| 377 | |||
| 378 | |||
| 379 | EXTRA_DIST += getloadavg.c | ||
| 380 | |||
| 381 | EXTRA_libgnu_a_SOURCES += getloadavg.c | ||
| 382 | |||
| 383 | ## end gnulib module getloadavg | ||
| 384 | |||
| 385 | ## begin gnulib module getopt-posix | ||
| 386 | |||
| 387 | BUILT_SOURCES += $(GETOPT_H) | ||
| 388 | |||
| 389 | # We need the following in order to create <getopt.h> when the system | ||
| 390 | # doesn't have one that works with the given compiler. | ||
| 391 | getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) | ||
| 392 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 393 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 394 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 395 | -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ | ||
| 396 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 397 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 398 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 399 | -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ | ||
| 400 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | ||
| 401 | < $(srcdir)/getopt.in.h; \ | ||
| 402 | } > $@-t && \ | ||
| 403 | mv -f $@-t $@ | ||
| 404 | MOSTLYCLEANFILES += getopt.h getopt.h-t | ||
| 405 | |||
| 406 | EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h | ||
| 407 | |||
| 408 | EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c | ||
| 409 | |||
| 410 | ## end gnulib module getopt-posix | ||
| 411 | |||
| 412 | ## begin gnulib module gettext-h | ||
| 413 | |||
| 414 | if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36 | ||
| 415 | libgnu_a_SOURCES += gettext.h | ||
| 416 | |||
| 417 | endif | ||
| 418 | ## end gnulib module gettext-h | ||
| 419 | |||
| 420 | ## begin gnulib module gettime | ||
| 421 | |||
| 422 | libgnu_a_SOURCES += gettime.c | ||
| 423 | |||
| 424 | ## end gnulib module gettime | ||
| 425 | |||
| 426 | ## begin gnulib module gettimeofday | ||
| 427 | |||
| 428 | |||
| 429 | EXTRA_DIST += gettimeofday.c | ||
| 430 | |||
| 431 | EXTRA_libgnu_a_SOURCES += gettimeofday.c | ||
| 432 | |||
| 433 | ## end gnulib module gettimeofday | ||
| 434 | |||
| 435 | ## begin gnulib module gitlog-to-changelog | ||
| 436 | |||
| 437 | |||
| 438 | EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog | ||
| 439 | |||
| 440 | ## end gnulib module gitlog-to-changelog | ||
| 441 | |||
| 442 | ## begin gnulib module group-member | ||
| 443 | |||
| 444 | if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1 | ||
| 445 | |||
| 446 | endif | ||
| 447 | EXTRA_DIST += group-member.c | ||
| 448 | |||
| 449 | EXTRA_libgnu_a_SOURCES += group-member.c | ||
| 450 | |||
| 451 | ## end gnulib module group-member | ||
| 452 | |||
| 453 | ## begin gnulib module ignore-value | ||
| 454 | |||
| 455 | |||
| 456 | EXTRA_DIST += ignore-value.h | ||
| 457 | |||
| 458 | ## end gnulib module ignore-value | ||
| 459 | |||
| 460 | ## begin gnulib module intprops | ||
| 461 | |||
| 462 | |||
| 463 | EXTRA_DIST += intprops.h | ||
| 464 | |||
| 465 | ## end gnulib module intprops | ||
| 466 | |||
| 467 | |||
| 468 | ## begin gnulib module limits-h | ||
| 469 | |||
| 470 | BUILT_SOURCES += $(LIMITS_H) | ||
| 471 | |||
| 472 | # We need the following in order to create <limits.h> when the system | ||
| 473 | # doesn't have one that is compatible with GNU. | ||
| 474 | if GL_GENERATE_LIMITS_H | ||
| 475 | limits.h: limits.in.h $(top_builddir)/config.status | ||
| 476 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 477 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
| 478 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 479 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 480 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 481 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 482 | -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ | ||
| 483 | < $(srcdir)/limits.in.h; \ | ||
| 484 | } > $@-t && \ | ||
| 485 | mv $@-t $@ | ||
| 486 | else | ||
| 487 | limits.h: $(top_builddir)/config.status | ||
| 488 | rm -f $@ | ||
| 489 | endif | ||
| 490 | MOSTLYCLEANFILES += limits.h limits.h-t | ||
| 491 | |||
| 492 | EXTRA_DIST += limits.in.h | ||
| 493 | |||
| 494 | ## end gnulib module limits-h | ||
| 495 | |||
| 496 | ## begin gnulib module lstat | ||
| 497 | |||
| 498 | |||
| 499 | EXTRA_DIST += lstat.c | ||
| 500 | |||
| 501 | EXTRA_libgnu_a_SOURCES += lstat.c | ||
| 502 | |||
| 503 | ## end gnulib module lstat | ||
| 504 | |||
| 505 | ## begin gnulib module memrchr | ||
| 506 | |||
| 507 | |||
| 508 | EXTRA_DIST += memrchr.c | ||
| 509 | |||
| 510 | EXTRA_libgnu_a_SOURCES += memrchr.c | ||
| 511 | |||
| 512 | ## end gnulib module memrchr | ||
| 513 | |||
| 514 | |||
| 515 | ## begin gnulib module mktime | ||
| 516 | |||
| 517 | |||
| 518 | EXTRA_DIST += mktime-internal.h mktime.c | ||
| 519 | |||
| 520 | EXTRA_libgnu_a_SOURCES += mktime.c | ||
| 521 | |||
| 522 | ## end gnulib module mktime | ||
| 523 | |||
| 524 | ## begin gnulib module mktime-internal | ||
| 525 | |||
| 526 | if gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31 | ||
| 527 | |||
| 528 | endif | ||
| 529 | EXTRA_DIST += mktime-internal.h mktime.c | ||
| 530 | |||
| 531 | EXTRA_libgnu_a_SOURCES += mktime.c | ||
| 532 | |||
| 533 | ## end gnulib module mktime-internal | ||
| 534 | |||
| 535 | ## begin gnulib module openat-h | ||
| 536 | |||
| 537 | if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7 | ||
| 538 | |||
| 539 | endif | ||
| 540 | EXTRA_DIST += openat.h | ||
| 541 | |||
| 542 | ## end gnulib module openat-h | ||
| 543 | |||
| 544 | ## begin gnulib module pathmax | ||
| 545 | |||
| 546 | if gl_GNULIB_ENABLED_pathmax | ||
| 547 | |||
| 548 | endif | ||
| 549 | EXTRA_DIST += pathmax.h | ||
| 550 | |||
| 551 | ## end gnulib module pathmax | ||
| 552 | |||
| 553 | |||
| 554 | ## begin gnulib module pselect | ||
| 555 | |||
| 556 | |||
| 557 | EXTRA_DIST += pselect.c | ||
| 558 | |||
| 559 | EXTRA_libgnu_a_SOURCES += pselect.c | ||
| 560 | |||
| 561 | ## end gnulib module pselect | ||
| 562 | |||
| 563 | ## begin gnulib module pthread_sigmask | ||
| 564 | |||
| 565 | |||
| 566 | EXTRA_DIST += pthread_sigmask.c | ||
| 567 | |||
| 568 | EXTRA_libgnu_a_SOURCES += pthread_sigmask.c | ||
| 569 | |||
| 570 | ## end gnulib module pthread_sigmask | ||
| 571 | |||
| 572 | ## begin gnulib module putenv | ||
| 573 | |||
| 574 | |||
| 575 | EXTRA_DIST += putenv.c | ||
| 576 | |||
| 577 | EXTRA_libgnu_a_SOURCES += putenv.c | ||
| 578 | |||
| 579 | ## end gnulib module putenv | ||
| 580 | |||
| 581 | ## begin gnulib module qcopy-acl | ||
| 582 | |||
| 583 | libgnu_a_SOURCES += qcopy-acl.c | ||
| 584 | |||
| 585 | ## end gnulib module qcopy-acl | ||
| 586 | |||
| 587 | ## begin gnulib module readlink | ||
| 588 | |||
| 589 | |||
| 590 | EXTRA_DIST += readlink.c | ||
| 591 | |||
| 592 | EXTRA_libgnu_a_SOURCES += readlink.c | ||
| 593 | |||
| 594 | ## end gnulib module readlink | ||
| 595 | |||
| 596 | ## begin gnulib module readlinkat | ||
| 597 | |||
| 598 | |||
| 599 | EXTRA_DIST += at-func.c readlinkat.c | ||
| 600 | |||
| 601 | EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c | ||
| 602 | |||
| 603 | ## end gnulib module readlinkat | ||
| 604 | |||
| 605 | ## begin gnulib module root-uid | ||
| 606 | |||
| 607 | if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c | ||
| 608 | |||
| 609 | endif | ||
| 610 | EXTRA_DIST += root-uid.h | ||
| 611 | |||
| 612 | ## end gnulib module root-uid | ||
| 613 | |||
| 614 | |||
| 615 | ## begin gnulib module sig2str | ||
| 616 | |||
| 617 | |||
| 618 | EXTRA_DIST += sig2str.c sig2str.h | ||
| 619 | |||
| 620 | EXTRA_libgnu_a_SOURCES += sig2str.c | ||
| 621 | |||
| 622 | ## end gnulib module sig2str | ||
| 623 | |||
| 624 | |||
| 625 | ## begin gnulib module snippet/_Noreturn | ||
| 626 | |||
| 627 | # Because this Makefile snippet defines a variable used by other | ||
| 628 | # gnulib Makefile snippets, it must be present in all Makefile.am that | ||
| 629 | # need it. This is ensured by the applicability 'all' defined above. | ||
| 630 | |||
| 631 | _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
| 632 | |||
| 633 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h | ||
| 634 | |||
| 635 | ## end gnulib module snippet/_Noreturn | ||
| 636 | |||
| 637 | ## begin gnulib module snippet/arg-nonnull | ||
| 638 | |||
| 639 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 640 | # statements but through direct file reference. Therefore this snippet must be | ||
| 641 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 642 | # 'all' defined above. | ||
| 643 | |||
| 644 | BUILT_SOURCES += arg-nonnull.h | ||
| 645 | # The arg-nonnull.h that gets inserted into generated .h files is the same as | ||
| 646 | # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut | ||
| 647 | # off. | ||
| 648 | arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
| 649 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 650 | sed -n -e '/GL_ARG_NONNULL/,$$p' \ | ||
| 651 | < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ | ||
| 652 | > $@-t && \ | ||
| 653 | mv $@-t $@ | ||
| 654 | MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t | ||
| 655 | |||
| 656 | ARG_NONNULL_H=arg-nonnull.h | ||
| 657 | |||
| 658 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h | ||
| 659 | |||
| 660 | ## end gnulib module snippet/arg-nonnull | ||
| 661 | |||
| 662 | ## begin gnulib module snippet/c++defs | ||
| 663 | |||
| 664 | # The BUILT_SOURCES created by this Makefile snippet are not used via #include | ||
| 665 | # statements but through direct file reference. Therefore this snippet must be | ||
| 666 | # present in all Makefile.am that need it. This is ensured by the applicability | ||
| 667 | # 'all' defined above. | ||
| 668 | |||
| 669 | BUILT_SOURCES += c++defs.h | ||
| 670 | # The c++defs.h that gets inserted into generated .h files is the same as | ||
| 671 | # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. | ||
| 672 | c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h | ||
| 673 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 674 | sed -n -e '/_GL_CXXDEFS/,$$p' \ | ||
| 675 | < $(top_srcdir)/build-aux/snippet/c++defs.h \ | ||
| 676 | > $@-t && \ | ||
| 677 | mv $@-t $@ | ||
| 678 | MOSTLYCLEANFILES += c++defs.h c++defs.h-t | ||
| 679 | |||
| 680 | CXXDEFS_H=c++defs.h | ||
| 681 | |||
| 682 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h | ||
| 683 | |||
| 684 | ## end gnulib module snippet/c++defs | ||
| 685 | |||
| 686 | ## begin gnulib module snippet/warn-on-use | ||
| 687 | |||
| 688 | BUILT_SOURCES += warn-on-use.h | ||
| 689 | # The warn-on-use.h that gets inserted into generated .h files is the same as | ||
| 690 | # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut | ||
| 691 | # off. | ||
| 692 | warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
| 693 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 694 | sed -n -e '/^.ifndef/,$$p' \ | ||
| 695 | < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ | ||
| 696 | > $@-t && \ | ||
| 697 | mv $@-t $@ | ||
| 698 | MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t | ||
| 699 | |||
| 700 | WARN_ON_USE_H=warn-on-use.h | ||
| 701 | |||
| 702 | EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h | ||
| 703 | |||
| 704 | ## end gnulib module snippet/warn-on-use | ||
| 705 | |||
| 706 | ## begin gnulib module stat | ||
| 707 | |||
| 708 | if gl_GNULIB_ENABLED_stat | ||
| 709 | |||
| 710 | endif | ||
| 711 | EXTRA_DIST += stat.c | ||
| 712 | |||
| 713 | EXTRA_libgnu_a_SOURCES += stat.c | ||
| 714 | |||
| 715 | ## end gnulib module stat | ||
| 716 | |||
| 717 | ## begin gnulib module stat-time | ||
| 718 | |||
| 719 | libgnu_a_SOURCES += stat-time.c | ||
| 720 | |||
| 721 | EXTRA_DIST += stat-time.h | ||
| 722 | |||
| 723 | ## end gnulib module stat-time | ||
| 724 | |||
| 725 | ## begin gnulib module stdalign | ||
| 726 | |||
| 727 | BUILT_SOURCES += $(STDALIGN_H) | ||
| 728 | |||
| 729 | # We need the following in order to create <stdalign.h> when the system | ||
| 730 | # doesn't have one that works. | ||
| 731 | if GL_GENERATE_STDALIGN_H | ||
| 732 | stdalign.h: stdalign.in.h $(top_builddir)/config.status | ||
| 733 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 734 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 735 | cat $(srcdir)/stdalign.in.h; \ | ||
| 736 | } > $@-t && \ | ||
| 737 | mv $@-t $@ | ||
| 738 | else | ||
| 739 | stdalign.h: $(top_builddir)/config.status | ||
| 740 | rm -f $@ | ||
| 741 | endif | ||
| 742 | MOSTLYCLEANFILES += stdalign.h stdalign.h-t | ||
| 743 | |||
| 744 | EXTRA_DIST += stdalign.in.h | ||
| 745 | |||
| 746 | ## end gnulib module stdalign | ||
| 747 | |||
| 748 | ## begin gnulib module stddef | ||
| 749 | |||
| 750 | BUILT_SOURCES += $(STDDEF_H) | ||
| 751 | |||
| 752 | # We need the following in order to create <stddef.h> when the system | ||
| 753 | # doesn't have one that works with the given compiler. | ||
| 754 | if GL_GENERATE_STDDEF_H | ||
| 755 | stddef.h: stddef.in.h $(top_builddir)/config.status | ||
| 756 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 757 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
| 758 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 759 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 760 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 761 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 762 | -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ | ||
| 763 | -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ | ||
| 764 | -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ | ||
| 765 | -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ | ||
| 766 | < $(srcdir)/stddef.in.h; \ | ||
| 767 | } > $@-t && \ | ||
| 768 | mv $@-t $@ | ||
| 769 | else | ||
| 770 | stddef.h: $(top_builddir)/config.status | ||
| 771 | rm -f $@ | ||
| 772 | endif | ||
| 773 | MOSTLYCLEANFILES += stddef.h stddef.h-t | ||
| 774 | |||
| 775 | EXTRA_DIST += stddef.in.h | ||
| 776 | |||
| 777 | ## end gnulib module stddef | ||
| 778 | |||
| 779 | ## begin gnulib module stdint | ||
| 780 | |||
| 781 | BUILT_SOURCES += $(STDINT_H) | ||
| 782 | |||
| 783 | # We need the following in order to create <stdint.h> when the system | ||
| 784 | # doesn't have one that works with the given compiler. | ||
| 785 | if GL_GENERATE_STDINT_H | ||
| 786 | stdint.h: stdint.in.h $(top_builddir)/config.status | ||
| 787 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 788 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | ||
| 789 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 790 | -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | ||
| 791 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 792 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 793 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 794 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | ||
| 795 | -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ | ||
| 796 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | ||
| 797 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | ||
| 798 | -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ | ||
| 799 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | ||
| 800 | -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ | ||
| 801 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | ||
| 802 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ | ||
| 803 | -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ | ||
| 804 | -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ | ||
| 805 | -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ | ||
| 806 | -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ | ||
| 807 | -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ | ||
| 808 | -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ | ||
| 809 | -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ | ||
| 810 | -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ | ||
| 811 | -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ | ||
| 812 | -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ | ||
| 813 | -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ | ||
| 814 | -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ | ||
| 815 | -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ | ||
| 816 | -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ | ||
| 817 | -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \ | ||
| 818 | < $(srcdir)/stdint.in.h; \ | ||
| 819 | } > $@-t && \ | ||
| 820 | mv $@-t $@ | ||
| 821 | else | ||
| 822 | stdint.h: $(top_builddir)/config.status | ||
| 823 | rm -f $@ | ||
| 824 | endif | ||
| 825 | MOSTLYCLEANFILES += stdint.h stdint.h-t | ||
| 826 | |||
| 827 | EXTRA_DIST += stdint.in.h | ||
| 828 | |||
| 829 | ## end gnulib module stdint | ||
| 830 | |||
| 831 | |||
| 832 | |||
| 833 | ## begin gnulib module stpcpy | ||
| 834 | |||
| 835 | |||
| 836 | EXTRA_DIST += stpcpy.c | ||
| 837 | |||
| 838 | EXTRA_libgnu_a_SOURCES += stpcpy.c | ||
| 839 | |||
| 840 | ## end gnulib module stpcpy | ||
| 841 | |||
| 842 | ## begin gnulib module strftime | ||
| 843 | |||
| 844 | libgnu_a_SOURCES += strftime.c | ||
| 845 | |||
| 846 | EXTRA_DIST += strftime.h | ||
| 847 | |||
| 848 | ## end gnulib module strftime | ||
| 849 | |||
| 850 | ## begin gnulib module string | ||
| 851 | |||
| 852 | BUILT_SOURCES += string.h | ||
| 853 | |||
| 854 | # We need the following in order to create <string.h> when the system | ||
| 855 | # doesn't have one that works with the given compiler. | ||
| 856 | string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | ||
| 857 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 858 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
| 859 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 860 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 861 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 862 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 863 | -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ | ||
| 864 | -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ | ||
| 865 | -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ | ||
| 866 | -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ | ||
| 867 | -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ | ||
| 868 | -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ | ||
| 869 | -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ | ||
| 870 | -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ | ||
| 871 | -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ | ||
| 872 | -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ | ||
| 873 | -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ | ||
| 874 | -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ | ||
| 875 | -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ | ||
| 876 | -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ | ||
| 877 | -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ | ||
| 878 | -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ | ||
| 879 | -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ | ||
| 880 | -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ | ||
| 881 | -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ | ||
| 882 | -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ | ||
| 883 | -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ | ||
| 884 | -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ | ||
| 885 | -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ | ||
| 886 | -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ | ||
| 887 | -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ | ||
| 888 | -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ | ||
| 889 | -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ | ||
| 890 | -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ | ||
| 891 | -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ | ||
| 892 | -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ | ||
| 893 | -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ | ||
| 894 | -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ | ||
| 895 | -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ | ||
| 896 | -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ | ||
| 897 | -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ | ||
| 898 | -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ | ||
| 899 | -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ | ||
| 900 | -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ | ||
| 901 | < $(srcdir)/string.in.h | \ | ||
| 902 | sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ | ||
| 903 | -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ | ||
| 904 | -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ | ||
| 905 | -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ | ||
| 906 | -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | ||
| 907 | -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | ||
| 908 | -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ | ||
| 909 | -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ | ||
| 910 | -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ | ||
| 911 | -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ | ||
| 912 | -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ | ||
| 913 | -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ | ||
| 914 | -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ | ||
| 915 | -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ | ||
| 916 | -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ | ||
| 917 | -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ | ||
| 918 | -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ | ||
| 919 | -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ | ||
| 920 | -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ | ||
| 921 | -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ | ||
| 922 | -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ | ||
| 923 | -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ | ||
| 924 | -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ | ||
| 925 | -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ | ||
| 926 | -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ | ||
| 927 | -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ | ||
| 928 | -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ | ||
| 929 | -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ | ||
| 930 | -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ | ||
| 931 | -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ | ||
| 932 | -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ | ||
| 933 | -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ | ||
| 934 | -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ | ||
| 935 | -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ | ||
| 936 | -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ | ||
| 937 | -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ | ||
| 938 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
| 939 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | ||
| 940 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ | ||
| 941 | < $(srcdir)/string.in.h; \ | ||
| 942 | } > $@-t && \ | ||
| 943 | mv $@-t $@ | ||
| 944 | MOSTLYCLEANFILES += string.h string.h-t | ||
| 945 | |||
| 946 | EXTRA_DIST += string.in.h | ||
| 947 | |||
| 948 | ## end gnulib module string | ||
| 949 | |||
| 950 | ## begin gnulib module strtoimax | ||
| 951 | |||
| 952 | |||
| 953 | EXTRA_DIST += strtoimax.c | ||
| 954 | |||
| 955 | EXTRA_libgnu_a_SOURCES += strtoimax.c | ||
| 956 | |||
| 957 | ## end gnulib module strtoimax | ||
| 958 | |||
| 959 | ## begin gnulib module strtoll | ||
| 960 | |||
| 961 | if gl_GNULIB_ENABLED_strtoll | ||
| 962 | |||
| 963 | endif | ||
| 964 | EXTRA_DIST += strtol.c strtoll.c | ||
| 965 | |||
| 966 | EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c | ||
| 967 | |||
| 968 | ## end gnulib module strtoll | ||
| 969 | |||
| 970 | ## begin gnulib module strtoull | ||
| 971 | |||
| 972 | if gl_GNULIB_ENABLED_strtoull | ||
| 973 | |||
| 974 | endif | ||
| 975 | EXTRA_DIST += strtol.c strtoul.c strtoull.c | ||
| 976 | |||
| 977 | EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c | ||
| 978 | |||
| 979 | ## end gnulib module strtoull | ||
| 980 | |||
| 981 | ## begin gnulib module strtoumax | ||
| 982 | |||
| 983 | |||
| 984 | EXTRA_DIST += strtoimax.c strtoumax.c | ||
| 985 | |||
| 986 | EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c | ||
| 987 | |||
| 988 | ## end gnulib module strtoumax | ||
| 989 | |||
| 990 | ## begin gnulib module symlink | ||
| 991 | |||
| 992 | |||
| 993 | EXTRA_DIST += symlink.c | ||
| 994 | |||
| 995 | EXTRA_libgnu_a_SOURCES += symlink.c | ||
| 996 | |||
| 997 | ## end gnulib module symlink | ||
| 998 | |||
| 999 | |||
| 1000 | |||
| 1001 | |||
| 1002 | |||
| 1003 | |||
| 1004 | ## begin gnulib module time | ||
| 1005 | |||
| 1006 | BUILT_SOURCES += time.h | ||
| 1007 | |||
| 1008 | # We need the following in order to create <time.h> when the system | ||
| 1009 | # doesn't have one that works with the given compiler. | ||
| 1010 | time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | ||
| 1011 | $(AM_V_GEN)rm -f $@-t $@ && \ | ||
| 1012 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | ||
| 1013 | sed -e 's|@''GUARD_PREFIX''@|GL|g' \ | ||
| 1014 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | ||
| 1015 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | ||
| 1016 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | ||
| 1017 | -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ | ||
| 1018 | -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \ | ||
| 1019 | -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \ | ||
| 1020 | -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \ | ||
| 1021 | -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ | ||
| 1022 | -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ | ||
| 1023 | -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ | ||
| 1024 | -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \ | ||
| 1025 | -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ | ||
| 1026 | -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ | ||
| 1027 | -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ | ||
| 1028 | -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ | ||
| 1029 | -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \ | ||
| 1030 | -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \ | ||
| 1031 | -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \ | ||
| 1032 | -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ | ||
| 1033 | -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \ | ||
| 1034 | -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ | ||
| 1035 | -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \ | ||
| 1036 | -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \ | ||
| 1037 | -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ | ||
| 1038 | -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ | ||
| 1039 | -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \ | ||
| 1040 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | ||
| 1041 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | ||
| 1042 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | ||
| 1043 | < $(srcdir)/time.in.h; \ | ||
| 1044 | } > $@-t && \ | ||
| 1045 | mv $@-t $@ | ||
| 1046 | MOSTLYCLEANFILES += time.h time.h-t | ||
| 1047 | |||
| 1048 | EXTRA_DIST += time.in.h | ||
| 1049 | |||
| 1050 | ## end gnulib module time | ||
| 1051 | |||
| 1052 | ## begin gnulib module time_r | ||
| 1053 | |||
| 1054 | |||
| 1055 | EXTRA_DIST += time_r.c | ||
| 1056 | |||
| 1057 | EXTRA_libgnu_a_SOURCES += time_r.c | ||
| 1058 | |||
| 1059 | ## end gnulib module time_r | ||
| 1060 | |||
| 1061 | ## begin gnulib module time_rz | ||
| 1062 | |||
| 1063 | |||
| 1064 | EXTRA_DIST += time-internal.h time_rz.c | ||
| 1065 | |||
| 1066 | EXTRA_libgnu_a_SOURCES += time_rz.c | ||
| 1067 | |||
| 1068 | ## end gnulib module time_rz | ||
| 1069 | |||
| 1070 | ## begin gnulib module timegm | ||
| 1071 | |||
| 1072 | |||
| 1073 | EXTRA_DIST += mktime-internal.h timegm.c | ||
| 1074 | |||
| 1075 | EXTRA_libgnu_a_SOURCES += timegm.c | ||
| 1076 | |||
| 1077 | ## end gnulib module timegm | ||
| 1078 | |||
| 1079 | ## begin gnulib module timespec | ||
| 1080 | |||
| 1081 | libgnu_a_SOURCES += timespec.c | ||
| 1082 | |||
| 1083 | EXTRA_DIST += timespec.h | ||
| 1084 | |||
| 1085 | ## end gnulib module timespec | ||
| 1086 | |||
| 1087 | ## begin gnulib module timespec-add | ||
| 1088 | |||
| 1089 | libgnu_a_SOURCES += timespec-add.c | ||
| 1090 | |||
| 1091 | ## end gnulib module timespec-add | ||
| 1092 | |||
| 1093 | ## begin gnulib module timespec-sub | ||
| 1094 | |||
| 1095 | libgnu_a_SOURCES += timespec-sub.c | ||
| 1096 | |||
| 1097 | ## end gnulib module timespec-sub | ||
| 1098 | |||
| 1099 | ## begin gnulib module u64 | ||
| 1100 | |||
| 1101 | libgnu_a_SOURCES += u64.c | ||
| 1102 | |||
| 1103 | EXTRA_DIST += u64.h | ||
| 1104 | |||
| 1105 | ## end gnulib module u64 | ||
| 1106 | |||
| 1107 | |||
| 1108 | ## begin gnulib module update-copyright | ||
| 1109 | |||
| 1110 | |||
| 1111 | EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright | ||
| 1112 | |||
| 1113 | ## end gnulib module update-copyright | ||
| 1114 | |||
| 1115 | ## begin gnulib module utimens | ||
| 1116 | |||
| 1117 | libgnu_a_SOURCES += utimens.c | ||
| 1118 | |||
| 1119 | EXTRA_DIST += utimens.h | ||
| 1120 | |||
| 1121 | ## end gnulib module utimens | ||
| 1122 | |||
| 1123 | ## begin gnulib module verify | ||
| 1124 | |||
| 1125 | |||
| 1126 | EXTRA_DIST += verify.h | ||
| 1127 | |||
| 1128 | ## end gnulib module verify | ||
| 1129 | |||
| 1130 | ## begin gnulib module vla | ||
| 1131 | |||
| 1132 | |||
| 1133 | EXTRA_DIST += vla.h | ||
| 1134 | |||
| 1135 | ## end gnulib module vla | ||
| 1136 | |||
| 1137 | ## begin gnulib module xalloc-oversized | ||
| 1138 | |||
| 1139 | if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec | ||
| 1140 | |||
| 1141 | endif | ||
| 1142 | EXTRA_DIST += xalloc-oversized.h | ||
| 1143 | |||
| 1144 | ## end gnulib module xalloc-oversized | ||
| 1145 | |||
| 1146 | |||
| 1147 | mostlyclean-local: mostlyclean-generic | ||
| 1148 | @for dir in '' $(MOSTLYCLEANDIRS); do \ | ||
| 1149 | if test -n "$$dir" && test -d $$dir; then \ | ||
| 1150 | echo "rmdir $$dir"; rmdir $$dir; \ | ||
| 1151 | fi; \ | ||
| 1152 | done; \ | ||
| 1153 | : | ||