Lines Matching full:local
96 -include Makefile.local
99 .PHONY : all all-local install install-local clean clean-local \
100 distclean distclean-local install-library install-headers dist \
101 dist-local check check-local
107 all: all-local
108 install: install-local
109 clean: clean-local
110 distclean : distclean-local
111 dist: dist-local
112 check: all check-local
114 all-local: $(ALL_TARGETS)
116 install-local: install-headers install-library
118 install-library: all-local
149 dist-local:
151 clean-local:
155 distclean-local: clean-local
158 check-local: