Mercurial > hg > piper-vamp-js-builds
view 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 |
line wrap: on
line source
PIPER_VAMP_JS_DIR := ../ext/piper-vamp-js PLUGIN_SRC_DIR := ../ext/match-vamp-plugin/src MODULE_NAME := MatchVampPlugin MODULE_SOURCE := match-vamp-plugin.cpp PLUGIN_SOURCES := $(wildcard $(PLUGIN_SRC_DIR)/*.cpp) INCLUDES := -I$(PLUGIN_SRC_DIR) DEFINES := -DUSE_COMPACT_TYPES OPTFLAGS := -O3 -ffast-math EMFLAGS := -s TOTAL_MEMORY=134217728 include $(PIPER_VAMP_JS_DIR)/Makefile.inc