Home | History | Annotate | Line # | Download | only in libcrypto
      1  1.2  riastrad #	$NetBSD: thread.inc,v 1.2 2025/10/19 00:59:57 riastradh Exp $
      2  1.1  christos 
      3  1.1  christos .PATH.c:	${OPENSSLSRC}/crypto/thread ${OPENSSLSRC}/crypto/thread/arch
      4  1.1  christos 
      5  1.1  christos THREAD_SRCS += \
      6  1.1  christos api.c \
      7  1.1  christos arch.c \
      8  1.1  christos internal.c \
      9  1.1  christos thread_none.c \
     10  1.1  christos thread_posix.c \
     11  1.1  christos thread_win.c \
     12  1.1  christos 
     13  1.1  christos SRCS += ${THREAD_SRCS}
     14  1.1  christos 
     15  1.1  christos .for cryptosrc in ${THREAD_SRCS}
     16  1.1  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/thread
     17  1.1  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/thread/arch ${THREADCPPFLAGS}
     18  1.1  christos .endfor
     19  1.2  riastrad 
     20  1.2  riastrad CPPFLAGS.thread_posix.c+=	-D_NETBSD_PTHREAD_CREATE_WEAK
     21