plugins.mk 397 B

12345678910111213141516
  1. # Copyright (c) 2013-2017, Loïc Hoguin <essen@ninenines.eu>
  2. # This file is part of erlang.mk and subject to the terms of the ISC License.
  3. # External plugins.
  4. DEP_PLUGINS ?=
  5. $(foreach p,$(DEP_PLUGINS),\
  6. $(eval $(if $(findstring /,$p),\
  7. $(call core_dep_plugin,$p,$(firstword $(subst /, ,$p))),\
  8. $(call core_dep_plugin,$p/plugins.mk,$p))))
  9. help:: help-plugins
  10. help-plugins::
  11. $(verbose) :