Lines Matching full:local
44 -include Makefile.local
47 .PHONY : all all-local install install-local clean clean-local \
48 distclean distclean-local dist dist-local check check-local xcheck \
49 check-exhaustive check-exhaustive-local
55 all: all-local
56 install: install-local
57 clean: clean-local
58 distclean : distclean-local
59 dist: dist-local
60 check: all check-local
61 xcheck: all xcheck-local
62 check-exhaustive: all check-exhaustive-local
64 all-local: $(TARGET)
66 install-local:
68 dist-local:
70 clean-local:
74 distclean-local: clean-local
77 check-local: all-local
80 check-exhaustive-local: all-local
84 xcheck-local: all-local