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.
62 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
64 mv -f $(dot-target).tmp $(dot-target).cmd, \
65 printf '\# cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \
66 printf '\# using basic dep data\n\n' >> $(dot-target).cmd; \
67 cat $(depfile) >> $(dot-target).cmd; \
68 printf '%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
72 # target, or command line has changed and update
79 # target, or command line has changed
83 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
89 # - per target C flags