]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bus_space/Python/Makefile
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branch
[FreeBSD/FreeBSD.git] / tools / bus_space / Python / Makefile
1 # $FreeBSD$
2
3 SHLIB_NAME=     bus.so
4 SRCS=           lang.c
5
6 CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7
7 LDFLAGS+= -L/usr/local/lib -lpython2.7
8
9 .include <bsd.lib.mk>