Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / Makefile.in
blobd785e86a961e3a2fa3eabd10dda2fcb622987846
2 all: .done
4 .done:
5 ./do
6 touch .done
8 test:
9 cd tests && $(MAKE) $(AM_MAKEFLAGS) test
11 clean:
12 cd tests && $(MAKE) $(AM_MAKEFLAGS) clean
13 -$(RM) .done
14 -$(RM) -r okcompilers/bin
15 -$(RM) -r okcompilers/oldbin
16 -$(RM) -r build/*
18 distclean: clean
19 cd tests && $(MAKE) $(AM_MAKEFLAGS) distclean
20 -$(RM) okcompilers/c
21 -$(RM) okcompilers/do
23 install:
24 install-data:
25 install-exec:
26 uninstall:
27 install-dvi:
28 install-html:
29 install-info:
30 install-ps:
31 install-pdf:
32 installdirs:
33 check:
34 installcheck:
35 mostlyclean: clean
36 maintainer-clean: distclean
38 distdir:
39 while read dir ; do @MKDIR_P@ "$(distdir)/$$dir" ; done < dist-dirs
40 while read file ; do @INSTALL@ "$$file" "$(distdir)/$$file" ; done < dist-files
42 EMPTY_AUTOMAKE_TARGETS = dvi pdf ps info html tags ctags
43 .PHONY: $(EMPTY_AUTOMAKE_TARGETS)
44 $(EMPTY_AUTOMAKE_TARGETS):