jw-pkg/make/common.mk

15 lines
560 B
Makefile
Raw Normal View History

2026-09-21 08:54:07 +02:00
# Common fragment for all jw-pkg-aware Makefiles. Its contents is pulled in
# - from every directory of every project
# - from the projects directory (i.e. the directory containing projects)
ifndef COMMON_MK_INCLUDED
COMMON_MK_INCLUDED = true
Q ?= @
INTERACTIVE ?= auto
BROWSER ?= xdg-open
JWB_SCRIPT_DIR ?= $(firstword $(wildcard $(JWBDIR)/scripts $(JWBDIR)/bin) jwb-script-dir-not-found)
LIST_VCS_FILES = /bin/bash $(JWB_SCRIPT_DIR)/scm.sh ls-files
endif