PNAME=logging_file_connection FNAME=logging/file_connection FILES = $(PKG).spec \ Makefile \ Makerules \ plugins/$(FNAME) \ t/01_basic.t \ t/plugin_tests/$(FNAME) \ 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: $(DESTDIR)/usr/share/qpsmtpd/plugins/$(FNAME) $(DESTDIR)/usr/share/qpsmtpd/plugins/$(FNAME): plugins/$(FNAME) cp $^ $@ include Makerules