diff config.mak @ 69:f0b26daba6a9

Build adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Oct 2019 18:16:47 +0200
parents 4aec80a03cb0
children
line wrap: on
line diff
--- a/config.mak	Thu Oct 24 08:20:15 2019 +0300
+++ b/config.mak	Tue Oct 29 18:16:47 2019 +0200
@@ -1,6 +1,13 @@
-# Additional binaries (aka the demo)
+MAKEOPTS=-j4
+EXTRA_CFLAGS=-O3
+MAKE ?= make
+
+#DM_CFLAGS += -fopenmp
+#DM_LDFLAGS += -lgomp
 #DM_DEBUG=yes
 
+
+# Additional binaries (aka the demo)
 DEMO_BIN=krapula
 DEMO_OBJS=demo.o dmsimple.o
 
@@ -8,11 +15,8 @@
 DMLIB := $(BPATH)/dmlib/
 PACKAGE = $(BPATH)/ap-krapula.zip
 BINPATH = $(BPATH)/bin/
-DATA = $(BINPATH)/orvellys.dat
-MAKE ?= make
-
-TOOL_BINPATH=bin/
-TESTS_BINPATH=$(TOOL_BINPATH)
+DATA_PKG = $(BINPATH)/orvellys.dat
+TOOL_BINPATH = $(DMLIB)tools/
 
 # Build engine tests and tools? (Please notice that what
 # actually gets built it also affected by other options)