xref: /freebsd/lib/ofed/libibmad/Makefile (revision 3750ccefb8629a08890bfbae894dd6bc6a7483b4)
1_spath=	${SRCTOP}/contrib/ofed/libibmad
2.PATH: ${_spath}
3
4SHLIBDIR?=	/usr/lib
5LIB=		ibmad
6SHLIB_MAJOR=	5
7
8SRCS= \
9bm.c \
10cc.c \
11dump.c \
12fields.c \
13gs.c \
14mad.c \
15portid.c \
16register.c \
17resolve.c \
18rpc.c \
19sa.c \
20serv.c \
21smp.c \
22vendor.c
23
24LIBADD=		ibumad
25CFLAGS+=	-DHAVE_CONFIG_H=1
26CFLAGS+=	-I${_spath}
27VERSION_MAP=	${_spath}/libibmad.map
28
29.include <bsd.lib.mk>
30
31