dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / test / Makefile.in
blobe1a5198b64248c12c80918f640d7d281066f5942
2 all:
4 test:
5 rake cucumber
7 clean:
8 distclean:
9 install:
10 install-data:
11 install-exec:
12 uninstall:
13 install-dvi:
14 install-html:
15 install-info:
16 install-ps:
17 install-pdf:
18 installdirs:
19 check:
20 installcheck:
21 mostlyclean: clean
22 maintainer-clean: distclean
24 distdir:
25 while read dir ; do @MKDIR_P@ "$(distdir)/$$dir" ; done < dist-dirs
26 while read file ; do @INSTALL@ "$$file" "$(distdir)/$$file" ; done < dist-files
28 EMPTY_AUTOMAKE_TARGETS = dvi pdf ps info html tags ctags
29 .PHONY: $(EMPTY_AUTOMAKE_TARGETS)
30 $(EMPTY_AUTOMAKE_TARGETS):