view 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
line wrap: on
line source

ifeq ($(PLATFORM), Darwin)
    DARWIN_LDFLAGS = -framework Accelerate
endif

LIBRARY := 
SUFFIX := .cpp
FLAGS += -I../../include
LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)