blob: 440f78aa21ee44cea18e07631354fbbf2dccbc8e (
plain)
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
50
51
|
#
# This file has been generated by tools/gen-targets.sh
#
ALL_BINS ::= \
system-init \
system-shutdown \
INSTALL_BINS ::= \
$(bindir)/system-init \
$(bindir)/system-shutdown \
SLASHCOMMAND_BINS ::= \
$(sproot)/command/system-init \
$(sproot)/command/system-shutdown \
ALL_LIBS ::= \
s6-linux-init/scripts/rc.init \
s6-linux-init/scripts/rc.shutdown.final \
s6-linux-init/scripts/rc.shutdown \
service/system/s6-linux-init-runleveld/run \
service/system/s6-linux-init-runleveld/notification-fd \
service/system/.s6-svscan/crash \
service/system/.s6-svscan/SIGUSR1 \
service/system/.s6-svscan/finish \
service/system/.s6-svscan/SIGQUIT \
service/system/.s6-svscan/SIGINT \
service/system/.s6-svscan/SIGUSR2 \
service/system/.s6-svscan/SIGWINCH \
service/system/.s6-svscan/SIGTERM \
service/system/.s6-svscan/SIGPWR \
service/system/s6-linux-init-shutdownd/run \
service/system/s6-linux-init-shutdownd/notification-fd \
INSTALL_LIBS ::= \
$(libdir)/s6-linux-init/scripts/rc.init \
$(libdir)/s6-linux-init/scripts/rc.shutdown.final \
$(libdir)/s6-linux-init/scripts/rc.shutdown \
$(libdir)/service/system/s6-linux-init-runleveld/run \
$(libdir)/service/system/s6-linux-init-runleveld/notification-fd \
$(libdir)/service/system/.s6-svscan/crash \
$(libdir)/service/system/.s6-svscan/SIGUSR1 \
$(libdir)/service/system/.s6-svscan/finish \
$(libdir)/service/system/.s6-svscan/SIGQUIT \
$(libdir)/service/system/.s6-svscan/SIGINT \
$(libdir)/service/system/.s6-svscan/SIGUSR2 \
$(libdir)/service/system/.s6-svscan/SIGWINCH \
$(libdir)/service/system/.s6-svscan/SIGTERM \
$(libdir)/service/system/.s6-svscan/SIGPWR \
$(libdir)/service/system/s6-linux-init-shutdownd/run \
$(libdir)/service/system/s6-linux-init-shutdownd/notification-fd \
|