diff options
Diffstat (limited to 'lib/gnulib.mk')
| -rw-r--r-- | lib/gnulib.mk | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk index 1335c80dae5..420520fbce7 100644 --- a/lib/gnulib.mk +++ b/lib/gnulib.mk | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | # the same distribution terms as the rest of that program. | 21 | # the same distribution terms as the rest of that program. |
| 22 | # | 22 | # |
| 23 | # Generated by gnulib-tool. | 23 | # Generated by gnulib-tool. |
| 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=at-internal --avoid=errno --avoid=fchdir --avoid=fcntl --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=openat-die --avoid=openat-h --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl-h filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask readlink sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub utimens warnings | 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=at-internal --avoid=errno --avoid=fchdir --avoid=fcntl --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=openat-die --avoid=openat-h --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl-h filemode getloadavg getopt-gnu gettime gettimeofday ignore-value intprops largefile lstat manywarnings mktime pselect pthread_sigmask putenv readlink sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | MOSTLYCLEANFILES += core *.stackdump | 27 | MOSTLYCLEANFILES += core *.stackdump |
| @@ -439,6 +439,15 @@ EXTRA_libgnu_a_SOURCES += pthread_sigmask.c | |||
| 439 | 439 | ||
| 440 | ## end gnulib module pthread_sigmask | 440 | ## end gnulib module pthread_sigmask |
| 441 | 441 | ||
| 442 | ## begin gnulib module putenv | ||
| 443 | |||
| 444 | |||
| 445 | EXTRA_DIST += putenv.c | ||
| 446 | |||
| 447 | EXTRA_libgnu_a_SOURCES += putenv.c | ||
| 448 | |||
| 449 | ## end gnulib module putenv | ||
| 450 | |||
| 442 | ## begin gnulib module readlink | 451 | ## begin gnulib module readlink |
| 443 | 452 | ||
| 444 | 453 | ||
| @@ -1409,6 +1418,15 @@ EXTRA_DIST += unistd.in.h | |||
| 1409 | 1418 | ||
| 1410 | ## end gnulib module unistd | 1419 | ## end gnulib module unistd |
| 1411 | 1420 | ||
| 1421 | ## begin gnulib module unsetenv | ||
| 1422 | |||
| 1423 | |||
| 1424 | EXTRA_DIST += unsetenv.c | ||
| 1425 | |||
| 1426 | EXTRA_libgnu_a_SOURCES += unsetenv.c | ||
| 1427 | |||
| 1428 | ## end gnulib module unsetenv | ||
| 1429 | |||
| 1412 | ## begin gnulib module utimens | 1430 | ## begin gnulib module utimens |
| 1413 | 1431 | ||
| 1414 | libgnu_a_SOURCES += utimens.c | 1432 | libgnu_a_SOURCES += utimens.c |