plugins/{Mfcc,MelEnergy}.cpp: add unused attribute to avoid compilation warning
[vamp-aubio-plugins.git] / Makefile.inc
index 1fa6e5c..3015cca 100644 (file)
 #
 #   $ make -f Makefile.mingw
 
+# Defaults, overridden from the platform-specific Makefile
+VAMPSDK_DIR    ?= ../vamp-plugin-sdk-2.5
+PLUGIN_EXT     ?= .so
+CXX            ?= g++
+CC             ?= gcc
+
 CFLAGS         := $(ARCHFLAGS) $(CFLAGS)
 CXXFLAGS       := $(CFLAGS) -I. -I$(VAMPSDK_DIR) $(CXXFLAGS)
 
 LDFLAGS                := -L$(VAMPSDK_DIR) -laubio $(LDFLAGS)
 PLUGIN_LDFLAGS := $(LDFLAGS) $(PLUGIN_LDFLAGS)
 
-# Defaults, overridden from the platform-specific Makefile
-VAMPSDK_DIR    ?= ../vamp-plugin-sdk
-PLUGIN_EXT     ?= .so
-CXX            ?= g++
-CC             ?= gcc
-
 # Location of our plugins
 #
 PLUGINDIR      = plugins