PKG_CPPFLAGS=-I/usr/include/rasqal -I/usr/include/raptor2
PKG_LIBS=-lrdf

all: clean

clean:
	rm -f *.o *.so
