Lines Matching full:local
110 -include Makefile.local
116 .PHONY : all all-local install install-local clean clean-local \
117 distclean distclean-local install-library install-headers dist \
118 dist-local check check-local
124 all: all-local
125 install: install-local
126 clean: clean-local
127 distclean : distclean-local
128 dist: dist-local
129 check: all check-local
131 all-local: $(ALL_TARGETS) unicode/platform.h
133 install-local: install-headers install-library
135 install-library: all-local
174 dist-local:
176 clean-local:
180 distclean-local: clean-local
183 check-local: