annotate Makefile.linux @ 196:da283326bcd3 tip master

Update plugin versions in RDF
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 28 Feb 2020 09:43:02 +0000
parents 0d81daeca8d6
children
rev   line source
c@56 1
c@147 2 CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/
c@183 3
c@88 4 #CFLAGS := -g -fPIC -I../vamp-plugin-sdk
c@56 5
c@175 6 CXXFLAGS := $(CFLAGS) -std=c++11
c@56 7
c@56 8 PLUGIN_LDFLAGS := -shared -Wl,--version-script=vamp/vamp-plugin.map
c@56 9
c@129 10 VAMPSDK_DIR := ../vamp-plugin-sdk
c@129 11
c@56 12 PLUGIN_EXT := .so
c@56 13
c@56 14 include Makefile.inc
c@56 15