aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
blob: eea22fc1c74e1fc9af87d949845a70c3b13a1911 (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-echo \

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) < $< > $@