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 2021/05/30 01:56:59 joerg Exp $

.include <bsd.init.mk>

.PATH: ${LIBCXX_SRCDIR}/include/experimental

INCSDIR=	/usr/include/c++/experimental

INCS=	algorithm \
	__config \
	coroutine \
	deque \
	filesystem \
	forward_list \
	functional \
	iterator \
	list \
	map \
	__memory \
	memory_resource \
	propagate_const \
	regex \
	set \
	simd \
	string \
	type_traits \
	unordered_map \
	unordered_set \
	utility \
	vector

.include <bsd.clean.mk>
.include <bsd.inc.mk>
.include <bsd.obj.mk>