Mercurial > hg > libxtract
view examples/simpletest/Make.config @ 276:c5e3855caaa9
Raise a preprocessor error if neither __APPLE__ nor USE_OOURA is defined
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Thu, 13 Nov 2014 15:16:19 +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)