Lines Matching full:local
145 -include Makefile.local
148 .PHONY : all all-local install install-local clean clean-local \
149 distclean distclean-local install-library install-headers dist \
150 dist-local check check-local
156 all: all-local
157 install: install-local
158 clean: clean-local
159 distclean : distclean-local
160 dist: dist-local
161 check: all check-local
163 all-local: $(ALL_MODULES)
165 install-local: install-headers install-library
167 install-library: all-local
198 dist-local:
200 clean-local:
204 distclean-local: clean-local
207 check-local: