Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.
[emacs.git] / nt / gnulib.mk
blob6d9fbcf02549a2b7fe4718d2aafcfd6d182fe623
1 ## This file is an edited copy of ../lib/gnulib.mk.
2 ##
3 ## The purpose of the edits is to avoid generating any headers
4 ## which would conflict with either the headers we have in nt/inc,
5 ## or with MinGW system headers and subsequent redirection of some
6 ## functions in nt/inc/ms-w32.h.
7 ##
8 ## In general, do NOT remove anything from ../lib/gnulib.mk that
9 ## doesn't need to be removed, to minimize the differences from
10 ## upstream gnulib.mk and thus make the maintenance easier. Every
11 ## header file whose generation is controlled by configure-time tests
12 ## does NOT need to be removed; instead, force the configure script to
13 ## accept whatever MinGW has to offer, by defining the appropriate
14 ## Autoconf variable in the nt/mingw-cfg.site file. Headers that are
15 ## generated conditionally have the tell-tale "if GL_GENERATE_foo_H"
16 ## condition before their Makefile snippet in this file. Likewise, do
17 ## NOT remove gnulib modules which introduce header files that don't
18 ## exist in MinGW and in nt/inc/, since they cannot possibly clash
19 ## with anything. Gnulib modules that introduce source *.c files also
20 ## need not be removed; if they define functions that could clash with
21 ## the w32 substitutes in Emacs, disable their compilation by defining
22 ## suitable variables in nt/mingw-cfg.site.
24 ## Process this file with automake to produce Makefile.in.
25 # Copyright (C) 2002-2016 Free Software Foundation, Inc.
27 # This file is free software; you can redistribute it and/or modify
28 # it under the terms of the GNU General Public License as published by
29 # the Free Software Foundation; either version 3 of the License, or
30 # (at your option) any later version.
32 # This file is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 # GNU General Public License for more details.
37 # You should have received a copy of the GNU General Public License
38 # along with this file. If not, see <http://www.gnu.org/licenses/>.
40 # As a special exception to the GNU General Public License,
41 # this file may be distributed as part of a program that
42 # contains a configuration script generated by Autoconf, under
43 # the same distribution terms as the rest of that program.
45 # Generated by gnulib-tool.
46 # 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=flexmember --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 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
49 MOSTLYCLEANFILES += core *.stackdump
51 noinst_LIBRARIES += libgnu.a
53 libgnu_a_SOURCES =
54 libgnu_a_LIBADD = $(gl_LIBOBJS)
55 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
56 EXTRA_libgnu_a_SOURCES =
58 ## begin gnulib module absolute-header
60 # Use this preprocessor expression to decide whether #include_next works.
61 # Do not rely on a 'configure'-time test for this, since the expression
62 # might appear in an installed header, which is used by some other compiler.
63 HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
65 ## end gnulib module absolute-header
67 ## begin gnulib module acl-permissions
69 libgnu_a_SOURCES += acl-errno-valid.c acl-internal.c \
70 get-permissions.c
72 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
74 EXTRA_libgnu_a_SOURCES += acl_entries.c
76 ## end gnulib module acl-permissions
78 ## begin gnulib module alloca-opt
80 BUILT_SOURCES += $(ALLOCA_H)
82 # We need the following in order to create <alloca.h> when the system
83 # doesn't have one that works with the given compiler.
84 if GL_GENERATE_ALLOCA_H
85 alloca.h: alloca.in.h $(top_builddir)/config.status
86 $(AM_V_GEN)rm -f $@-t $@ && \
87 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
88 cat $(srcdir)/alloca.in.h; \
89 } > $@-t && \
90 mv -f $@-t $@
91 else
92 alloca.h: $(top_builddir)/config.status
93 rm -f $@
94 endif
95 MOSTLYCLEANFILES += alloca.h alloca.h-t
97 EXTRA_DIST += alloca.in.h
99 ## end gnulib module alloca-opt
101 ## begin gnulib module binary-io
103 libgnu_a_SOURCES += binary-io.h binary-io.c
105 ## end gnulib module binary-io
107 ## begin gnulib module byteswap
109 BUILT_SOURCES += $(BYTESWAP_H)
111 # We need the following in order to create <byteswap.h> when the system
112 # doesn't have one.
113 if GL_GENERATE_BYTESWAP_H
114 byteswap.h: byteswap.in.h $(top_builddir)/config.status
115 $(AM_V_GEN)rm -f $@-t $@ && \
116 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
117 cat $(srcdir)/byteswap.in.h; \
118 } > $@-t && \
119 mv -f $@-t $@
120 else
121 byteswap.h: $(top_builddir)/config.status
122 rm -f $@
123 endif
124 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
126 EXTRA_DIST += byteswap.in.h
128 ## end gnulib module byteswap
130 ## begin gnulib module c-ctype
132 libgnu_a_SOURCES += c-ctype.h c-ctype.c
134 ## end gnulib module c-ctype
136 ## begin gnulib module c-strcase
138 libgnu_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
140 ## end gnulib module c-strcase
142 ## begin gnulib module close-stream
144 libgnu_a_SOURCES += close-stream.c
146 EXTRA_DIST += close-stream.h
148 ## end gnulib module close-stream
150 ## begin gnulib module count-one-bits
152 libgnu_a_SOURCES += count-one-bits.c
154 EXTRA_DIST += count-one-bits.h
156 ## end gnulib module count-one-bits
158 ## begin gnulib module count-trailing-zeros
160 libgnu_a_SOURCES += count-trailing-zeros.c
162 EXTRA_DIST += count-trailing-zeros.h
164 ## end gnulib module count-trailing-zeros
166 ## begin gnulib module crypto/md5
168 libgnu_a_SOURCES += md5.c
170 EXTRA_DIST += gl_openssl.h md5.h
172 ## end gnulib module crypto/md5
174 ## begin gnulib module crypto/sha1
176 libgnu_a_SOURCES += sha1.c
178 EXTRA_DIST += gl_openssl.h sha1.h
180 ## end gnulib module crypto/sha1
182 ## begin gnulib module crypto/sha256
184 libgnu_a_SOURCES += sha256.c
186 EXTRA_DIST += gl_openssl.h sha256.h
188 ## end gnulib module crypto/sha256
190 ## begin gnulib module crypto/sha512
192 libgnu_a_SOURCES += sha512.c
194 EXTRA_DIST += gl_openssl.h sha512.h
196 ## end gnulib module crypto/sha512
198 ## begin gnulib module dosname
200 if gl_GNULIB_ENABLED_dosname
202 endif
203 EXTRA_DIST += dosname.h
205 ## end gnulib module dosname
207 ## begin gnulib module dtoastr
209 libgnu_a_SOURCES += dtoastr.c
211 EXTRA_DIST += ftoastr.c ftoastr.h
213 EXTRA_libgnu_a_SOURCES += ftoastr.c
215 ## end gnulib module dtoastr
217 ## begin gnulib module dtotimespec
219 libgnu_a_SOURCES += dtotimespec.c
221 ## end gnulib module dtotimespec
223 ## begin gnulib module dup2
226 EXTRA_DIST += dup2.c
228 EXTRA_libgnu_a_SOURCES += dup2.c
230 ## end gnulib module dup2
232 ## begin gnulib module errno
234 BUILT_SOURCES += $(ERRNO_H)
236 # We need the following in order to create <errno.h> when the system
237 # doesn't have one that is POSIX compliant.
238 if GL_GENERATE_ERRNO_H
239 errno.h: errno.in.h $(top_builddir)/config.status
240 $(AM_V_GEN)rm -f $@-t $@ && \
241 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
242 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
243 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
244 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
245 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
246 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
247 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
248 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
249 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
250 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
251 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
252 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
253 < $(srcdir)/errno.in.h; \
254 } > $@-t && \
255 mv $@-t $@
256 else
257 errno.h: $(top_builddir)/config.status
258 rm -f $@
259 endif
260 MOSTLYCLEANFILES += errno.h errno.h-t
262 EXTRA_DIST += errno.in.h
264 ## end gnulib module errno
266 ## begin gnulib module euidaccess
268 if gl_GNULIB_ENABLED_euidaccess
270 endif
271 EXTRA_DIST += euidaccess.c
273 EXTRA_libgnu_a_SOURCES += euidaccess.c
275 ## end gnulib module euidaccess
277 ## begin gnulib module execinfo
279 BUILT_SOURCES += $(EXECINFO_H)
281 # We need the following in order to create <execinfo.h> when the system
282 # doesn't have one that works.
283 if GL_GENERATE_EXECINFO_H
284 execinfo.h: execinfo.in.h $(top_builddir)/config.status
285 $(AM_V_GEN)rm -f $@-t $@ && \
286 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
287 cat $(srcdir)/execinfo.in.h; \
288 } > $@-t && \
289 mv $@-t $@
290 else
291 execinfo.h: $(top_builddir)/config.status
292 rm -f $@
293 endif
294 MOSTLYCLEANFILES += execinfo.h execinfo.h-t
296 EXTRA_DIST += execinfo.c execinfo.in.h
298 EXTRA_libgnu_a_SOURCES += execinfo.c
300 ## end gnulib module execinfo
302 ## begin gnulib module faccessat
305 EXTRA_DIST += at-func.c faccessat.c
307 EXTRA_libgnu_a_SOURCES += at-func.c faccessat.c
309 ## end gnulib module faccessat
311 ## begin gnulib module fdatasync
314 EXTRA_DIST += fdatasync.c
316 EXTRA_libgnu_a_SOURCES += fdatasync.c
318 ## end gnulib module fdatasync
320 ## begin gnulib module fdopendir
323 EXTRA_DIST += fdopendir.c
325 EXTRA_libgnu_a_SOURCES += fdopendir.c
327 ## end gnulib module fdopendir
329 ## begin gnulib module filemode
331 libgnu_a_SOURCES += filemode.c
333 EXTRA_DIST += filemode.h
335 ## end gnulib module filemode
337 ## begin gnulib module filevercmp
339 libgnu_a_SOURCES += filevercmp.c
341 EXTRA_DIST += filevercmp.h
343 ## end gnulib module filevercmp
345 ## begin gnulib module fpending
348 EXTRA_DIST += fpending.c fpending.h stdio-impl.h
350 EXTRA_libgnu_a_SOURCES += fpending.c
352 ## end gnulib module fpending
354 ## begin gnulib module fstatat
357 EXTRA_DIST += at-func.c fstatat.c
359 EXTRA_libgnu_a_SOURCES += at-func.c fstatat.c
361 ## end gnulib module fstatat
363 ## begin gnulib module fsync
366 EXTRA_DIST += fsync.c
368 EXTRA_libgnu_a_SOURCES += fsync.c
370 ## end gnulib module fsync
372 ## begin gnulib module getdtablesize
374 if gl_GNULIB_ENABLED_getdtablesize
376 endif
377 EXTRA_DIST += getdtablesize.c
379 EXTRA_libgnu_a_SOURCES += getdtablesize.c
381 ## end gnulib module getdtablesize
383 ## begin gnulib module getgroups
385 if gl_GNULIB_ENABLED_getgroups
387 endif
388 EXTRA_DIST += getgroups.c
390 EXTRA_libgnu_a_SOURCES += getgroups.c
392 ## end gnulib module getgroups
394 ## begin gnulib module getloadavg
397 EXTRA_DIST += getloadavg.c
399 EXTRA_libgnu_a_SOURCES += getloadavg.c
401 ## end gnulib module getloadavg
403 ## begin gnulib module getopt-posix
405 BUILT_SOURCES += $(GETOPT_H)
407 # We need the following in order to create <getopt.h> when the system
408 # doesn't have one that works with the given compiler.
409 getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
410 $(AM_V_GEN)rm -f $@-t $@ && \
411 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
412 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
413 -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
414 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
415 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
416 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
417 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
418 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
419 < $(srcdir)/getopt.in.h; \
420 } > $@-t && \
421 mv -f $@-t $@
422 MOSTLYCLEANFILES += getopt.h getopt.h-t
424 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
426 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
428 ## end gnulib module getopt-posix
430 ## begin gnulib module gettext-h
432 if gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36
433 libgnu_a_SOURCES += gettext.h
435 endif
436 ## end gnulib module gettext-h
438 ## begin gnulib module gettime
440 libgnu_a_SOURCES += gettime.c
442 ## end gnulib module gettime
444 ## begin gnulib module gettimeofday
447 EXTRA_DIST += gettimeofday.c
449 EXTRA_libgnu_a_SOURCES += gettimeofday.c
451 ## end gnulib module gettimeofday
453 ## begin gnulib module group-member
455 if gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1
457 endif
458 EXTRA_DIST += group-member.c
460 EXTRA_libgnu_a_SOURCES += group-member.c
462 ## end gnulib module group-member
464 ## begin gnulib module ignore-value
467 EXTRA_DIST += ignore-value.h
469 ## end gnulib module ignore-value
471 ## begin gnulib module intprops
474 EXTRA_DIST += intprops.h
476 ## end gnulib module intprops
478 ## begin gnulib module limits-h
480 BUILT_SOURCES += $(LIMITS_H)
482 # We need the following in order to create <limits.h> when the system
483 # doesn't have one that is compatible with GNU.
484 if GL_GENERATE_LIMITS_H
485 limits.h: limits.in.h $(top_builddir)/config.status
486 $(AM_V_GEN)rm -f $@-t $@ && \
487 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
488 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
489 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
490 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
491 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
492 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
493 < $(srcdir)/limits.in.h; \
494 } > $@-t && \
495 mv $@-t $@
496 else
497 limits.h: $(top_builddir)/config.status
498 rm -f $@
499 endif
500 MOSTLYCLEANFILES += limits.h limits.h-t
502 EXTRA_DIST += limits.in.h
504 ## end gnulib module limits-h
506 ## begin gnulib module lstat
509 EXTRA_DIST += lstat.c
511 EXTRA_libgnu_a_SOURCES += lstat.c
513 ## end gnulib module lstat
515 ## begin gnulib module memrchr
518 EXTRA_DIST += memrchr.c
520 EXTRA_libgnu_a_SOURCES += memrchr.c
522 ## end gnulib module memrchr
524 ## begin gnulib module mktime
527 EXTRA_DIST += mktime-internal.h mktime.c
529 EXTRA_libgnu_a_SOURCES += mktime.c
531 ## end gnulib module mktime
533 ## begin gnulib module mktime-internal
535 if gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31
537 endif
538 EXTRA_DIST += mktime-internal.h mktime.c
540 EXTRA_libgnu_a_SOURCES += mktime.c
542 ## end gnulib module mktime-internal
544 ## begin gnulib module openat-h
546 if gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7
548 endif
549 EXTRA_DIST += openat.h
551 ## end gnulib module openat-h
553 ## begin gnulib module pathmax
555 if gl_GNULIB_ENABLED_pathmax
557 endif
558 EXTRA_DIST += pathmax.h
560 ## end gnulib module pathmax
562 ## begin gnulib module pselect
565 EXTRA_DIST += pselect.c
567 EXTRA_libgnu_a_SOURCES += pselect.c
569 ## end gnulib module pselect
571 ## begin gnulib module pthread_sigmask
574 EXTRA_DIST += pthread_sigmask.c
576 EXTRA_libgnu_a_SOURCES += pthread_sigmask.c
578 ## end gnulib module pthread_sigmask
580 ## begin gnulib module putenv
583 EXTRA_DIST += putenv.c
585 EXTRA_libgnu_a_SOURCES += putenv.c
587 ## end gnulib module putenv
589 ## begin gnulib module qcopy-acl
591 libgnu_a_SOURCES += qcopy-acl.c
593 ## end gnulib module qcopy-acl
595 ## begin gnulib module readlink
598 EXTRA_DIST += readlink.c
600 EXTRA_libgnu_a_SOURCES += readlink.c
602 ## end gnulib module readlink
604 ## begin gnulib module readlinkat
607 EXTRA_DIST += at-func.c readlinkat.c
609 EXTRA_libgnu_a_SOURCES += at-func.c readlinkat.c
611 ## end gnulib module readlinkat
613 ## begin gnulib module root-uid
615 if gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c
617 endif
618 EXTRA_DIST += root-uid.h
620 ## end gnulib module root-uid
622 ## begin gnulib module sig2str
625 EXTRA_DIST += sig2str.c sig2str.h
627 EXTRA_libgnu_a_SOURCES += sig2str.c
629 ## end gnulib module sig2str
631 ## begin gnulib module snippet/_Noreturn
633 # Because this Makefile snippet defines a variable used by other
634 # gnulib Makefile snippets, it must be present in all Makefile.am that
635 # need it. This is ensured by the applicability 'all' defined above.
637 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
639 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
641 ## end gnulib module snippet/_Noreturn
643 ## begin gnulib module snippet/arg-nonnull
645 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
646 # statements but through direct file reference. Therefore this snippet must be
647 # present in all Makefile.am that need it. This is ensured by the applicability
648 # 'all' defined above.
650 BUILT_SOURCES += arg-nonnull.h
651 # The arg-nonnull.h that gets inserted into generated .h files is the same as
652 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
653 # off.
654 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
655 $(AM_V_GEN)rm -f $@-t $@ && \
656 sed -n -e '/GL_ARG_NONNULL/,$$p' \
657 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
658 > $@-t && \
659 mv $@-t $@
660 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
662 ARG_NONNULL_H=arg-nonnull.h
664 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
666 ## end gnulib module snippet/arg-nonnull
668 ## begin gnulib module snippet/c++defs
670 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
671 # statements but through direct file reference. Therefore this snippet must be
672 # present in all Makefile.am that need it. This is ensured by the applicability
673 # 'all' defined above.
675 BUILT_SOURCES += c++defs.h
676 # The c++defs.h that gets inserted into generated .h files is the same as
677 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
678 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
679 $(AM_V_GEN)rm -f $@-t $@ && \
680 sed -n -e '/_GL_CXXDEFS/,$$p' \
681 < $(top_srcdir)/build-aux/snippet/c++defs.h \
682 > $@-t && \
683 mv $@-t $@
684 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
686 CXXDEFS_H=c++defs.h
688 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
690 ## end gnulib module snippet/c++defs
692 ## begin gnulib module snippet/warn-on-use
694 BUILT_SOURCES += warn-on-use.h
695 # The warn-on-use.h that gets inserted into generated .h files is the same as
696 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
697 # off.
698 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
699 $(AM_V_GEN)rm -f $@-t $@ && \
700 sed -n -e '/^.ifndef/,$$p' \
701 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
702 > $@-t && \
703 mv $@-t $@
704 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
706 WARN_ON_USE_H=warn-on-use.h
708 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
710 ## end gnulib module snippet/warn-on-use
712 ## begin gnulib module stat
714 if gl_GNULIB_ENABLED_stat
716 endif
717 EXTRA_DIST += stat.c
719 EXTRA_libgnu_a_SOURCES += stat.c
721 ## end gnulib module stat
723 ## begin gnulib module stat-time
725 libgnu_a_SOURCES += stat-time.c
727 EXTRA_DIST += stat-time.h
729 ## end gnulib module stat-time
731 ## begin gnulib module stdalign
733 BUILT_SOURCES += $(STDALIGN_H)
735 # We need the following in order to create <stdalign.h> when the system
736 # doesn't have one that works.
737 if GL_GENERATE_STDALIGN_H
738 stdalign.h: stdalign.in.h $(top_builddir)/config.status
739 $(AM_V_GEN)rm -f $@-t $@ && \
740 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
741 cat $(srcdir)/stdalign.in.h; \
742 } > $@-t && \
743 mv $@-t $@
744 else
745 stdalign.h: $(top_builddir)/config.status
746 rm -f $@
747 endif
748 MOSTLYCLEANFILES += stdalign.h stdalign.h-t
750 EXTRA_DIST += stdalign.in.h
752 ## end gnulib module stdalign
754 ## begin gnulib module stddef
756 BUILT_SOURCES += $(STDDEF_H)
758 # We need the following in order to create <stddef.h> when the system
759 # doesn't have one that works with the given compiler.
760 if GL_GENERATE_STDDEF_H
761 stddef.h: stddef.in.h $(top_builddir)/config.status
762 $(AM_V_GEN)rm -f $@-t $@ && \
763 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
764 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
765 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
766 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
767 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
768 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
769 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
770 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
771 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
772 < $(srcdir)/stddef.in.h; \
773 } > $@-t && \
774 mv $@-t $@
775 else
776 stddef.h: $(top_builddir)/config.status
777 rm -f $@
778 endif
779 MOSTLYCLEANFILES += stddef.h stddef.h-t
781 EXTRA_DIST += stddef.in.h
783 ## end gnulib module stddef
785 ## begin gnulib module stdint
787 BUILT_SOURCES += $(STDINT_H)
789 # We need the following in order to create <stdint.h> when the system
790 # doesn't have one that works with the given compiler.
791 if GL_GENERATE_STDINT_H
792 stdint.h: stdint.in.h $(top_builddir)/config.status
793 $(AM_V_GEN)rm -f $@-t $@ && \
794 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
795 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
796 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
797 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
798 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
799 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
800 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
801 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
802 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
803 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
804 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
805 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
806 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
807 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
808 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
809 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
810 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
811 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
812 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
813 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
814 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
815 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
816 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
817 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
818 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
819 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
820 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
821 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
822 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
823 < $(srcdir)/stdint.in.h; \
824 } > $@-t && \
825 mv $@-t $@
826 else
827 stdint.h: $(top_builddir)/config.status
828 rm -f $@
829 endif
830 MOSTLYCLEANFILES += stdint.h stdint.h-t
832 EXTRA_DIST += stdint.in.h
834 ## end gnulib module stdint
836 ## begin gnulib module stpcpy
839 EXTRA_DIST += stpcpy.c
841 EXTRA_libgnu_a_SOURCES += stpcpy.c
843 ## end gnulib module stpcpy
845 ## begin gnulib module strftime
847 libgnu_a_SOURCES += strftime.c
849 EXTRA_DIST += strftime.h
851 ## end gnulib module strftime
853 ## begin gnulib module string
855 BUILT_SOURCES += string.h
857 # We need the following in order to create <string.h> when the system
858 # doesn't have one that works with the given compiler.
859 string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
860 $(AM_V_GEN)rm -f $@-t $@ && \
861 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
862 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
863 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
864 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
865 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
866 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
867 -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
868 -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
869 -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
870 -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
871 -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
872 -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
873 -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
874 -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
875 -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
876 -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
877 -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
878 -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
879 -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
880 -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
881 -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
882 -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
883 -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
884 -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
885 -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
886 -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
887 -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
888 -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
889 -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
890 -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
891 -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
892 -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
893 -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
894 -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
895 -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
896 -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
897 -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
898 -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
899 -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
900 -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
901 -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
902 -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
903 -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
904 < $(srcdir)/string.in.h | \
905 sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
906 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
907 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
908 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
909 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
910 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
911 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
912 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
913 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
914 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
915 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
916 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
917 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
918 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
919 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
920 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
921 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
922 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
923 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
924 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
925 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
926 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
927 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
928 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
929 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
930 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
931 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
932 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
933 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
934 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
935 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
936 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
937 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
938 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
939 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
940 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
941 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
942 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
943 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
944 < $(srcdir)/string.in.h; \
945 } > $@-t && \
946 mv $@-t $@
947 MOSTLYCLEANFILES += string.h string.h-t
949 EXTRA_DIST += string.in.h
951 ## end gnulib module string
953 ## begin gnulib module strtoimax
956 EXTRA_DIST += strtoimax.c
958 EXTRA_libgnu_a_SOURCES += strtoimax.c
960 ## end gnulib module strtoimax
962 ## begin gnulib module strtoll
964 if gl_GNULIB_ENABLED_strtoll
966 endif
967 EXTRA_DIST += strtol.c strtoll.c
969 EXTRA_libgnu_a_SOURCES += strtol.c strtoll.c
971 ## end gnulib module strtoll
973 ## begin gnulib module strtoull
975 if gl_GNULIB_ENABLED_strtoull
977 endif
978 EXTRA_DIST += strtol.c strtoul.c strtoull.c
980 EXTRA_libgnu_a_SOURCES += strtol.c strtoul.c strtoull.c
982 ## end gnulib module strtoull
984 ## begin gnulib module strtoumax
987 EXTRA_DIST += strtoimax.c strtoumax.c
989 EXTRA_libgnu_a_SOURCES += strtoimax.c strtoumax.c
991 ## end gnulib module strtoumax
993 ## begin gnulib module symlink
996 EXTRA_DIST += symlink.c
998 EXTRA_libgnu_a_SOURCES += symlink.c
1000 ## end gnulib module symlink
1002 ## begin gnulib module time
1004 BUILT_SOURCES += time.h
1006 # We need the following in order to create <time.h> when the system
1007 # doesn't have one that works with the given compiler.
1008 time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1009 $(AM_V_GEN)rm -f $@-t $@ && \
1010 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1011 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1012 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1013 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1014 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1015 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1016 -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
1017 -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
1018 -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
1019 -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
1020 -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
1021 -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
1022 -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
1023 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
1024 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
1025 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
1026 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
1027 -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
1028 -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
1029 -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
1030 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1031 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
1032 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1033 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1034 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1035 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1036 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1037 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
1038 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1039 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1040 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1041 < $(srcdir)/time.in.h; \
1042 } > $@-t && \
1043 mv $@-t $@
1044 MOSTLYCLEANFILES += time.h time.h-t
1046 EXTRA_DIST += time.in.h
1048 ## end gnulib module time
1050 ## begin gnulib module time_r
1053 EXTRA_DIST += time_r.c
1055 EXTRA_libgnu_a_SOURCES += time_r.c
1057 ## end gnulib module time_r
1059 ## begin gnulib module time_rz
1062 EXTRA_DIST += time_rz.c
1064 EXTRA_libgnu_a_SOURCES += time_rz.c
1066 ## end gnulib module time_rz
1068 ## begin gnulib module timegm
1071 EXTRA_DIST += mktime-internal.h timegm.c
1073 EXTRA_libgnu_a_SOURCES += timegm.c
1075 ## end gnulib module timegm
1077 ## begin gnulib module timespec
1079 libgnu_a_SOURCES += timespec.c
1081 EXTRA_DIST += timespec.h
1083 ## end gnulib module timespec
1085 ## begin gnulib module timespec-add
1087 libgnu_a_SOURCES += timespec-add.c
1089 ## end gnulib module timespec-add
1091 ## begin gnulib module timespec-sub
1093 libgnu_a_SOURCES += timespec-sub.c
1095 ## end gnulib module timespec-sub
1097 ## begin gnulib module u64
1099 libgnu_a_SOURCES += u64.c
1101 EXTRA_DIST += u64.h
1103 ## end gnulib module u64
1105 ## begin gnulib module update-copyright
1108 EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
1110 ## end gnulib module update-copyright
1112 ## begin gnulib module utimens
1114 libgnu_a_SOURCES += utimens.c
1116 EXTRA_DIST += utimens.h
1118 ## end gnulib module utimens
1120 ## begin gnulib module verify
1123 EXTRA_DIST += verify.h
1125 ## end gnulib module verify
1127 ## begin gnulib module vla
1130 EXTRA_DIST += vla.h
1132 ## end gnulib module vla
1134 ## begin gnulib module xalloc-oversized
1136 if gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec
1138 endif
1139 EXTRA_DIST += xalloc-oversized.h
1141 ## end gnulib module xalloc-oversized
1144 mostlyclean-local: mostlyclean-generic
1145 @for dir in '' $(MOSTLYCLEANDIRS); do \
1146 if test -n "$$dir" && test -d $$dir; then \
1147 echo "rmdir $$dir"; rmdir $$dir; \
1148 fi; \
1149 done; \