|
@@ -591,18 +591,3 @@ ERLANG_MK_RECURSIVE_DOC_DEPS_LIST = $(ERLANG_MK_TMP)/recursive-doc-deps-list.log
|
|
|
ERLANG_MK_RECURSIVE_REL_DEPS_LIST = $(ERLANG_MK_TMP)/recursive-rel-deps-list.log
|
|
|
ERLANG_MK_RECURSIVE_TEST_DEPS_LIST = $(ERLANG_MK_TMP)/recursive-test-deps-list.log
|
|
|
ERLANG_MK_RECURSIVE_SHELL_DEPS_LIST = $(ERLANG_MK_TMP)/recursive-shell-deps-list.log
|
|
|
-
|
|
|
-# External plugins.
|
|
|
-
|
|
|
-DEP_PLUGINS ?=
|
|
|
-
|
|
|
-define core_dep_plugin
|
|
|
--include $(DEPS_DIR)/$(1)
|
|
|
-
|
|
|
-$(DEPS_DIR)/$(1): $(DEPS_DIR)/$(2) ;
|
|
|
-endef
|
|
|
-
|
|
|
-$(foreach p,$(DEP_PLUGINS),\
|
|
|
- $(eval $(if $(findstring /,$p),\
|
|
|
- $(call core_dep_plugin,$p,$(firstword $(subst /, ,$p))),\
|
|
|
- $(call core_dep_plugin,$p/plugins.mk,$p))))
|