PKG_CPPFLAGS = -DNDEBUG -DPLF_SYS_LINUX  -DR_EVN_FLAG

.PHONY: all clean

all: $(SHLIB)

clean:
	rm -f *.so
	rm -f *.o


