minix/tests/lib/libexecinfo/Makefile
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00

19 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/07/21 15:29:04 tron Exp $
.include <bsd.own.mk>
.if defined(__MINIX)
USE_BITCODE:= no # LSC: can't use bitcode for this.
.endif # defined(__MINIX)
TESTSDIR= ${TESTSBASE}/lib/libexecinfo
TESTS_C+= t_backtrace
LDADD+= -lexecinfo -lelf
DPADD+= ${LIBEXECINFO} ${LIBELF}
COPTS.t_backtrace.c= -Wno-stack-protector
.include <bsd.test.mk>