33 lines
596 B
Makefile
33 lines
596 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
|
|
# Generate this list with
|
|
# find . -type f -name '*.m4' -printf '%f\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012'
|
|
EXTRA_DIST = README \
|
|
ansi-c++.m4 \
|
|
codeset.m4 \
|
|
gettext.m4 \
|
|
glibc2.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
intdiv0.m4 \
|
|
intmax.m4 \
|
|
inttypes-pri.m4 \
|
|
inttypes.m4 \
|
|
inttypes_h.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
longdouble.m4 \
|
|
longlong.m4 \
|
|
nls.m4 \
|
|
po.m4 \
|
|
printf-posix.m4 \
|
|
progtest.m4 \
|
|
signed.m4 \
|
|
size_max.m4 \
|
|
stdint_h.m4 \
|
|
uintmax_t.m4 \
|
|
ulonglong.m4 \
|
|
wchar_t.m4 \
|
|
wint_t.m4 \
|
|
xsize.m4
|