]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bus_space/Python/Makefile
Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.git
[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>