summaryrefslogtreecommitdiff
path: root/lib/python/test/pyhello/Makefile
blob: 0846f1002cd84b898fae6ec4dc5bf77692ddb3bb (plain)
1
2
3
4
5
6
7
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