annotate examples/simpletest/Make.config @ 271:2d749a837036

Define USE_OOURA if not on "Darwin" - Should fix build issue on Linux
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 11 Nov 2014 17:45:15 +0000
parents 4a443da2eb65
children f87c7a8c043f
rev   line source
jamie@252 1
jamie@252 2 ifeq ($(PLATFORM), Darwin)
jamie@252 3 DARWIN_LDFLAGS = -framework Accelerate
jamie@252 4 endif
jamie@252 5
jamie@252 6 LIBRARY :=
jamie@252 7 SUFFIX := .cpp
jamie@255 8 FLAGS += -I../../include
jamie@252 9 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)