Home | History | Annotate | Download | only in gennorm2

Lines Matching full:local

36 .PHONY : all all-local install install-local clean clean-local	\
37 distclean distclean-local dist dist-local check check-local install-man
43 all: all-local
44 install: install-local
45 clean: clean-local
46 distclean : distclean-local
47 dist: dist-local
48 check: all check-local
50 all-local: $(TARGET)
52 install-local: all-local
56 dist-local:
58 clean-local:
62 distclean-local: clean-local
65 check-local: all-local