Searched refs:SRC (Results 1 – 1 of 1) sorted by relevance
21 SRC ?= $(filter-out $(wildcard *.t.* *.b.*),$(wildcard *.c)) macro22 OBJ := $(SRC:%.c=$(BUILDDIR)/%.o)23 DEP := $(SRC:%.c=$(BUILDDIR)/%.d)24 ASM := $(SRC:%.c=$(BUILDDIR)/%.s)25 CI := $(SRC:%.c=$(BUILDDIR)/%.ci)26 GCDA := $(SRC:%.c=$(BUILDDIR)/%.t.gcda)29 TEST_SRC ?= $(SRC) \46 BENCH_SRC ?= $(SRC) \162 $(SRC) \188 $(CTAGS) --totals --c-types=+p $(shell find -H -name '*.h') $(SRC)[all …]