Lines Matching refs:obj
8 $(obj)/%.lex.c: $(src)/%.l FORCE
16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE
73 host-csingle := $(addprefix $(obj)/,$(host-csingle))
74 host-cmulti := $(addprefix $(obj)/,$(host-cmulti))
75 host-cobjs := $(addprefix $(obj)/,$(host-cobjs))
76 host-cxxmulti := $(addprefix $(obj)/,$(host-cxxmulti))
77 host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs))
78 host-rust := $(addprefix $(obj)/,$(host-rust))
102 hostc_flags += -I $(objtree)/$(obj)
103 hostcxx_flags += -I $(objtree)/$(obj)
115 $(host-csingle): $(obj)/%: $(obj)/%.c FORCE
122 $(addprefix $(obj)/, $($(target-stem)-objs)) \
132 $(host-cobjs): $(obj)/%.o: $(obj)/%.c FORCE
140 $(addprefix $(obj)/, $($(target-stem)-$(o)))) \
149 $(host-cxxobjs): $(obj)/%.o: $(obj)/%.cc FORCE
158 $(host-rust): $(obj)/%: $(src)/%.rs FORCE