rabbitmq-server/deps/rabbitmq_federation/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
367 B
Makefile
Raw Permalink Normal View History

2015-10-16 22:19:03 +08:00
PROJECT = rabbitmq_federation
PROJECT_DESCRIPTION = Deprecated no-op RabbitMQ Federation
DEPS = rabbitmq_queue_federation rabbitmq_exchange_federation
LOCAL_DEPS = rabbit
2015-10-16 22:19:03 +08:00
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
2015-10-16 22:19:03 +08:00
.DEFAULT_GOAL = all
2015-10-16 22:19:03 +08:00
include ../../rabbitmq-components.mk
include ../../erlang.mk