summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-10 08:58:43 +0200
committerJim Meyering <meyering@redhat.com>2009-10-10 08:58:43 +0200
commit4f1a3eda10608fe444e199477e730d434579f0f7 (patch)
tree43dd3df65dc56c258ef11a42036ae6f9fe90d2fd /src
parentc9e7b8844b8c5c9e073d21cde57e945eda5ea2c2 (diff)
downloadcoreutils-4f1a3eda10608fe444e199477e730d434579f0f7.tar.xz
maint: list program names one per line
* src/Makefile.am (EXTRA_PROGRAMS): List them one per line. (build_if_possible__progs): Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am143
1 files changed, 116 insertions, 27 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aee904f6b..681c3939e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,25 +24,114 @@ no_install__progs = \
arch hostname su
build_if_possible__progs = \
- chroot df hostid nice pinky stdbuf libstdbuf.so stty su uname uptime users who
+ chroot \
+ df \
+ hostid \
+ libstdbuf.so \
+ nice \
+ pinky \
+ stdbuf \
+ stty \
+ su \
+ uname \
+ uptime \
+ users \
+ who
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
EXTRA_PROGRAMS = \
$(no_install__progs) \
$(build_if_possible__progs) \
- [ chcon chgrp chown chmod cp dd dircolors du \
- ginstall link ln dir vdir ls mkdir \
- mkfifo mknod mktemp \
- mv nohup readlink rm rmdir shred stat sync touch unlink \
- cat cksum comm csplit cut expand fmt fold head join groups md5sum \
- nl od paste pr ptx sha1sum sha224sum sha256sum sha384sum sha512sum \
- shuf sort split sum tac tail tr tsort unexpand uniq wc \
- basename date dirname echo env expr factor false \
- id kill logname pathchk printenv printf pwd \
- runcon seq sleep tee \
- test timeout true truncate tty whoami yes \
- base64
+ [ \
+ base64 \
+ basename \
+ cat \
+ chcon \
+ chgrp \
+ chmod \
+ chown \
+ cksum \
+ comm \
+ cp \
+ csplit \
+ cut \
+ date \
+ dd \
+ dir \
+ dircolors \
+ dirname \
+ du \
+ echo \
+ env \
+ expand \
+ expr \
+ factor \
+ false \
+ fmt \
+ fold \
+ ginstall \
+ groups \
+ head \
+ id \
+ join \
+ kill \
+ link \
+ ln \
+ logname \
+ ls \
+ md5sum \
+ mkdir \
+ mkfifo \
+ mknod \
+ mktemp \
+ mv \
+ nl \
+ nohup \
+ od \
+ paste \
+ pathchk \
+ pr \
+ printenv \
+ printf \
+ ptx \
+ pwd \
+ readlink \
+ rm \
+ rmdir \
+ runcon \
+ seq \
+ sha1sum \
+ sha224sum \
+ sha256sum \
+ sha384sum \
+ sha512sum \
+ shred \
+ shuf \
+ sleep \
+ sort \
+ split \
+ stat \
+ sum \
+ sync \
+ tac \
+ tail \
+ tee \
+ test \
+ timeout \
+ touch \
+ tr \
+ true \
+ truncate \
+ tsort \
+ tty \
+ unexpand \
+ uniq \
+ unlink \
+ vdir \
+ wc \
+ whoami \
+ yes
bin_PROGRAMS = $(OPTIONAL_BIN_PROGS)
@@ -50,20 +139,20 @@ noinst_PROGRAMS = setuidgid getlimits
pkglib_PROGRAMS = $(OPTIONAL_PKGLIB_PROGS)
-noinst_HEADERS = \
- chown-core.h \
- copy.h \
- cp-hash.h \
- dircolors.h \
- fs.h \
- group-list.h \
- ls.h \
- operand2sig.h \
- prog-fprintf.h \
- remove.h \
- system.h \
- wheel-size.h \
- wheel.h \
+noinst_HEADERS = \
+ chown-core.h \
+ copy.h \
+ cp-hash.h \
+ dircolors.h \
+ fs.h \
+ group-list.h \
+ ls.h \
+ operand2sig.h \
+ prog-fprintf.h \
+ remove.h \
+ system.h \
+ wheel-size.h \
+ wheel.h \
uname.h
EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \