-# $OpenBSD: Makefile,v 1.3 2021/01/11 15:27:21 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2021/04/28 13:06:20 patrick Exp $
.include <bsd.own.mk>
SRCS+= algorithm.cpp \
any.cpp \
+ atomic.cpp \
+ barrier.cpp \
bind.cpp \
charconv.cpp \
chrono.cpp \
operations.cpp \
optional.cpp \
random.cpp \
+ random_shuffle.cpp \
regex.cpp \
shared_mutex.cpp \
stdexcept.cpp \
any \
array \
atomic \
+ barrier \
bit \
bitset \
cassert \
compare \
complex \
complex.h \
+ concepts \
condition_variable \
csetjmp \
csignal \
errno.h \
exception \
execution \
- filesystem \
fenv.h \
+ filesystem \
float.h \
forward_list \
fstream \
iostream \
istream \
iterator \
+ latch \
limits \
limits.h \
list \
module.modulemap \
mutex \
new \
+ numbers \
numeric \
optional \
ostream \
ratio \
regex \
scoped_allocator \
+ semaphore \
set \
setjmp.h \
shared_mutex \
-# $OpenBSD: Makefile,v 1.2 2021/01/11 15:27:21 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2021/04/28 13:06:20 patrick Exp $
.include <bsd.own.mk>
cxa_handlers.cpp \
cxa_personality.cpp \
cxa_thread_atexit.cpp \
- cxa_unexpected.cpp \
cxa_vector.cpp \
cxa_virtual.cpp \
fallback_malloc.cpp \