Gnulib: use conditional dependencies.

This commit is contained in:
Jeroen Meijer 2018-06-28 15:32:48 +02:00
parent 58fa890d78
commit cf7dacebb2
3 changed files with 330 additions and 53 deletions

View file

@ -21,7 +21,7 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
# Reproduce by: gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=autotools --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files fprintf-posix getrusage sys_resource sys_time
# Reproduce by: gnulib-tool --import --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=autotools --conditional-dependencies --libtool --macro-prefix=gl --no-vc-files fprintf-posix getrusage sys_resource sys_time
AUTOMAKE_OPTIONS = 1.9.6 gnits
@ -159,14 +159,18 @@ EXTRA_libgnu_la_SOURCES += fprintf.c
## begin gnulib module fpucw
if gl_GNULIB_ENABLED_fpucw
endif
EXTRA_DIST += fpucw.h
## end gnulib module fpucw
## begin gnulib module frexp-nolibm
if gl_GNULIB_ENABLED_e1c6a1281ce2cc59c716894550bcb2b5
endif
EXTRA_DIST += frexp.c
EXTRA_libgnu_la_SOURCES += frexp.c
@ -175,7 +179,9 @@ EXTRA_libgnu_la_SOURCES += frexp.c
## begin gnulib module frexpl-nolibm
if gl_GNULIB_ENABLED_e0ca81912f23214e44f5700922db34be
endif
EXTRA_DIST += frexp.c frexpl.c
EXTRA_libgnu_la_SOURCES += frexp.c frexpl.c
@ -184,7 +190,9 @@ EXTRA_libgnu_la_SOURCES += frexp.c frexpl.c
## begin gnulib module fseterr
if gl_GNULIB_ENABLED_fseterr
endif
EXTRA_DIST += fseterr.c fseterr.h stdio-impl.h
EXTRA_libgnu_la_SOURCES += fseterr.c
@ -202,7 +210,9 @@ EXTRA_libgnu_la_SOURCES += getrusage.c
## begin gnulib module isnand-nolibm
if gl_GNULIB_ENABLED_b1df7117b479d2da59d76deba468ee21
endif
EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
@ -211,7 +221,9 @@ EXTRA_libgnu_la_SOURCES += isnan.c isnand.c
## begin gnulib module isnanf-nolibm
if gl_GNULIB_ENABLED_3f0e593033d1fc2c127581960f641b66
endif
EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
EXTRA_libgnu_la_SOURCES += isnan.c isnanf.c
@ -220,7 +232,9 @@ EXTRA_libgnu_la_SOURCES += isnan.c isnanf.c
## begin gnulib module isnanl-nolibm
if gl_GNULIB_ENABLED_dbdf22868a5367f28bf18e0013ac6f8f
endif
EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
EXTRA_libgnu_la_SOURCES += isnan.c isnanl.c
@ -257,6 +271,7 @@ EXTRA_DIST += limits.in.h
## begin gnulib module math
if gl_GNULIB_ENABLED_math
BUILT_SOURCES += math.h
libgnu_la_SOURCES += math.c
@ -548,13 +563,16 @@ math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(
mv $@-t $@
MOSTLYCLEANFILES += math.h math.h-t
endif
EXTRA_DIST += math.in.h
## end gnulib module math
## begin gnulib module memchr
if gl_GNULIB_ENABLED_memchr
endif
EXTRA_DIST += memchr.c memchr.valgrind
EXTRA_libgnu_la_SOURCES += memchr.c
@ -563,16 +581,20 @@ EXTRA_libgnu_la_SOURCES += memchr.c
## begin gnulib module printf-frexp
if gl_GNULIB_ENABLED_2f551a684aab5400633cbfd56df3bf94
libgnu_la_SOURCES += printf-frexp.c
endif
EXTRA_DIST += printf-frexp.h
## end gnulib module printf-frexp
## begin gnulib module printf-frexpl
if gl_GNULIB_ENABLED_bba639f0cfd658540d716f3a2ba5e68f
libgnu_la_SOURCES += printf-frexpl.c
endif
EXTRA_DIST += printf-frexp.c printf-frexpl.h
EXTRA_libgnu_la_SOURCES += printf-frexp.c
@ -581,7 +603,9 @@ EXTRA_libgnu_la_SOURCES += printf-frexp.c
## begin gnulib module signbit
if gl_GNULIB_ENABLED_signbit
endif
EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
EXTRA_libgnu_la_SOURCES += signbitd.c signbitf.c signbitl.c
@ -590,8 +614,10 @@ EXTRA_libgnu_la_SOURCES += signbitd.c signbitf.c signbitl.c
## begin gnulib module size_max
if gl_GNULIB_ENABLED_size_max
libgnu_la_SOURCES += size_max.h
endif
## end gnulib module size_max
## begin gnulib module snippet/arg-nonnull
@ -843,6 +869,7 @@ EXTRA_DIST += stdio.in.h
## begin gnulib module string
if gl_GNULIB_ENABLED_string
BUILT_SOURCES += string.h
# We need the following in order to create <string.h> when the system
@ -939,6 +966,7 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
mv $@-t $@
MOSTLYCLEANFILES += string.h string.h-t
endif
EXTRA_DIST += string.in.h
## end gnulib module string
@ -1036,7 +1064,9 @@ EXTRA_DIST += sys_types.in.h
## begin gnulib module vasnprintf
if gl_GNULIB_ENABLED_vasnprintf
endif
EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
@ -1045,13 +1075,16 @@ EXTRA_libgnu_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
## begin gnulib module verify
if gl_GNULIB_ENABLED_verify
endif
EXTRA_DIST += verify.h
## end gnulib module verify
## begin gnulib module wchar
if gl_GNULIB_ENABLED_wchar
BUILT_SOURCES += wchar.h
# We need the following in order to create <wchar.h> when the system
@ -1172,14 +1205,17 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
mv $@-t $@
MOSTLYCLEANFILES += wchar.h wchar.h-t
endif
EXTRA_DIST += wchar.in.h
## end gnulib module wchar
## begin gnulib module xsize
if gl_GNULIB_ENABLED_xsize
libgnu_la_SOURCES += xsize.h xsize.c
endif
## end gnulib module xsize