summaryrefslogtreecommitdiff
path: root/lib/python/test/pyhello/Makefile
diff options
context:
space:
mode:
authorsave2008-04-07 14:17:42 +0000
committersave2008-04-07 14:17:42 +0000
commit3d58a62727346b7ac1a6cb36fed1a06ed72228dd (patch)
treed7788c3cf9f76426aef0286d0202e2097f0fa0eb /lib/python/test/pyhello/Makefile
parent095dca4b0a8d4924093bab424f71f588fdd84613 (diff)
Moved the complete svn base into the cesar directory.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'lib/python/test/pyhello/Makefile')
-rw-r--r--lib/python/test/pyhello/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/python/test/pyhello/Makefile b/lib/python/test/pyhello/Makefile
deleted file mode 100644
index 0846f1002c..0000000000
--- a/lib/python/test/pyhello/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-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