annotate match-vamp-plugin/Makefile @ 56:5e9027b32179 tip master

Fixes for updated subrepos
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 16 May 2018 15:51:14 +0100
parents ec5b5a9adac2
children
rev   line source
c@31 1
c@50 2 PIPER_VAMP_JS_DIR := ../ext/piper-vamp-js
c@50 3 PLUGIN_SRC_DIR := ../ext/match-vamp-plugin/src
c@31 4
c@37 5 MODULE_NAME := MatchVampPlugin
c@37 6 MODULE_SOURCE := match-vamp-plugin.cpp
c@31 7
c@37 8 PLUGIN_SOURCES := $(wildcard $(PLUGIN_SRC_DIR)/*.cpp)
c@31 9
c@37 10 INCLUDES := -I$(PLUGIN_SRC_DIR)
c@31 11 DEFINES := -DUSE_COMPACT_TYPES
c@41 12 OPTFLAGS := -O3 -ffast-math
c@47 13 EMFLAGS := -s TOTAL_MEMORY=134217728
c@31 14
c@31 15 include $(PIPER_VAMP_JS_DIR)/Makefile.inc