Home
last modified time | relevance | path

Searched refs:SPARSE_SRC (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/
H A DMakefile9 SPARSE_SRC ?= sparse-src macro
11 $(SPARSE_SRC)/Makefile:
12 ifeq ($(SPARSE_SRC),sparse-src)
15 $(error "Can't find $(SPARSE_SRC)/Makefile")
18 $(SPARSE_SRC)/libsparse.a: $(SPARSE_SRC)/Makefile
19 $(MAKE) -C $(SPARSE_SRC) libsparse.a
22 MAKE_DEPS += $(SPARSE_SRC)/libsparse.a
23 HOST_CFLAGS += -I$(SPARSE_SRC) -Werror -Wno-null-pointer-subtraction
24 HOST_LDLIBS += $(SPARSE_SRC)/libspars
[all...]

Completed in 0 milliseconds