Lines Matching full:local
26 -include Makefile.local
29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
31 distclean-local distclean-recursive doc dist dist-local dist-recursive \
32 check check-local check-recursive build-dir testdata.jar xcheck
34 xcheck: all-local
42 all: all-local
43 install: install-local
44 clean: clean-local
45 distclean : distclean-local
46 dist: dist-local
47 check: all check-local
49 all-local: build-dir build-testdata testdata packagetest
51 install-local:
53 dist-local:
55 clean-local:
59 distclean-local: clean-local
62 check-local: