author | Dirk Zimmermann <dirk@pep-project.org> |
Mon, 23 May 2016 08:48:08 +0200 | |
changeset 675 | 8305fe701fec |
parent 674 | a8afa1168b12 |
child 676 | aa02f6473007 |
permissions | -rw-r--r-- |
1 BUILD_ON=$(shell uname)
2 BUILD_FOR=$(BUILD_ON)
3 OPTIMIZE=-g -O0
4 #OPTIMIZE=-O3 -DNDEBUG -std=c99
5 LD=$(CC)
6 #CC=gcc-mp-4.9 -std=c99 -fstrict-aliasing -Wstrict-aliasing=3
7 #LD=gcc-mp-4.9
8 SYSTEM_DB=/usr/local/share/pEp/system.db
9 PREFIX=$(HOME)
10 YML2PROC=$(HOME)/yml2/yml2proc
11 YML_HOME=$(HOME)
12 ASN1C=asn1c
14 ASN1C_INCLUDE=/opt/local/share/asn1c
16 # C makros (not environment variables) to overwrite:
17 #
18 # DEFAULT_KEYSERVER - string with default keyserver
19 # CRASHDUMP_DEFAULT_LINES - number of log lines to deliver for crashdumps