DXR is a code search and navigation tool aimed at making sense of large projects. It supports full-text and regex searches as well as structural queries.
# make should make makefiles that it has rules for if they are# included-include test.mkall:
test "$(X)" = "1" @echo "TEST-PASS"test.mk:
@echo "X = 1" > $@