util-linux/bash-completion/Makemodule.am

334 lines
7.7 KiB
Plaintext
Raw Normal View History

if BUILD_BASH_COMPLETION
if BUILD_BLKID
dist_bashcompletion_DATA += bash-completion/blkid
endif
if BUILD_CAL
dist_bashcompletion_DATA += bash-completion/cal
endif
if BUILD_COL
dist_bashcompletion_DATA += bash-completion/col
endif
if BUILD_COLCRT
dist_bashcompletion_DATA += bash-completion/colcrt
endif
if BUILD_COLRM
dist_bashcompletion_DATA += bash-completion/colrm
endif
if BUILD_COLUMN
dist_bashcompletion_DATA += bash-completion/column
endif
if BUILD_FINCORE
dist_bashcompletion_DATA += bash-completion/fincore
endif
if BUILD_FINDFS
dist_bashcompletion_DATA += bash-completion/findfs
endif
if BUILD_FINDMNT
dist_bashcompletion_DATA += bash-completion/findmnt
endif
if BUILD_FLOCK
dist_bashcompletion_DATA += bash-completion/flock
endif
if BUILD_GETOPT
dist_bashcompletion_DATA += bash-completion/getopt
endif
if BUILD_HEXDUMP
dist_bashcompletion_DATA += bash-completion/hexdump
endif
if BUILD_IPCMK
dist_bashcompletion_DATA += bash-completion/ipcmk
endif
if BUILD_IPCRM
dist_bashcompletion_DATA += bash-completion/ipcrm
endif
if BUILD_IPCS
dist_bashcompletion_DATA += bash-completion/ipcs
endif
if BUILD_IRQTOP
dist_bashcompletion_DATA += bash-completion/irqtop
endif
if BUILD_ISOSIZE
dist_bashcompletion_DATA += bash-completion/isosize
endif
if BUILD_LOGGER
dist_bashcompletion_DATA += bash-completion/logger
endif
if BUILD_LOOK
dist_bashcompletion_DATA += bash-completion/look
endif
if BUILD_LSIPC
dist_bashcompletion_DATA += bash-completion/lsipc
endif
if BUILD_LSIRQ
dist_bashcompletion_DATA += bash-completion/lsirq
endif
if BUILD_LSNS
dist_bashcompletion_DATA += bash-completion/lsns
endif
if BUILD_MCOOKIE
dist_bashcompletion_DATA += bash-completion/mcookie
endif
if BUILD_MKFS
dist_bashcompletion_DATA += bash-completion/mkfs
endif
if BUILD_MKSWAP
dist_bashcompletion_DATA += bash-completion/mkswap
endif
if BUILD_NAMEI
dist_bashcompletion_DATA += bash-completion/namei
endif
if BUILD_PRLIMIT
dist_bashcompletion_DATA += bash-completion/prlimit
endif
if BUILD_READPROFILE
dist_bashcompletion_DATA += bash-completion/readprofile
endif
if BUILD_RENICE
dist_bashcompletion_DATA += bash-completion/renice
endif
if BUILD_REV
dist_bashcompletion_DATA += bash-completion/rev
endif
if BUILD_SCRIPT
dist_bashcompletion_DATA += bash-completion/script
endif
if BUILD_SCRIPTREPLAY
dist_bashcompletion_DATA += bash-completion/scriptreplay
endif
if BUILD_SCRIPTLIVE
dist_bashcompletion_DATA += bash-completion/scriptlive
endif
if BUILD_SETSID
dist_bashcompletion_DATA += bash-completion/setsid
endif
if BUILD_WHEREIS
dist_bashcompletion_DATA += bash-completion/whereis
endif
if BUILD_WIPEFS
dist_bashcompletion_DATA += bash-completion/wipefs
endif
if BUILD_FSCK
dist_bashcompletion_DATA += bash-completion/fsck
endif
if BUILD_BFS
dist_bashcompletion_DATA += bash-completion/mkfs.bfs
endif
if BUILD_MINIX
dist_bashcompletion_DATA += \
bash-completion/fsck.minix \
bash-completion/mkfs.minix
endif
if BUILD_CRAMFS
dist_bashcompletion_DATA += \
bash-completion/fsck.cramfs \
bash-completion/mkfs.cramfs
endif
if BUILD_PARTX
dist_bashcompletion_DATA += \
bash-completion/addpart \
bash-completion/delpart \
bash-completion/resizepart \
bash-completion/partx
endif
if BUILD_RAW
dist_bashcompletion_DATA += bash-completion/raw
endif
if BUILD_SWAPLABEL
dist_bashcompletion_DATA += bash-completion/swaplabel
endif
if BUILD_FDFORMAT
dist_bashcompletion_DATA += bash-completion/fdformat
endif
2014-08-08 12:30:55 -05:00
if BUILD_BLOCKDEV
dist_bashcompletion_DATA += bash-completion/blockdev
endif
if BUILD_FDISK
dist_bashcompletion_DATA += bash-completion/fdisk
endif
if BUILD_SFDISK
dist_bashcompletion_DATA += bash-completion/sfdisk
endif
if BUILD_CFDISK
dist_bashcompletion_DATA += bash-completion/cfdisk
endif
if BUILD_CHFN_CHSH
dist_bashcompletion_DATA += \
bash-completion/chfn \
bash-completion/chsh
endif
if BUILD_LAST
dist_bashcompletion_DATA += bash-completion/last
endif
if BUILD_LSLOGINS
dist_bashcompletion_DATA += bash-completion/lslogins
endif
if BUILD_NEWGRP
dist_bashcompletion_DATA += bash-completion/newgrp
endif
if BUILD_SU
dist_bashcompletion_DATA += bash-completion/su
endif
if BUILD_RUNUSER
install-data-hook-bashcomp-runuser::
if BUILD_SU
ln -sf su $(DESTDIR)$(bashcompletiondir)/runuser
else
cp $(top_srcdir)/bash-completion/su $(DESTDIR)$(bashcompletiondir)/runuser
endif
INSTALL_DATA_HOOKS += install-data-hook-bashcomp-runuser
endif
if BUILD_UTMPDUMP
dist_bashcompletion_DATA += bash-completion/utmpdump
endif
if BUILD_LIBUUID
dist_bashcompletion_DATA += bash-completion/uuidgen
endif
if BUILD_UUIDPARSE
dist_bashcompletion_DATA += bash-completion/uuidparse
endif
if BUILD_UUIDD
dist_bashcompletion_DATA += bash-completion/uuidd
endif
if BUILD_LSBLK
dist_bashcompletion_DATA += bash-completion/lsblk
endif
if BUILD_LSLOCKS
dist_bashcompletion_DATA += bash-completion/lslocks
endif
if BUILD_RENAME
dist_bashcompletion_DATA += bash-completion/rename
endif
if BUILD_CHRT
dist_bashcompletion_DATA += bash-completion/chrt
endif
if BUILD_UCLAMPSET
dist_bashcompletion_DATA += bash-completion/uclampset
endif
if BUILD_IONICE
dist_bashcompletion_DATA += bash-completion/ionice
endif
if BUILD_TASKSET
dist_bashcompletion_DATA += bash-completion/taskset
endif
if BUILD_CHCPU
dist_bashcompletion_DATA += bash-completion/chcpu
endif
bash-completion: update sys-utils blkdiscard: Add --step [1] and --zeroout [2] options. Commit [1]: c472a7e35ae40652bdcf66c08a23bd50d48d1884 Commit [2]: 7154cc892688f3c58cbbcdc2055f2635c1d0ef5b chmem: Commit: 30e1ea8ba1984488fdb16506ebafe4dc23280e5a dmesg: Add --time-format. Commit: babf605d2ca969a434f2f14579ddf44252adff4f fallocate: Add --insert-range [1], --collapse-range [2], --zero-range [3], and --posix [4] options. Also make the options to be in same order as usage() output. Commit [1]: b439065634e693dda385a6e5269e1d9258d6d471 Commit [2]: 83cc932d7412cb9d23bf9f06a9a54c8566e1a788 Commit [3]: 1fd4f609ee65be0f376ed28322fc3593026d39e4 Commit [4]: 833f9a7aae713278eec5f85266597482f18c7370 Command [5]: fallocate --help | awk '/--/ {print "\t\t\t\t" $2}' flock: Add --no-fork option. Commit: 703251401cb11ee5d00a6b8f8bd9dc80c160f476 hwclock: Add --udate-drift [1], remove --badyear [2], and use the same argument for --date as in manual page[3]. Commit [1]: f276d71a3ef6a65299deb5e14a188e0a786ecebd Commit [2]: f6374e1fb33d5ca726b72212b787e11fea78c0ca Commit [3]: cc5ec6936ea3c218b3e8c46880659db5ee01329f ldattach: Add --intro-command and --pause. Commit: 8596f6391461bac53f5bab48f8c8b17a7c459f28 losetup: Add --nooverlap [1], --json [2], --noheadings and --raw [3] options, and direct io aka DIO output field [4]. Commit [1]: 9a94b634a343e83bfa2a9d311074e3e520abdddd Commit [2]: 4827093d4b3090389ae0cabb7d8b522cf794ef90 Commit [3]: 9f56106df6b49864ba604f6824f9fad5aeabd17a Commit [4]: faeef4d2e9d5e38bed57846ba903009990f24422 lscpu: Add --json [1] and --physical [2] options. Add DRAWER [3] to output fields. Commit [1]: 19a5510b964c6163e7117913d3de35aba3cd0006 Commit [2]: 0d2b5d2a72bc6619229a4d7456fbb70eda561825 Commit [3]: b3adf6ef6676ca8c10ecdda3e1c92a861df3b885 lsipc: Update output columns (earlier field names were almost completely incorrect). Remove --colon-separate and --print0 [1] options. Add --time-format, --bytes, --numeric-perms [2], and --list [3] options. Commit [1]: 2a7150ac2e57418f471cca0aae259b7bcd0b90db Commit [2]: 9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6 Commit [3]: 2916afa3f510182987f88c17bade5dffb4aaf0b8 lsmem: Commit: cad2d1ac9291112bd9199b36a12335f6770356f3 lsns: Add cgroup --type argument. Commit: 2b8889c44b6752e92bfb982a5eaa2255a129e072 mount: Use /proc and kernel module listing for --type argument list. Some of the items in the lists do not make much sense, but this is still better than a static list provided by package maintainer. mountpoint: Remove fixme item that was left in place when this completion was originally wrote. nsenter: Add --cgroup [1], --setuid, --setgid [2], --preserve-credentials [3] and, --all [4] option. Commit [1]: f9e7b66dbded19d798b883be68b0613749d7b8bb Commit [2]: 6b9e5bf670c70690d44b8ce4055e1997fb0b6496 Commit [3]: e99a6626d6262266f012a20ae69c8e4573ee22fd Commit [4]: 974cc006f122f36e2187cedb9d3e58dc2d24814c rtcwake: Add --auto [1], --adjfile [2], and --list-modes [3] options. Commit [1]: 49ebda9b89fc7360d15ca651b8492633b3bbc1d7 Commit [2]: 3a2f3e82bba616c93d80fd88938b38144e66eee7 Commit [3]: 43a44bfc6da8f4666c5dd6bc03c89713e6c4bd46 setarch: Add --list [1] option. Commit [1]: 5edb0ea6bbd57dd916417737f98c9109dc1ecb5b setsid: Add --wait option. Commit: 0dde19974bcbb07ce977992ab04b7dfa752d99b3 umount: Use /proc and kernel module listing for --type argument list. unshare: Add --cgroup [1], --fork [2], --mount-proc [3], --map-root-user, --setgroups [4], and --propagation [5] options. Commit [1]: f9e7b66dbded19d798b883be68b0613749d7b8bb Commit [2]: 5088ec338fe5dcd7e9a2d8daf7e7fa7dd6f87c27 Commit [3]: 6728ca101e7edc223a8eb99201197831d8daa61f Commit [4]: fbceefded6645de693d576cd988a703a6f60d207 Commit [5]: f0f22e9c6f109f8c1234caa3173368ef43b023eb zramctl: Add new output fields MEM-LIMIT, MEM-USED, and MIGRATED. Commit: bffc9174b89d8d9fefe7a77b9350ab8f0dbef54f Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2017-04-11 13:02:21 -05:00
if BUILD_CHMEM
dist_bashcompletion_DATA += bash-completion/chmem
endif
if BUILD_EJECT
dist_bashcompletion_DATA += bash-completion/eject
endif
if BUILD_FALLOCATE
dist_bashcompletion_DATA += bash-completion/fallocate
endif
if BUILD_HWCLOCK
dist_bashcompletion_DATA += bash-completion/hwclock
endif
if BUILD_TUNELP
dist_bashcompletion_DATA += bash-completion/tunelp
endif
if BUILD_LSCPU
dist_bashcompletion_DATA += bash-completion/lscpu
endif
bash-completion: update sys-utils blkdiscard: Add --step [1] and --zeroout [2] options. Commit [1]: c472a7e35ae40652bdcf66c08a23bd50d48d1884 Commit [2]: 7154cc892688f3c58cbbcdc2055f2635c1d0ef5b chmem: Commit: 30e1ea8ba1984488fdb16506ebafe4dc23280e5a dmesg: Add --time-format. Commit: babf605d2ca969a434f2f14579ddf44252adff4f fallocate: Add --insert-range [1], --collapse-range [2], --zero-range [3], and --posix [4] options. Also make the options to be in same order as usage() output. Commit [1]: b439065634e693dda385a6e5269e1d9258d6d471 Commit [2]: 83cc932d7412cb9d23bf9f06a9a54c8566e1a788 Commit [3]: 1fd4f609ee65be0f376ed28322fc3593026d39e4 Commit [4]: 833f9a7aae713278eec5f85266597482f18c7370 Command [5]: fallocate --help | awk '/--/ {print "\t\t\t\t" $2}' flock: Add --no-fork option. Commit: 703251401cb11ee5d00a6b8f8bd9dc80c160f476 hwclock: Add --udate-drift [1], remove --badyear [2], and use the same argument for --date as in manual page[3]. Commit [1]: f276d71a3ef6a65299deb5e14a188e0a786ecebd Commit [2]: f6374e1fb33d5ca726b72212b787e11fea78c0ca Commit [3]: cc5ec6936ea3c218b3e8c46880659db5ee01329f ldattach: Add --intro-command and --pause. Commit: 8596f6391461bac53f5bab48f8c8b17a7c459f28 losetup: Add --nooverlap [1], --json [2], --noheadings and --raw [3] options, and direct io aka DIO output field [4]. Commit [1]: 9a94b634a343e83bfa2a9d311074e3e520abdddd Commit [2]: 4827093d4b3090389ae0cabb7d8b522cf794ef90 Commit [3]: 9f56106df6b49864ba604f6824f9fad5aeabd17a Commit [4]: faeef4d2e9d5e38bed57846ba903009990f24422 lscpu: Add --json [1] and --physical [2] options. Add DRAWER [3] to output fields. Commit [1]: 19a5510b964c6163e7117913d3de35aba3cd0006 Commit [2]: 0d2b5d2a72bc6619229a4d7456fbb70eda561825 Commit [3]: b3adf6ef6676ca8c10ecdda3e1c92a861df3b885 lsipc: Update output columns (earlier field names were almost completely incorrect). Remove --colon-separate and --print0 [1] options. Add --time-format, --bytes, --numeric-perms [2], and --list [3] options. Commit [1]: 2a7150ac2e57418f471cca0aae259b7bcd0b90db Commit [2]: 9d20ffda794208d26e6b3ed09fbc38d94d0b8fc6 Commit [3]: 2916afa3f510182987f88c17bade5dffb4aaf0b8 lsmem: Commit: cad2d1ac9291112bd9199b36a12335f6770356f3 lsns: Add cgroup --type argument. Commit: 2b8889c44b6752e92bfb982a5eaa2255a129e072 mount: Use /proc and kernel module listing for --type argument list. Some of the items in the lists do not make much sense, but this is still better than a static list provided by package maintainer. mountpoint: Remove fixme item that was left in place when this completion was originally wrote. nsenter: Add --cgroup [1], --setuid, --setgid [2], --preserve-credentials [3] and, --all [4] option. Commit [1]: f9e7b66dbded19d798b883be68b0613749d7b8bb Commit [2]: 6b9e5bf670c70690d44b8ce4055e1997fb0b6496 Commit [3]: e99a6626d6262266f012a20ae69c8e4573ee22fd Commit [4]: 974cc006f122f36e2187cedb9d3e58dc2d24814c rtcwake: Add --auto [1], --adjfile [2], and --list-modes [3] options. Commit [1]: 49ebda9b89fc7360d15ca651b8492633b3bbc1d7 Commit [2]: 3a2f3e82bba616c93d80fd88938b38144e66eee7 Commit [3]: 43a44bfc6da8f4666c5dd6bc03c89713e6c4bd46 setarch: Add --list [1] option. Commit [1]: 5edb0ea6bbd57dd916417737f98c9109dc1ecb5b setsid: Add --wait option. Commit: 0dde19974bcbb07ce977992ab04b7dfa752d99b3 umount: Use /proc and kernel module listing for --type argument list. unshare: Add --cgroup [1], --fork [2], --mount-proc [3], --map-root-user, --setgroups [4], and --propagation [5] options. Commit [1]: f9e7b66dbded19d798b883be68b0613749d7b8bb Commit [2]: 5088ec338fe5dcd7e9a2d8daf7e7fa7dd6f87c27 Commit [3]: 6728ca101e7edc223a8eb99201197831d8daa61f Commit [4]: fbceefded6645de693d576cd988a703a6f60d207 Commit [5]: f0f22e9c6f109f8c1234caa3173368ef43b023eb zramctl: Add new output fields MEM-LIMIT, MEM-USED, and MIGRATED. Commit: bffc9174b89d8d9fefe7a77b9350ab8f0dbef54f Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2017-04-11 13:02:21 -05:00
if BUILD_LSMEM
dist_bashcompletion_DATA += bash-completion/lsmem
endif
if BUILD_LOSETUP
dist_bashcompletion_DATA += bash-completion/losetup
endif
if BUILD_MOUNT
dist_bashcompletion_DATA += bash-completion/mount
dist_bashcompletion_DATA += bash-completion/umount
endif
if BUILD_MOUNTPOINT
dist_bashcompletion_DATA += bash-completion/mountpoint
endif
if BUILD_NSENTER
dist_bashcompletion_DATA += bash-completion/nsenter
endif
if BUILD_PIVOT_ROOT
dist_bashcompletion_DATA += bash-completion/pivot_root
endif
if BUILD_SETPRIV
dist_bashcompletion_DATA += bash-completion/setpriv
endif
if BUILD_SWAPON
dist_bashcompletion_DATA += bash-completion/swapon
dist_bashcompletion_DATA += bash-completion/swapoff
endif
if BUILD_UNSHARE
dist_bashcompletion_DATA += bash-completion/unshare
endif
if BUILD_WDCTL
dist_bashcompletion_DATA += bash-completion/wdctl
endif
if BUILD_BLKDISCARD
dist_bashcompletion_DATA += bash-completion/blkdiscard
endif
if BUILD_BLKZONE
dist_bashcompletion_DATA += bash-completion/blkzone
endif
if BUILD_CTRLALTDEL
dist_bashcompletion_DATA += bash-completion/ctrlaltdel
endif
if BUILD_DMESG
dist_bashcompletion_DATA += bash-completion/dmesg
endif
if BUILD_FSFREEZE
dist_bashcompletion_DATA += bash-completion/fsfreeze
endif
if BUILD_FSTRIM
dist_bashcompletion_DATA += bash-completion/fstrim
endif
if BUILD_LDATTACH
dist_bashcompletion_DATA += bash-completion/ldattach
endif
if BUILD_RFKILL
dist_bashcompletion_DATA += bash-completion/rfkill
endif
if BUILD_RTCWAKE
dist_bashcompletion_DATA += bash-completion/rtcwake
endif
if BUILD_SETARCH
dist_bashcompletion_DATA += bash-completion/setarch
endif
if BUILD_ZRAMCTL
dist_bashcompletion_DATA += bash-completion/zramctl
endif
if BUILD_MESG
dist_bashcompletion_DATA += bash-completion/mesg
endif
if BUILD_WALL
dist_bashcompletion_DATA += bash-completion/wall
endif
if BUILD_WRITE
dist_bashcompletion_DATA += bash-completion/write
endif
if BUILD_SETTERM
dist_bashcompletion_DATA += bash-completion/setterm
endif
if BUILD_MORE
dist_bashcompletion_DATA += bash-completion/more
endif
if BUILD_PG
dist_bashcompletion_DATA += bash-completion/pg
endif
if BUILD_UL
dist_bashcompletion_DATA += bash-completion/ul
endif
endif # BUILD_BASH_COMPLETION