mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-01 09:44:43 +02:00
12 lines
553 B
Makefile
12 lines
553 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
# Generate this list with
|
|
# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
|
|
# |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
|
|
EXTRA_DIST = README \
|
|
ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
|
|
gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4 \
|
|
jm-winsz2.m4 lcmessage.m4 lispdir.m4 maintainer.m4 memcmp.m4 mktime.m4 \
|
|
obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4 \
|
|
strtod.m4 termios.m4 uptime.m4 winsz.m4
|