Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / test / Makefile
blob5027238e97f6f27b50626f893bc13f1da8a5aac4
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 /bin/mkdir -p "$(distdir)/$$dir" ; done < dist-dirs
26 while read file ; do /usr/bin/install -c "$$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):