# $FreeBSD$ SHLIB_NAME= bus.so SRCS= lang.c CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7 LDFLAGS+= -L/usr/local/lib -lpython2.7 .include