Cross Reference: Makefile
xref: /src/tests/lib/libpthread/dlopen/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libpthread/dlopen/
Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $
2
3NOMAN=		# defined
4
5.include <bsd.own.mk>
6
7TESTSDIR=	${TESTSBASE}/lib/libpthread/dlopen
8CPPFLAGS+=	-DTESTDIR=\"${TESTSDIR:Q}/\"
9RPATH=-Wl,-rpath=${TESTDIR}
10
11LDADD+=${RPATH}
12
13.if (${MKPIC:Uno} != "no")
14SUBDIR+=	dso
15TESTS_C+=	t_dlopen
16TESTS_C+=	t_main_pthread_create
17LDADD.t_main_pthread_create+=-lpthread 
18PDADD.t_main_pthread_create+=${LIBPTHREAD}
19TESTS_C+=	t_dso_pthread_create
20.endif
21
22.include <bsd.test.mk>
23

Indexes created Sat Dec 13 13:09:35 GMT 2025