File: Makefile.am

package info (click to toggle)
dkimproxy 1.2-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 536 kB
  • ctags: 55
  • sloc: perl: 1,307; sh: 923; makefile: 113
file content (18 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = lib scripts

EXTRA_DIST = \
	TODO \
	install-perl-script.pl \
	smtpprox.ChangeLog \
	smtpprox.README \
	smtpprox.TODO \
	sample-dkim-init-script.sh

rfcs = rfc4870.txt rfc4871.txt rfc2821.txt rfc5322.txt rfc4407.txt
drafts = draft-ietf-dkim-ssp-09.txt
download-rfcs: $(rfcs) $(drafts)

$(rfcs) :
	curl -o $@ http://www.ietf.org/rfc/$@
$(drafts) :
	curl -o $@ http://www.ietf.org/internet-drafts/$@