]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ofed/librdmacm/Makefile
Merge ^/vendor/llvm-openmp/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / lib / ofed / librdmacm / Makefile
1 # $FreeBSD$
2
3 _spath= ${SRCTOP}/contrib/ofed/librdmacm
4 .PATH: ${_spath} ${_spath}/man
5
6 SHLIBDIR?=      /usr/lib
7 LIB=            rdmacm
8 SHLIB_MAJOR=    1
9 MK_PROFILE=     no
10 CFLAGS+=        -I${_spath}
11
12 SRCS= \
13 acm.c \
14 addrinfo.c \
15 cma.c \
16 indexer.c
17
18 MAN= \
19 rdma_accept.3 \
20 rdma_ack_cm_event.3 \
21 rdma_bind_addr.3 \
22 rdma_connect.3 \
23 rdma_create_ep.3 \
24 rdma_create_event_channel.3 \
25 rdma_create_id.3 \
26 rdma_create_qp.3 \
27 rdma_create_srq.3 \
28 rdma_dereg_mr.3 \
29 rdma_destroy_ep.3 \
30 rdma_destroy_event_channel.3 \
31 rdma_destroy_id.3 \
32 rdma_destroy_qp.3 \
33 rdma_destroy_srq.3 \
34 rdma_disconnect.3 \
35 rdma_event_str.3 \
36 rdma_free_devices.3 \
37 rdma_get_cm_event.3 \
38 rdma_get_devices.3 \
39 rdma_get_dst_port.3 \
40 rdma_get_local_addr.3 \
41 rdma_get_peer_addr.3 \
42 rdma_get_recv_comp.3 \
43 rdma_get_request.3 \
44 rdma_get_send_comp.3 \
45 rdma_get_src_port.3 \
46 rdma_getaddrinfo.3 \
47 rdma_join_multicast.3 \
48 rdma_leave_multicast.3 \
49 rdma_listen.3 \
50 rdma_migrate_id.3 \
51 rdma_notify.3 \
52 rdma_post_read.3 \
53 rdma_post_readv.3 \
54 rdma_post_recv.3 \
55 rdma_post_recvv.3 \
56 rdma_post_send.3 \
57 rdma_post_sendv.3 \
58 rdma_post_ud_send.3 \
59 rdma_post_write.3 \
60 rdma_post_writev.3 \
61 rdma_reg_msgs.3 \
62 rdma_reg_read.3 \
63 rdma_reg_write.3 \
64 rdma_reject.3 \
65 rdma_resolve_addr.3 \
66 rdma_resolve_route.3 \
67 rdma_set_option.3
68
69 LIBADD=         ibverbs
70 VERSION_MAP=    ${_spath}/librdmacm.map
71
72 .include <bsd.lib.mk>