Lines Matching defs:common
8 CFLAGS:=-I$(B)/common -Isrc/common #YSROOT_PATH)
9 LDLIBS:=$(B)/common/libtest.a
12 RUN_TEST = $(RUN_WRAP) $(B)/common/runtest.exe -w '$(RUN_WRAP)'
47 common.BINS_TEMPL:=
65 LIBS:=$(foreach n,$(NAMES),$($(n).LIBS)) $(B)/common/runtest.exe
91 $(B)/common/libtest.a: $(common.OBJS)
96 $(B)/common/all: $(B)/common/runtest.exe
98 $(ERRS): $(B)/common/runtest.exe | $(BDIRS)
99 $(BINS) $(LIBS): $(B)/common/libtest.a
100 $(OBJS): src/common/test.h | $(BDIRS)
104 $(B)/common/options.h: src/common/options.h.in
112 $(B)/common/mtest.o: src/common/mtest.h
113 $(math.OBJS): src/common/mtest.h
117 $(api.OBJS):$(B)/common/options.h
123 rm -f $(OBJS) $(BINS) $(LIBS) $(B)/common/libtest.a $(B)/common/runtest.exe $(B)/common/options.h $(B)/*/*.err