Home | History | Annotate | Download | only in io

Lines Matching full:local

75 -include Makefile.local
78 .PHONY : all all-local install install-local clean clean-local \
79 distclean distclean-local install-library install-headers dist \
80 dist-local check check-local
86 all: all-local
87 install: install-local
88 clean: clean-local
89 distclean : distclean-local
90 dist: dist-local
91 check: all check-local
93 all-local: $(ALL_TARGETS)
95 install-local: install-headers install-library
97 install-library: all-local
128 dist-local:
130 clean-local:
134 distclean-local: clean-local
137 check-local: