Lines Matching refs:trunk
2 # Generic trunk rules include Makefile.
26 # Generate a set of recursive targets to apply over a trunk directory (has
27 # directories) -- optionally with a set of trunk-based files.
33 # $(INSTALL_FILES) -> trunk-install -> install (recursive)
55 .PHONY: $(RECURSIVE_TARGETS) $(addprefix trunk-,$(RECURSIVE_TARGETS))
62 trunk-all: $(MAKE_TARGETS)
64 trunk-clean:: | $(SUBDIRS)
69 trunk-install: $(INSTALL_FILES)
72 trunk-check: $(CHECK_TARGETS) $(SHELL_CHECK_TARGETS)
78 all: trunk-all
80 clean:: trunk-clean
95 install: trunk-install
114 check: trunk-check