sync with OpenBSD -current
This commit is contained in:
parent
5d45cd7ee8
commit
155eb8555e
5506 changed files with 1786257 additions and 1416034 deletions
30
lib/mesa/mk/libblake3/Makefile
Normal file
30
lib/mesa/mk/libblake3/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $OpenBSD: Makefile,v 1.1 2024/04/02 10:42:12 jsg Exp $
|
||||
|
||||
LIB= blake3
|
||||
|
||||
NOPROFILE=
|
||||
|
||||
SRCS= blake3.c \
|
||||
blake3_dispatch.c \
|
||||
blake3_portable.c
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= blake3_sse2_x86-64_unix.S \
|
||||
blake3_sse41_x86-64_unix.S \
|
||||
blake3_avx2_x86-64_unix.S \
|
||||
blake3_avx512_x86-64_unix.S
|
||||
.endif
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
CFLAGS+= ${C_VIS_ARGS}
|
||||
CPPFLAGS+=
|
||||
|
||||
install:
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
.PATH: ${MESA_SRC}/src/util/blake3
|
Loading…
Add table
Add a link
Reference in a new issue