mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 05:23:52 +08:00
10 lines
385 B
Makefile
10 lines
385 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 \
|
|
chown.m4 d-ino.m4 d-type.m4 getgroups.m4 getline.m4 getloadavg.m4 \
|
|
jm-mktime.m4 jm-winsz1.m4 jm-winsz2.m4 lstat.m4 memcmp.m4 putenv.m4 \
|
|
strftime.m4 uptime.m4
|