]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/ofed/usr.lib/libosmcomp/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>