Lines Matching full:local
32 .PHONY : all all-local install install-local clean clean-local \
33 distclean distclean-local dist dist-local check check-local
39 all: all-local
40 install: install-local
41 clean: clean-local
42 distclean : distclean-local
43 dist: dist-local
44 check: all check-local
46 all-local: $(TARGET)
48 install-local: all-local
50 dist-local:
52 clean-local:
56 distclean-local: clean-local
59 check-local: all-local