rabbitmq-server/deps/amqp10_common/development.pre.mk

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

13 lines
436 B
Makefile
Raw Permalink Normal View History

# Variables and recipes in development.*.mk are meant to be used from
# any Git clone. They are excluded from the files published to Hex.pm.
# Generated files are published to Hex.pm however so people using this
# source won't have to depend on Python and rabbitmq-codegen.
BUILD_DEPS += rabbitmq_codegen
EXTRA_SOURCES += include/amqp10_framing.hrl \
src/amqp10_framing0.erl
.DEFAULT_GOAL = all
$(PROJECT).d:: $(EXTRA_SOURCES)