Lines Matching refs:target
17 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
18 dot-target = $(dir $@).$(notdir $@)
21 # filename of target with directory and extension stripped
27 depfile = $(subst $(comma),_,$(dot-target).d)
53 # Find any prerequisites that is newer than target or that does not exist.
59 # target, or command line has changed and update
64 cat $(depfile) > $(dot-target).cmd; \
65 printf '%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
68 # target, or command line has changed
72 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
78 # - per target C flags