]> git.ipfire.org Git - thirdparty/util-linux.git/blame - schedutils/Makemodule.am
Merge branch 'PR/libmount-exec-errors' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / schedutils / Makemodule.am
CommitLineData
d6ace0b8 1if BUILD_CHRT
5ed5df5d 2usrbin_exec_PROGRAMS += chrt
4f79d303 3MANPAGES += schedutils/chrt.1
d8d54e4b 4dist_noinst_DATA += schedutils/chrt.1.adoc
0edc2395 5chrt_SOURCES = schedutils/chrt.c schedutils/sched_attr.h
dcdb349b 6chrt_LDADD = $(LDADD) libcommon.la
d6ace0b8 7endif
5ed5df5d
KZ
8
9if BUILD_IONICE
10usrbin_exec_PROGRAMS += ionice
4f79d303 11MANPAGES += schedutils/ionice.1
d8d54e4b 12dist_noinst_DATA += schedutils/ionice.1.adoc
d77ab74a 13ionice_SOURCES = schedutils/ionice.c
dcdb349b 14ionice_LDADD = $(LDADD) libcommon.la
5ed5df5d
KZ
15endif
16
17if BUILD_TASKSET
18usrbin_exec_PROGRAMS += taskset
4f79d303 19MANPAGES += schedutils/taskset.1
d8d54e4b 20dist_noinst_DATA += schedutils/taskset.1.adoc
d77ab74a 21taskset_SOURCES = schedutils/taskset.c
dcdb349b 22taskset_LDADD = $(LDADD) libcommon.la
5ed5df5d 23endif
f59654bb
QY
24
25if BUILD_UCLAMPSET
26usrbin_exec_PROGRAMS += uclampset
4f79d303 27MANPAGES += schedutils/uclampset.1
d8d54e4b 28dist_noinst_DATA += schedutils/uclampset.1.adoc
0edc2395 29uclampset_SOURCES = schedutils/uclampset.c schedutils/sched_attr.h
f59654bb
QY
30uclampset_LDADD = $(LDADD) libcommon.la
31endif
b46a82a0
TR
32
33if BUILD_CORESCHED
34usrbin_exec_PROGRAMS += coresched
35MANPAGES += schedutils/coresched.1
36dist_noinst_DATA += schedutils/coresched.1.adoc
37coresched_SOURCES = schedutils/coresched.c
38coresched_LDADD = $(LDADD) libcommon.la
39endif