Home
last modified time | relevance | path

Searched refs:REBAR (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/dports/devel/erlang-pooler/pooler-1.5.2/
H A DMakefile7 compile: $(REBAR)
8 $(REBAR) as dev compile
10 run: $(REBAR)
13 test: $(REBAR)
16 doc: $(REBAR)
17 $(REBAR) as dev edoc
19 clean: $(REBAR)
20 $(REBAR) as dev clean
21 $(REBAR) as test clean
24 dialyzer: $(REBAR)
[all …]
/dports/databases/erlang-epgsql/epgsql-4.1.0/
H A DMakefile1 REBAR = ./rebar3 macro
6 $(REBAR):
17 compile: src/epgsql_errcodes.erl $(REBAR)
18 @$(REBAR) compile
20 clean: $(REBAR)
21 @$(REBAR) clean
27 @$(REBAR) do ct -v
30 @$(REBAR) dialyzer
32 elvis: $(REBAR)
38 $(REBAR) as lint lint\
/dports/devel/erlang-gproc/gproc-0.8.0/
H A DMakefile22 REBAR=$(shell which rebar || echo ./rebar) macro
33 $(REBAR) compile
36 $(REBAR) get-deps
39 $(REBAR) clean
42 $(REBAR) eunit
47 $(REBAR) get-deps compile doc
50 $(REBAR) skip_deps=true dialyze
/dports/textproc/erlang-fast_xml/fast_xml-1.1.47/
H A DMakefile1 REBAR ?= rebar macro
3 IS_REBAR3:=$(shell expr `$(REBAR) --version | awk -F '[ .]' '/rebar / {print $$2}'` '>=' 3)
10 $(REBAR) get-deps
11 $(REBAR) compile
14 $(REBAR) clean
18 $(REBAR) eunit -v
21 $(REBAR) -v skip_deps=true eunit
/dports/devel/erlang-poolboy/poolboy-1.5.2/
H A DMakefile1 REBAR = $(shell command -v rebar3 || echo ./rebar3) macro
8 @$(REBAR) compile
11 @$(REBAR) eunit
14 @$(REBAR) eqc
17 @$(REBAR) clean
20 @$(REBAR) dialyzer
/dports/devel/erlang-goldrush/goldrush-0.1.9/
H A DMakefile4 REBAR = rebar macro
10 @$(REBAR) compile
13 @$(REBAR) get-deps
16 @$(REBAR) clean
23 @$(REBAR) -C rebar.test.config eunit skip_deps=true
26 @$(REBAR) -C rebar.test.config ct skip_deps=true
37 @$(REBAR) doc skip_deps=true
/dports/devel/erlang-jsxd/jsxd-0.2.4/
H A DMakefile1 REBAR = $(shell pwd)/rebar macro
8 $(REBAR) compile
11 $(REBAR) get-deps
14 $(REBAR) clean
17 $(REBAR) delete-deps
20 $(REBAR) skip_deps=true eunit
26 $(REBAR) skip_deps=true doc
33 $(REBAR) xref skip_deps=true
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/
H A DMakefile4 REBAR=./rebar macro
9 @$(REBAR) prepare-deps
12 @$(REBAR) doc
17 @$(REBAR) eunit
20 @$(REBAR) clean
23 @$(REBAR) -r create template=mochiwebapp dest=$(DEST) appid=$(PROJECT)
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/
H A DMakefile4 REBAR=./rebar macro
9 @$(REBAR) prepare-deps
12 @$(REBAR) doc
17 @$(REBAR) eunit
20 @$(REBAR) clean
24 @$(REBAR) -r create template=mochiwebapp dest=$(DEST) appid=$(PROJECT)
/dports/www/erlang-mochiweb/mochiweb-2.18.0/
H A DMakefile4 REBAR=./rebar macro
9 @$(REBAR) prepare-deps
12 @$(REBAR) doc
17 @$(REBAR) eunit
20 @$(REBAR) clean
24 @$(REBAR) -r create template=mochiwebapp dest=$(DEST) appid=$(PROJECT)
/dports/textproc/erlang-p1_utils/p1_utils-1.0.23/
H A DMakefile1 REBAR ?= ./rebar macro
3 IS_REBAR3:=$(shell expr `$(REBAR) --version | awk -F '[ .]' '/rebar / {print $$2}'` '>=' 3)
8 $(REBAR) compile
11 $(REBAR) clean
15 $(REBAR) eunit -v
18 $(REBAR) -v skip_deps=true eunit
23 $(REBAR) dialyzer
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/ssl_verify_fun/
H A DMakefile1 REBAR:=./rebar3 macro
8 $(REBAR) compile
11 $(REBAR) eunit
14 $(REBAR) clean
21 $(REBAR) doc
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/ssl_verify_fun/
H A DMakefile1 REBAR:=./rebar3 macro
8 $(REBAR) compile
11 $(REBAR) eunit
14 $(REBAR) clean
21 $(REBAR) doc
/dports/devel/erlang-ssl_verify_fun/ssl_verify_fun.erl-1.1.4/
H A DMakefile1 REBAR:=./rebar3 macro
8 $(REBAR) compile
11 $(REBAR) eunit
14 $(REBAR) clean
21 $(REBAR) doc
/dports/security/erlang-fast_tls/fast_tls-1.1.13/
H A DMakefile1 REBAR ?= rebar macro
6 $(REBAR) get-deps compile
9 $(REBAR) clean
12 $(REBAR) skip_deps=true eunit
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/erl/
H A DMakefile.am52 $(REBAR) get-deps
53 $(REBAR) compile
56 $(REBAR) -C rebar.test.config get-deps
57 $(REBAR) -C rebar.test.config compile
58 $(REBAR) -C rebar.test.config skip_deps=true eunit
76 $(REBAR) clean
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/erl/
H A DMakefile.am52 $(REBAR) get-deps
53 $(REBAR) compile
56 $(REBAR) -C rebar.test.config get-deps
57 $(REBAR) -C rebar.test.config compile
58 $(REBAR) -C rebar.test.config skip_deps=true eunit
76 $(REBAR) clean
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/snappy/
H A DMakefile1 REBAR?=rebar macro
12 $(REBAR) compile
23 $(REBAR) clean
35 $(REBAR) eunit
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ets_lru/
H A DMakefile1 REBAR?=rebar macro
12 $(REBAR) compile
23 $(REBAR) clean
35 $(REBAR) eunit
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/khash/
H A DMakefile1 REBAR?=rebar macro
12 $(REBAR) compile
23 $(REBAR) clean
36 $(REBAR) eunit
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/b64url/
H A DMakefile1 REBAR?=rebar macro
12 $(REBAR) compile
23 $(REBAR) clean
36 $(REBAR) eunit
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/
H A DMakefile1 REBAR?=rebar macro
8 $(REBAR) clean
19 $(REBAR) compile
23 $(REBAR) eunit skip_deps=true
/dports/devel/rebar/rebar-2.6.4/
H A DMakefile3 REBAR=$(PWD)/rebar macro
37 @REBAR_EXTRA_DEPS=1 $(REBAR) get-deps
38 @(cd deps/retest && $(REBAR) compile escriptize)
43 @$(REBAR) eunit
/dports/databases/couchdb3/apache-couchdb-3.2.1/
H A DMakefile19 REBAR?=$(shell echo `pwd`/bin/rebar) macro
142 @$(REBAR) -r escriptize apps=weatherreport
191 @$(REBAR) setup_eunit 2> /dev/null
196 @$(REBAR) -r eunit $(EUNIT_OPTS)
202 @$(REBAR) setup_eunit 2> /dev/null
333 @$(REBAR) -r build-plt $(DIALYZE_OPTS)
339 @$(REBAR) -r check-plt $(DIALYZE_OPTS)
345 @$(REBAR) -r dialyze $(DIALYZE_OPTS)
351 @$(REBAR) -r update-deps
381 @$(REBAR) generate # make full erlang release
[all …]
/dports/devel/erlang-lager/lager-3.2.4/
H A Dtools.mk27 REBAR ?= ./rebar
35 ${REBAR} compile skip_deps=true
38 ${REBAR} eunit skip_deps=true
48 ${REBAR} doc skip_deps=true
51 ${REBAR} xref skip_deps=true

12345678910>>...25