summaryrefslogtreecommitdiff
path: root/lib/python/test/pyhello/Makefile
diff options
context:
space:
mode:
authorschodet2007-08-29 14:35:20 +0000
committerschodet2007-08-29 14:35:20 +0000
commitbe48c85bb74f9adfccea61407bce5030c14139bc (patch)
tree31788ecf11329a37ad15654f53d9fca42430d488 /lib/python/test/pyhello/Makefile
parentfaafccd669b037aa19a15818ea44a5d36f0257ed (diff)
Added Python module build setup.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@636 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'lib/python/test/pyhello/Makefile')
-rw-r--r--lib/python/test/pyhello/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/python/test/pyhello/Makefile b/lib/python/test/pyhello/Makefile
new file mode 100644
index 0000000000..0846f1002c
--- /dev/null
+++ b/lib/python/test/pyhello/Makefile
@@ -0,0 +1,8 @@
+BASE = ../../../..
+
+HOST_PROGRAMS = hello.so
+hello.so_SOURCES = hello.cpp
+hello.so_MODULES = lib/python
+hello.so_LDLIBS = -fPIC -shared
+
+include $(BASE)/common/make/top.mk