# -*- Makefile -*-

lib_TARGETS = champion

# Tu peux rajouter des fichiers sources ici
champion-dists = $(wildcard *.php)

# Evite de toucher a ce qui suit
champion-dists += interface.hh
champion-srcs = interface.cc
champion-cxxflags = -O2 -fPIC $(shell php-config --includes) -Wno-write-strings
champion-ldflags = -s $(shell php-config --libs --ldflags) -lphp5

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