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