Lines Matching full:local
60 -include Makefile.local
63 .PHONY : all all-local install install-local clean clean-local \
64 distclean distclean-local dist dist-local check check-local
70 all: all-local
71 install: install-local
72 clean: clean-local
73 distclean : distclean-local
74 dist: dist-local
75 check: all check-local
77 all-local: $(ALL_TARGETS)
79 install-local: install-library
81 install-library: all-local
105 dist-local:
107 clean-local:
111 distclean-local: clean-local
114 check-local: all-local