annotate 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
rev   line source
Chris@0 1
Chris@0 2 CFLAGS := -Wall -g -fPIC
Chris@0 3 CXXFLAGS := $(CFLAGS)
Chris@0 4
Chris@0 5 LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic
Chris@0 6
Chris@0 7 PLUGIN_EXT := .so
Chris@0 8
Chris@0 9 include Makefile.inc
Chris@0 10