Lines Matching refs:target
18 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
19 dot-target = $(dir $@).$(notdir $@)
22 # filename of target with directory and extension stripped
28 depfile = $(subst $(comma),_,$(dot-target).d)
54 # Find any prerequisites that is newer than target or that does not exist.
63 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
65 mv -f $(dot-target).tmp $(dot-target).cmd, \
66 printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \
67 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
68 cat $(depfile) >> $(dot-target).cmd; \
69 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
73 # target, or command line has changed and update
81 # target, or command line has changed
85 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
91 # - per target C flags