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)
75 all: trunk-all
77 clean:: trunk-clean
85 install: trunk-install