summaryrefslogtreecommitdiffstats
path: root/tools/bus_space/Python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bus_space/Python/Makefile')
-rw-r--r--tools/bus_space/Python/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/bus_space/Python/Makefile b/tools/bus_space/Python/Makefile
new file mode 100644
index 0000000..8e38ed3
--- /dev/null
+++ b/tools/bus_space/Python/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+SHLIB_NAME= bus_space.so
+SRCS= lang.c
+
+CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7
+LDFLAGS+= -L/usr/local/lib -lpython2.7
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud