Home
last modified time | relevance | path

Searched refs:LIBSRCS (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/mk/
Dlib.mk53 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=)))
/third_party/tzdata/
DMakefile566 LIBSRCS= localtime.c asctime.c difftime.c strftime.c macro
571 SOURCES= $(HEADERS) $(LIBSRCS) $(NONLIBSRCS) $(NEWUCBSRCS) \