blob: 17eb5401a6e7fc56cdab52ce1161bf642910a4b6 (
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
|
#
# This file has been generated by tools/gen-targets.sh
#
ALL_BINS ::= \
system-init \
system-shutdown \
INSTALL_BINS ::= \
$(DESTDIR)$(bindir)/system-init \
$(DESTDIR)$(bindir)/system-shutdown \
SLASHCOMMAND_BINS ::= \
$(DESTDIR)$(sproot)/command/system-init \
$(DESTDIR)$(sproot)/command/system-shutdown \
ALL_LIBS ::= \
service/system/goetia-shutdown/run \
service/system/goetia-shutdown/stage3b \
service/system/goetia-shutdown/down \
service/system/goetia-shutdown/stage4 \
INSTALL_LIBS ::= \
$(DESTDIR)$(libdir)/service/system/goetia-shutdown/run \
$(DESTDIR)$(libdir)/service/system/goetia-shutdown/stage3b \
$(DESTDIR)$(libdir)/service/system/goetia-shutdown/down \
$(DESTDIR)$(libdir)/service/system/goetia-shutdown/stage4 \
|