# The default target of this Makefile is... all:: # Import tree-wide shared Makefile behavior and libraries include shared.mak # "Sub"-Makefiles, not really because they can't be run stand-alone, # only there to contain directory-specific rules and variables ## gitweb/Makefile inclusion: MAK_DIR_GITWEB = gitweb/ include gitweb/Makefile .PHONY: gitweb gitweb: $(MAK_DIR_GITWEB_ALL) ifndef NO_GITWEB all:: gitweb endif