--- ladspa_sdk/src/makefile 2002-10-14 13:32:30 +0400 +++ ladspa_sdk/src/makefile.notmp 2002-10-14 13:26:13 +0400 @@ -48,7 +48,7 @@ # TARGETS # -test: /tmp/test.wav ../snd/noise.wav always +test: test.wav ../snd/noise.wav always @echo --------------------------------------------- @echo First listen to the white noise input signal: @echo --------------------------------------------- @@ -57,7 +57,7 @@ @echo Compare to plugin output. @echo ------------------------- @echo Should be a noise band around 6000Hz, repeated quietly after 1s. -# play /tmp/test.wav +# play test.wav install: targets -mkdirhier $(DESTDIR)$(INSTALL_PLUGINS_DIR) \ @@ -67,7 +67,7 @@ cp ladspa.h $(DESTDIR)$(INSTALL_INCLUDE_DIR) cp ../bin/* $(DESTDIR)$(INSTALL_BINARY_DIR) -/tmp/test.wav: targets ../snd/noise.wav +test.wav: targets ../snd/noise.wav ../bin/listplugins ../bin/analyseplugin ../plugins/filter.so ../bin/analyseplugin ../plugins/delay.so @@ -76,7 +76,7 @@ ../bin/analyseplugin ../plugins/amp.so ../bin/analyseplugin ../plugins/noise.so time ../bin/applyplugin -s 1 \ - ../snd/noise.wav /tmp/test.wav \ + ../snd/noise.wav test.wav \ ../plugins/filter.so lpf 500 \ ../plugins/filter.so lpf 500 \ ../plugins/sine.so sine_fcaa 6000 \