Lines Matching full:local
39 .PHONY : all all-local install install-local clean clean-local \
40 distclean distclean-local dist dist-local check check-local
46 all: all-local
47 install: install-local
48 clean: clean-local
49 distclean : distclean-local
50 dist: dist-local
51 check: all check-local
52 c-all: c-all-local
53 c-check: c-all c-check-local
55 all-local: $(TARGET)
57 c-all-local: $(CTARGET)
59 install-local:
61 dist-local:
63 clean-local:
67 distclean-local: clean-local
70 check-local: all-local
73 c-check-local: c-all-local