diff Makefile.inc @ 5:05c558f1a23b

Change "relative to mean" to "relative to RMS", and add peak-to-RMS output. Add a mean-filter history. Remove essentially useless forward-power method (same as forward-magnitude with 2x factor). Refactor a bit
author Chris Cannam
date Mon, 25 Jun 2012 11:45:33 +0100
parents 02587f02ef41
children ffed34f519db
line wrap: on
line diff
--- a/Makefile.inc	Fri Jun 22 23:56:37 2012 +0100
+++ b/Makefile.inc	Mon Jun 25 11:45:33 2012 +0100
@@ -24,3 +24,6 @@
 
 distclean:	clean
 		rm $(PLUGIN)
+
+libmain.cpp:	$(HEADERS)
+SimpleCepstrum.cpp:	$(HEADERS)