NAME=batv FILES = $(PKG).spec \ Makefile \ Makerules \ plugins/$(NAME) \ t/plugin_tests/$(NAME) \ config.sample/plugins \ TEST_LIB=~/wrk/qpsmtpd/trunk/t all: clean: rm -f $(PKG).tar.gz *.tmp test: perl -I $(TEST_LIB) t/01_basic.t install: $(PREFIX)/usr/share/qpsmtpd/plugins/$(NAME) $(PREFIX)/usr/share/qpsmtpd/plugins/$(NAME): plugins/$(NAME) cp $^ $@ include Makerules