aboutsummaryrefslogtreecommitdiff
path: root/lib/ofed/complib/Makefile
blob: 43019e6ba5e083b5eae65a9408734ec7d9d109ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
_spath=	${SRCTOP}/contrib/ofed/opensm/complib
.PATH: ${_spath}

SHLIBDIR?=	/usr/lib
LIB=		osmcomp
SHLIB_MAJOR=    3

SRCS= \
cl_complib.c \
cl_dispatcher.c \
cl_event.c \
cl_event_wheel.c \
cl_list.c \
cl_log.c \
cl_map.c \
cl_nodenamemap.c \
cl_pool.c \
cl_ptr_vector.c \
cl_spinlock.c \
cl_statustext.c \
cl_thread.c \
cl_threadpool.c \
cl_timer.c \
cl_vector.c \
ib_statustext.c

CFLAGS+=	-I${_spath}/.. -DHAVE_CONFIG_H=1
CFLAGS+=	-I${SYSROOT:U${DESTDIR}}/${INCLUDEDIR}/infiniband
LIBADD=		pthread
VERSION_MAP=	${_spath}/libosmcomp.map

.include <bsd.lib.mk>