summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/Makefile
blob: 781eb3b664c73dba94d167be64e17e5d7e3040b5 (plain)
1
2
3
4
5
6
7
8
BASE = ../..

HOST_PROGRAMS = interface.so

interface.so_MODULES = lib/python maximus/python/boost maximus lib
interface.so_LDLIBS = -fPIC -shared

include $(BASE)/common/make/top.mk