Lines Matching full:local
46 -include Makefile.local
49 .PHONY : all all-local install install-local clean clean-local \
50 distclean distclean-local dist dist-local check check-local xcheck \
51 check-exhaustive check-exhaustive-local
57 all: all-local
58 install: install-local
59 clean: clean-local
60 distclean : distclean-local
61 dist: dist-local
62 check: all check-local
63 xcheck: all xcheck-local
64 check-exhaustive: all check-exhaustive-local
66 all-local: $(TARGET)
68 install-local:
70 dist-local:
72 clean-local:
76 distclean-local: clean-local
79 check-local: all-local
82 check-exhaustive-local: all-local
86 xcheck-local: all-local