Removed all 2-party keysync components from engine.
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
30 $(MAKE) -C src install
31 $(MAKE) -C asn.1 install
35 $(MAKE) -C src uninstall
36 $(MAKE) -C asn.1 uninstall
43 $(MAKE) -C asn.1 clean
49 $(MAKE) -C test unit_tests
53 $(MAKE) -C test unit_tests
57 cd .. ; COPYFILE_DISABLE=true tar cjf pEpEngine.tar.bz2 "$(HERE_REL)"