1PKG_CPPFLAGS=@cflags@
2PKG_LIBS=@libs@
3
4all: clean
5
6clean:
7	rm -f $(SHLIB) $(OBJECTS)
8