]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/usr.lib/libosmcomp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / usr.lib / libosmcomp / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6 .include "../Makefile.inc"
7
8 .PATH: ${COMPLIBDIR}
9
10 LIB=            osmcomp
11 SHLIB_MAJOR=    1
12 NO_PROFILE=
13
14 SRCS=   cl_complib.c cl_dispatcher.c cl_event.c cl_event_wheel.c cl_list.c
15 SRCS+=  cl_log.c cl_map.c cl_pool.c cl_ptr_vector.c cl_spinlock.c
16 SRCS+=  cl_statustext.c cl_thread.c cl_threadpool.c cl_timer.c cl_vector.c
17 SRCS+=  ib_statustext.c cl_nodenamemap.c
18
19 VERSION_MAP= ${COMPLIBDIR}/libosmcomp.map
20
21 .include <bsd.lib.mk>