Mercurial > hg > libxtract
view examples/simpletest/Make.config @ 278:0dbd0078d1c4
Incorporate Makefile link order fix
author | jamiebullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 14 Nov 2014 05:17:28 -0800 |
parents | f87c7a8c043f |
children |
line wrap: on
line source
ifeq ($(PLATFORM), Darwin) DARWIN_LDFLAGS = -framework Accelerate endif LIBRARY := SUFFIX := .cpp FLAGS += -I../../include -std=c++11 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS)