Lines Matching full:local
58 -include Makefile.local
61 .PHONY : all all-local install install-local clean clean-local \
62 distclean distclean-local dist dist-local check check-local xcheck \
63 check-exhaustive check-exhaustive-local
69 all: all-local
70 install: install-local
71 clean: clean-local
72 distclean : distclean-local
73 dist: dist-local
74 check: all check-local
75 xcheck: all xcheck-local
76 check-exhaustive: all check-exhaustive-local
78 all-local: $(TARGET)
80 install-local:
82 dist-local:
84 clean-local:
88 distclean-local: clean-local
93 check-local: all-local
96 check-exhaustive-local: all-local
100 xcheck-local: all-local