]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/usr.lib/libsdp/Makefile
MFC r305855, r306297, r306300, r306312-r306313
[FreeBSD/FreeBSD.git] / contrib / ofed / usr.lib / libsdp / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /usr/lib
4
5 .include <bsd.own.mk>
6
7 SDPDIR= ${.CURDIR}/../../libsdp/src
8
9 .PATH: ${SDPDIR}
10
11 LIB=            ibsdp
12 SHLIB_MAJOR=    1
13 MK_PROFILE=     no
14 MAN=
15
16 SRCS=   log.c match.c port.c config_parser.c config_scanner.c
17
18 CFLAGS+=        -DSYSCONFDIR=\"/etc\"
19 CFLAGS+= -I${OFEDSYS}/include
20
21 .include <bsd.lib.mk>
22
23 # Remove .[ly] since the checked-in version is preferred.
24 .SUFFIXES:
25 .SUFFIXES: .o .po .pico .c .ln