Lines Matching refs:static
42 $(1).BINS_TEMPL:=bin.exe bin-static.exe
57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS)
59 # make sure dynamic and static binaries are not run parallel (matters for some tests eg ipc)
60 $(B)/$(1)-static.err: $(B)/$(1).err
80 rm -f $$(filter-out $(B)/$(1)/%-static.err,$$($(1).ERRS))
137 $(B)/%-static.exe: $(B)/%.o
138 $(CC) -static $(LDFLAGS) $($*-static.LDFLAGS) -o $@ $(sort $< $($*-static.OBJS)) $(LDLIBS) $($*-static.LDLIBS) 2>$@.ld.err || echo BUILDERROR $@; cat $@.ld.err