]> Dogcows Code - chaz/yoink/blob - doc/rules.mk
testing new non-autotools build system
[chaz/yoink] / doc / rules.mk
1
2 #########################
3 sp := $(sp).x
4 dirstack_$(sp) := $(d)
5 d := $(dir)
6 #########################
7
8 #
9 # Define rules and targets for data files.
10 #
11
12 TGTS_$(d) := $(d)/yoink.6.in
13
14
15 TGT_MAN := $(TGT_MAN) $(DATA_FILES)
16
17
18 #######################
19 -include $(DEPS_$(d))
20 d := $(dirstack_$(sp))
21 sp := $(basename $(sp))
22 #######################
23
This page took 0.035297 seconds and 4 git commands to generate.