1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
script_sources = files(
'script.c',
) + \
pty_session_c + \
monotonic_c
script_manadocs = files('script.1.adoc')
scriptlive_sources = files(
'scriptlive.c',
'script-playutils.c',
'script-playutils.h',
) + \
pty_session_c + \
monotonic_c
scriptlive_manadocs = files('scriptlive.1.adoc')
scriptreplay_sources = files(
'scriptreplay.c',
'script-playutils.c',
'script-playutils.h',
)
scriptreplay_manadocs = files('scriptreplay.1.adoc')
agetty_sources = files(
'agetty.c',
)
agetty_manadocs = files('agetty.8.adoc')
setterm_sources = files(
'setterm.c',
)
setterm_manadocs = files('setterm.1.adoc')
mesg_sources = files(
'mesg.c',
)
mesg_manadocs = files('mesg.1.adoc')
wall_sources = files(
'wall.c',
'ttymsg.c',
'ttymsg.h',
)
wall_manadocs = files('wall.1.adoc')
write_sources = files(
'write.c',
)
write_manadocs = files('write.1.adoc')
|