######################### sp := $(sp).x dirstack_$(sp) := $(d) d := $(dir) ######################### # # Define rules and targets for data files. # TGTS_$(d) := $(DATA_FILES) # TODO: Also need to install yoink.desktop and the pixmap. TGT_DATA := $(TGT_DATA) $(DATA_FILES) ####################### -include $(DEPS_$(d)) d := $(dirstack_$(sp)) sp := $(basename $(sp)) #######################