Home | History | Annotate | Download | only in layoutex

Lines Matching full:local

76 -include Makefile.local
79 .PHONY : all all-local install install-local clean clean-local \
80 distclean distclean-local install-library install-headers dist \
81 dist-local check check-local
87 all: all-local
88 install: install-local
89 clean: clean-local
90 distclean : distclean-local
91 dist: dist-local
92 check: all check-local
94 all-local: $(ALL_TARGETS)
96 install-local: install-headers install-library
98 install-library: all-local
129 dist-local:
131 clean-local:
135 distclean-local: clean-local
138 check-local: