1 BUILD_ON=$(shell uname)
3 OPTIMIZE=-g -O0 -Wall -fPIC
4 #OPTIMIZE=-O3 -DNDEBUG -std=c99
6 #CC=gcc-mp-4.9 -std=c99 -fstrict-aliasing -Wstrict-aliasing=3
8 SYSTEM_DB=/home/deb/local/share/pEp/system.db
10 YML2PROC=$(HOME)/something/yml2/yml2proc
11 YML_PATH=$(HOME)/something/yml2
12 ASN1C=/home/deb/local/bin/asn1c
14 # TODO: For brew this is /usr/local/share/asn1c
15 # On BSDs, it might be that as well. How to check?
16 # For now, it just works, even when it doesn't exist.
17 ASN1C_INCLUDE=/usr/local/share/asn1c
19 # C makros (not environment variables) to overwrite:
21 # DEFAULT_KEYSERVER - string with default keyserver
22 # CRASHDUMP_DEFAULT_LINES - number of log lines to deliver for crashdumps