blob: 8fc3c95b3c1dbf1d0fc2be9edddef905921ad872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
BIN_TARGETS := \
s6 \
LIBEXEC_TARGETS := \
s6-frontend \
s6-frontend-helper-kill \
s6-frontend-helper-echore \
EXTRA_TARGETS := \
src/s6-frontend/live_help.c \
src/s6-frontend/main_help.c \
src/s6-frontend/process_help.c \
src/s6-frontend/repository_help.c \
src/s6-frontend/set_help.c \
src/s6-frontend/system_help.c \
%_help.c: %.help.txt
exec ./tools/help2c.sh $(*F) < $< > $@
|