]> Dogcows Code - chaz/yoink/blob - data/rules.mk
testing new non-autotools build system
[chaz/yoink] / data / 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) := $(DATA_FILES)
13
14 # TODO: Also need to install yoink.desktop and the pixmap.
15
16
17 TGT_DATA := $(TGT_DATA) $(DATA_FILES)
18
19
20 #######################
21 -include $(DEPS_$(d))
22 d := $(dirstack_$(sp))
23 sp := $(basename $(sp))
24 #######################
25
This page took 0.02872 seconds and 4 git commands to generate.