Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $NetBSD: Makefile,v 1.1 2013/03/21 16:50:21 christos Exp $

NOMAN=		# defined
NOLINT=		# defined

.include <bsd.own.mk>

LIB=			h_pthread_dlopen
SRCS=                   h_pthread_dlopen.c

LDADD+=-latf-c -lpthread

LIBDIR=         ${TESTSBASE}/lib/libpthread/dlopen
SHLIBDIR=       ${TESTSBASE}/lib/libpthread/dlopen
SHLIB_MAJOR=    1

LIBISCXX=       yes
LIBISMODULE=    yes

.include <bsd.lib.mk>