forked from emqx/emqx-coap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
25 lines (18 loc) · 753 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PROJECT = emqx_coap
PROJECT_DESCRIPTION = EMQ X CoAP Gateway
PROJECT_VERSION = 3.0
DEPS = gen_coap clique
dep_gen_coap = git https://github.com/emqx/gen_coap v0.2.2
dep_clique = git https://github.com/emqx/clique
BUILD_DEPS = emqx cuttlefish
dep_emqx = git https://github.com/emqtt/emqttd emqx30
dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
TEST_DEPS = er_coap_client
dep_er_coap_client = git https://github.com/grutabow/er_coap_client
ERLC_OPTS += +debug_info
ERLC_OPTS += +'{parse_transform, lager_transform}'
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
include erlang.mk
NO_AUTOPATCH = cuttlefish
app.config::
./deps/cuttlefish/cuttlefish -l info -e etc/ -c etc/emqx_coap.conf -i priv/emqx_coap.schema -d data