view Makefile.linux64 @ 19:c9cac05ef9f2 track

Reap expired/rejected hypotheses from list; report an estimate as accepted only if the accepting hypothesis has been satisfied already (otherwise a different provisional hypothesis might become satisfied first)
author Chris Cannam
date Sun, 01 Jul 2012 11:33:37 +0100
parents 02587f02ef41
children c70ebf24b419
line wrap: on
line source

CFLAGS := -Wall -g -fPIC 
CXXFLAGS := $(CFLAGS)

LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic 

PLUGIN_EXT := .so

include Makefile.inc