Makefile 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .PHONY: plugins tests
  2. PROJECT = emqx
  3. PROJECT_DESCRIPTION = EMQ X Broker
  4. PROJECT_VERSION = 3.0
  5. DEPS = jsx gproc gen_rpc lager ekka esockd cowboy clique lager_syslog
  6. dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0
  7. dep_gproc = git https://github.com/uwiger/gproc 0.8.0
  8. dep_gen_rpc = git https://github.com/emqx/gen_rpc 2.2.0
  9. dep_lager = git https://github.com/erlang-lager/lager 3.6.4
  10. dep_esockd = git https://github.com/emqx/esockd v5.4
  11. dep_ekka = git https://github.com/emqx/ekka v0.4.1
  12. dep_cowboy = git https://github.com/ninenines/cowboy 2.4.0
  13. dep_clique = git https://github.com/emqx/clique
  14. dep_lager_syslog = git https://github.com/basho/lager_syslog 3.0.1
  15. NO_AUTOPATCH = cuttlefish
  16. ERLC_OPTS += +debug_info
  17. ERLC_OPTS += +'{parse_transform, lager_transform}'
  18. BUILD_DEPS = cuttlefish
  19. dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
  20. #TEST_DEPS = emqx_ct_helplers
  21. #dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
  22. TEST_ERLC_OPTS += +debug_info
  23. TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
  24. EUNIT_OPTS = verbose
  25. # CT_SUITES = emqx_mqueue
  26. ## emqx_trie emqx_router emqx_frame emqx_mqtt_compat
  27. CT_SUITES = emqx emqx_banned emqx_connection emqx_session emqx_access emqx_broker emqx_cm emqx_frame emqx_guid emqx_inflight \
  28. emqx_json emqx_keepalive emqx_lib emqx_metrics emqx_misc emqx_mod emqx_mqtt_caps \
  29. emqx_mqtt_compat emqx_mqtt_properties emqx_mqueue emqx_net emqx_pqueue emqx_router emqx_sm \
  30. emqx_stats emqx_tables emqx_time emqx_topic emqx_trie emqx_vm emqx_zone \
  31. emqx_mountpoint emqx_listeners emqx_protocol
  32. CT_OPTS = -cover test/ct.cover.spec -erl_args -name emqxct@127.0.0.1
  33. COVER = true
  34. PLT_APPS = sasl asn1 ssl syntax_tools runtime_tools crypto xmerl os_mon inets public_key ssl lager compiler mnesia
  35. DIALYZER_DIRS := ebin/
  36. DIALYZER_OPTS := --verbose --statistics -Werror_handling -Wrace_conditions #-Wunmatched_returns
  37. include erlang.mk
  38. app.config::
  39. ./deps/cuttlefish/cuttlefish -l info -e etc/ -c etc/emqx.conf -i priv/emqx.schema -d data/