# -*- Makefile -*-

lib_TARGETS = champion

champion-srcs = $(wildcard *.cs)

champion-dists = interface.hh
champion-srcs += api.cs interface.cc
champion-cxxflags = -O2 -fPIC     $(shell pkg-config --cflags glib-2.0 mono)
champion-ldflags = -lm     $(shell pkg-config --libs glib-2.0 mono)
champion-csflags = -target:library -nowarn:0169,0649

V=1
include $(MFPATH)/rules.mk
