summaryrefslogtreecommitdiffstats
path: root/contrib/ofed/usr.lib/libosmcomp/Makefile
blob: 373e9beed4e63e25f3d517786c36ba3e82f3bace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

SHLIBDIR?=	/usr/lib

.include <bsd.own.mk>
.include "../Makefile.inc"

.PATH: ${COMPLIBDIR}

LIB=		osmcomp
SHLIB_MAJOR=	1
MK_PROFILE=	no

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

VERSION_MAP= ${COMPLIBDIR}/libosmcomp.map

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud