1top_srcdir ?= ../.. 2 3include $(top_srcdir)/include/mk/env_pre.mk 4 5CFLAGS += -W -Wall 6LDLIBS += -lltp 7 8test08: CFLAGS+=-pthread 9test09: CFLAGS+=-pthread 10test15: CFLAGS+=-pthread 11test16: CFLAGS+=-pthread 12test16: LDLIBS+=-lrt 13tst_expiration_timer: LDLIBS+=-lrt 14 15ifeq ($(ANDROID),1) 16FILTER_OUT_MAKE_TARGETS += test08 17endif 18 19 20include $(top_srcdir)/include/mk/generic_leaf_target.mk 21