Lines Matching refs:exe
12 RUN_TEST = $(RUN_WRAP) $(B)/common/runtest.exe -w '$(RUN_WRAP)'
42 $(1).BINS_TEMPL:=bin.exe bin-static.exe
49 math.BINS_TEMPL:=bin.exe
57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS)
64 BINS:=$(foreach n,$(NAMES),$($(n).BINS)) $(B)/api/main.exe
65 LIBS:=$(foreach n,$(NAMES),$($(n).LIBS)) $(B)/common/runtest.exe
66 ERRS:=$(BINS:%.exe=%.err)
96 $(B)/common/all: $(B)/common/runtest.exe
98 $(ERRS): $(B)/common/runtest.exe | $(BDIRS)
115 $(B)/api/main.exe: $(api.OBJS)
123 rm -f $(OBJS) $(BINS) $(LIBS) $(B)/common/libtest.a $(B)/common/runtest.exe $(B)/common/options.h $(B)/*/*.err
137 $(B)/%-static.exe: $(B)/%.o
139 $(B)/%.exe: $(B)/%.o
148 %.ld.err: %.exe
150 %.err: %.exe