1
BUILD_ON=$(shell uname)
2
BUILD_FOR=$(BUILD_ON)
3
OPTIMIZE=-g -O0
4
#OPTIMIZE=-O3 -DNDEBUG
5
# the next two lines are ignored on Windoze
6
SYSTEM_DB=/usr/local/share/pEp/system.db
7
PREFIX=$(HOME)