summaryrefslogtreecommitdiff
path: root/deps/rabbit_common/development.pre.mk
blob: 0b11877df30dbc583096aabb31565d6bc4e5b9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
TEST_DEPS = proper

EXTRA_SOURCES += include/rabbit_framing.hrl				\
		 src/rabbit_framing_amqp_0_8.erl			\
		 src/rabbit_framing_amqp_0_9_1.erl

.DEFAULT_GOAL = all
$(PROJECT).d:: $(EXTRA_SOURCES)