X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/056d65cce93f673551b565e7d11f196be2e8ec93..8e216a8d5f6b094308594009342e53ef122b8062:/Makefile

diff --git a/Makefile b/Makefile
index 79e54a5..9bebbd3 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@
 EXEC = faustine
 SRC_DIR = interpretor
 PREPROCESSOR_DIR = $(SRC_DIR)/preprocessor/faust-0.9.47mr3
-OUTPUTSOUNDS_DIR = examples/output_sounds
+EXAMPLES_DIR = examples
+SINWAVE_DIR = $(EXAMPLES_DIR)/sinwave
 
 DESTDIR ?= 
 PREFIX ?= /usr/local
@@ -34,15 +35,14 @@ mrproper: clean
 	@(cd $(SRC_DIR) && $(MAKE) mrproper)
 	@(cd $(PREPROCESSOR_DIR) && $(MAKE) clean)
 
-test: # TODO, obsolete
-	@rm -f $(OUTPUTSOUNDS_DIR)/output0.wav
-	@cd $(SRC_DIR) && ./faustine -d ../dsp_files/sin.dsp
-	@ls -l $(OUTPUTSOUNDS_DIR)/output0.wav
+test:
+	@cd $(SINWAVE_DIR) && $(MAKE)
+	@ls -l $(SINWAVE_DIR)/output1.wav
 
 	@echo "    You might want to check the output file with either:"
-	@echo "audacity ../examples/output_sounds/output0.wav"
-	@echo "open ../examples/output_sounds/output0.wav"
-	@echo "octave -q --eval 'plot(wavread(\"../examples/output_sounds/output0.wav\")); pause'"
+	@echo "audacity $(SINWAVE_DIR)/output1.wav"
+	@echo "open $(SINWAVE_DIR)/output1.wav"
+	@echo "octave -q --eval 'plot(wavread(\"$(SINWAVE_DIR)/output1.wav\")); pause'"
 
 install :
 	mkdir -p $(prefix)/lib/faustine/