Merged in the revised ENGINE-450 branch, because there are fixes impacting both issues. Could have been more cleanly separated, but this is a difference of 5 lines of code, really.
1 # Copyright 2017, pEp Foundation
2 # This file is part of pEpEngine
3 # This file may be used under the terms of the GNU General Public License version 3
6 HERE_REL := $(notdir $(CURDIR))
10 ifneq ($(wildcard local.conf),)
11 $(info ================================================)
12 $(info Overrides in \`local.conf\` are used.)
13 $(info ================================================)
17 $(info ================================================)
18 $(info Overrides in \`$(BUILD_CONFIG)\` are used.)
19 $(info ================================================)
24 $(MAKE) -C asn.1 generate
31 $(MAKE) -C src install
32 $(MAKE) -C asn.1 install
36 $(MAKE) -C src uninstall
37 $(MAKE) -C asn.1 uninstall
45 $(MAKE) -C asn.1 clean
55 cd .. ; COPYFILE_DISABLE=true tar cjf pEpEngine.tar.bz2 "$(HERE_REL)"