Lines Matching defs:LIBSRCS
53 LIBSRCS ?= $(wildcard $(abs_srcdir)/*.c)
54 LIBSRCS := $(sort $(LIBSRCS))
55 LIBSRCS := $(abspath $(LIBSRCS))
56 LIBSRCS := $(subst $(abs_srcdir)/,,$(wildcard $(LIBSRCS)))
57 LIBSRCS := $(filter-out $(FILTER_OUT_LIBSRCS),$(LIBSRCS))
59 LIBOBJS := $(LIBSRCS:.c=.o)
61 CHECK_TARGETS := $(addprefix check-,$(notdir $(LIBSRCS:.c=)))