]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ofed/libibverbs/Makefile
MFC r336568:
[FreeBSD/FreeBSD.git] / lib / ofed / libibverbs / Makefile
1 # $FreeBSD$
2
3 _spath= ${SRCTOP}/contrib/ofed/libibverbs
4 .PATH: ${_spath} ${_spath}/man
5
6 LIB=            ibverbs
7 SHLIB_MAJOR=    1
8 SHLIBDIR?=      /lib
9 MK_PROFILE=     no
10 VERSION_MAP=    ${_spath}/libibverbs.map
11
12 CFLAGS+= -I${_spath}
13
14 SRCS= \
15 cmd.c \
16 compat-1_0.c \
17 device.c \
18 enum_strs.c \
19 init.c \
20 marshall.c \
21 memory.c \
22 sysfs.c \
23 verbs.c
24
25 MAN= \
26 ibv_alloc_mw.3 \
27 ibv_alloc_pd.3 \
28 ibv_attach_mcast.3 \
29 ibv_bind_mw.3 \
30 ibv_create_ah.3 \
31 ibv_create_ah_from_wc.3 \
32 ibv_create_comp_channel.3 \
33 ibv_create_cq.3 \
34 ibv_create_cq_ex.3 \
35 ibv_create_flow.3 \
36 ibv_create_qp.3 \
37 ibv_create_qp_ex.3 \
38 ibv_create_rwq_ind_table.3 \
39 ibv_create_srq.3 \
40 ibv_create_srq_ex.3 \
41 ibv_create_wq.3 \
42 ibv_event_type_str.3 \
43 ibv_fork_init.3 \
44 ibv_get_async_event.3 \
45 ibv_get_cq_event.3 \
46 ibv_get_device_guid.3 \
47 ibv_get_device_list.3 \
48 ibv_get_device_name.3 \
49 ibv_get_srq_num.3 \
50 ibv_inc_rkey.3 \
51 ibv_modify_qp.3 \
52 ibv_modify_srq.3 \
53 ibv_modify_wq.3 \
54 ibv_open_device.3 \
55 ibv_open_qp.3 \
56 ibv_open_xrcd.3 \
57 ibv_poll_cq.3 \
58 ibv_post_recv.3 \
59 ibv_post_send.3 \
60 ibv_post_srq_recv.3 \
61 ibv_query_device.3 \
62 ibv_query_device_ex.3 \
63 ibv_query_gid.3 \
64 ibv_query_pkey.3 \
65 ibv_query_port.3 \
66 ibv_query_qp.3 \
67 ibv_query_rt_values_ex.3 \
68 ibv_query_srq.3 \
69 ibv_rate_to_mbps.3 \
70 ibv_rate_to_mult.3 \
71 ibv_reg_mr.3 \
72 ibv_req_notify_cq.3 \
73 ibv_rereg_mr.3 \
74 ibv_resize_cq.3
75
76 .include <bsd.lib.mk>