1
1
# -*- mode: Makefile -*-
2
- # Copyright (c) 2015, Grzegorz Junka
2
+
3
+ # Copyright (c) 2015-2016, Grzegorz Junka
3
4
# All rights reserved.
4
5
#
5
6
# Redistribution and use in source and binary forms, with or without
35
36
# Credit for the Erlang downloading tip:
36
37
# https://groups.google.com/forum/?fromgroups=#!topic/erlang-programming/U0JJ3SeUv5Y
37
38
38
- # Project-specific variables and settings (Change where required)
39
- # -------------------------------------------------------------------------------
40
- # Tested version known to compile riak_pb
41
- REBARURL ?= https://github.com/yoonka/erlstrap/wiki/rebar
42
- # Git repository for dependencies listed in files in deps-versions/
43
- GITURL ?= https://github.com/yoonka
44
- # The development branch, use dependencies from deps-versions/$GITDEVELOP
45
- # if the current branch starts with the name of the development branch
46
- GITDEVELOP ?= develop
47
- # Name of the default branch, use dependencies from deps-versions/$GITMASTER
48
- GITMASTER ?= master
49
- # Compilation flags
50
- ERLCFLAGS ?= -W -v -pa deps/lager/ebin +debug_info
51
- # -------------------------------------------------------------------------------
39
+ # # Project-specific variables and settings (Change where required)
40
+ # #------------------------------------------------------------------------------
41
+ # # Tested version known to compile riak_pb
42
+ REBARURL ?= https://github.com/yoonka/erlstrap/wiki/rebar
43
+ # # Compilation flags
44
+ # ERLCFLAGS ?= -W -v -pa deps/lager/ebin +debug_info +'{parse_transform, lager_transform}'
45
+ # #------------------------------------------------------------------------------
52
46
53
47
# # These are defaults used in GNUmakefileBuilderl, change if needed
54
48
# #------------------------------------------------------------------------------
@@ -67,7 +61,10 @@ BLDERLLOCAL := GNUmakefileBuilderl
67
61
# URL to download the builderl/makefiles/GNUmakefileBuilderl makefile
68
62
BLDERLMKURL := https://raw.githubusercontent.com/yoonka/builderl/master/makefiles/GNUmakefileBuilderl
69
63
70
- ifneq ($(MAKECMDGOALS ) ,$(filter $(MAKECMDGOALS ) ,rm-builderl) )
64
+ ifneq (rm-builderl,$(filter $(MAKECMDGOALS ) ,rm-builderl) )
65
+
66
+ .PHONY : all
67
+ all : get-deps tgz
71
68
72
69
ifeq ($(wildcard $(BLDERLLOCAL ) ) ,)
73
70
$(shell erl -noshell -s inets -s ssl -eval \
0 commit comments