# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/sigge/lmms

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/sigge/lmms/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	cd /home/sigge/lmms/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..."
	cd /home/sigge/lmms/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/sigge/lmms/build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/sigge/lmms/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/sigge/lmms/build/CMakeFiles /home/sigge/lmms/build/plugins/LadspaEffect/tap//CMakeFiles/progress.marks
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sigge/lmms/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/sigge/lmms/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/rule

# Convenience name for target.
tap_autopan: plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/rule
.PHONY : tap_autopan

# fast build rule for target.
tap_autopan/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/build
.PHONY : tap_autopan/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/rule

# Convenience name for target.
tap_chorusflanger: plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/rule
.PHONY : tap_chorusflanger

# fast build rule for target.
tap_chorusflanger/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/build
.PHONY : tap_chorusflanger/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/rule

# Convenience name for target.
tap_deesser: plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/rule
.PHONY : tap_deesser

# fast build rule for target.
tap_deesser/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/build
.PHONY : tap_deesser/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/rule

# Convenience name for target.
tap_doubler: plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/rule
.PHONY : tap_doubler

# fast build rule for target.
tap_doubler/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/build
.PHONY : tap_doubler/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/rule

# Convenience name for target.
tap_dynamics_m: plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/rule
.PHONY : tap_dynamics_m

# fast build rule for target.
tap_dynamics_m/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/build
.PHONY : tap_dynamics_m/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/rule

# Convenience name for target.
tap_dynamics_st: plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/rule
.PHONY : tap_dynamics_st

# fast build rule for target.
tap_dynamics_st/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/build
.PHONY : tap_dynamics_st/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/rule

# Convenience name for target.
tap_echo: plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/rule
.PHONY : tap_echo

# fast build rule for target.
tap_echo/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/build
.PHONY : tap_echo/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/rule

# Convenience name for target.
tap_eq: plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/rule
.PHONY : tap_eq

# fast build rule for target.
tap_eq/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/build
.PHONY : tap_eq/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/rule

# Convenience name for target.
tap_eqbw: plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/rule
.PHONY : tap_eqbw

# fast build rule for target.
tap_eqbw/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/build
.PHONY : tap_eqbw/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/rule

# Convenience name for target.
tap_limiter: plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/rule
.PHONY : tap_limiter

# fast build rule for target.
tap_limiter/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/build
.PHONY : tap_limiter/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/rule

# Convenience name for target.
tap_pinknoise: plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/rule
.PHONY : tap_pinknoise

# fast build rule for target.
tap_pinknoise/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/build
.PHONY : tap_pinknoise/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/rule

# Convenience name for target.
tap_pitch: plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/rule
.PHONY : tap_pitch

# fast build rule for target.
tap_pitch/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/build
.PHONY : tap_pitch/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/rule

# Convenience name for target.
tap_reflector: plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/rule
.PHONY : tap_reflector

# fast build rule for target.
tap_reflector/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/build
.PHONY : tap_reflector/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/rule

# Convenience name for target.
tap_reverb: plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/rule
.PHONY : tap_reverb

# fast build rule for target.
tap_reverb/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/build
.PHONY : tap_reverb/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/rule

# Convenience name for target.
tap_rotspeak: plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/rule
.PHONY : tap_rotspeak

# fast build rule for target.
tap_rotspeak/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/build
.PHONY : tap_rotspeak/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/rule

# Convenience name for target.
tap_sigmoid: plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/rule
.PHONY : tap_sigmoid

# fast build rule for target.
tap_sigmoid/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/build
.PHONY : tap_sigmoid/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/rule

# Convenience name for target.
tap_tremolo: plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/rule
.PHONY : tap_tremolo

# fast build rule for target.
tap_tremolo/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/build
.PHONY : tap_tremolo/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/rule

# Convenience name for target.
tap_tubewarmth: plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/rule
.PHONY : tap_tubewarmth

# fast build rule for target.
tap_tubewarmth/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/build
.PHONY : tap_tubewarmth/fast

# Convenience name for target.
plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/rule:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/rule
.PHONY : plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/rule

# Convenience name for target.
tap_vibrato: plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/rule
.PHONY : tap_vibrato

# fast build rule for target.
tap_vibrato/fast:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/build
.PHONY : tap_vibrato/fast

tap-plugins/tap_autopan.o: tap-plugins/tap_autopan.c.o
.PHONY : tap-plugins/tap_autopan.o

# target to build an object file
tap-plugins/tap_autopan.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/tap-plugins/tap_autopan.c.o
.PHONY : tap-plugins/tap_autopan.c.o

tap-plugins/tap_autopan.i: tap-plugins/tap_autopan.c.i
.PHONY : tap-plugins/tap_autopan.i

# target to preprocess a source file
tap-plugins/tap_autopan.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/tap-plugins/tap_autopan.c.i
.PHONY : tap-plugins/tap_autopan.c.i

tap-plugins/tap_autopan.s: tap-plugins/tap_autopan.c.s
.PHONY : tap-plugins/tap_autopan.s

# target to generate assembly for a file
tap-plugins/tap_autopan.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_autopan.dir/tap-plugins/tap_autopan.c.s
.PHONY : tap-plugins/tap_autopan.c.s

tap-plugins/tap_chorusflanger.o: tap-plugins/tap_chorusflanger.c.o
.PHONY : tap-plugins/tap_chorusflanger.o

# target to build an object file
tap-plugins/tap_chorusflanger.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/tap-plugins/tap_chorusflanger.c.o
.PHONY : tap-plugins/tap_chorusflanger.c.o

tap-plugins/tap_chorusflanger.i: tap-plugins/tap_chorusflanger.c.i
.PHONY : tap-plugins/tap_chorusflanger.i

# target to preprocess a source file
tap-plugins/tap_chorusflanger.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/tap-plugins/tap_chorusflanger.c.i
.PHONY : tap-plugins/tap_chorusflanger.c.i

tap-plugins/tap_chorusflanger.s: tap-plugins/tap_chorusflanger.c.s
.PHONY : tap-plugins/tap_chorusflanger.s

# target to generate assembly for a file
tap-plugins/tap_chorusflanger.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_chorusflanger.dir/tap-plugins/tap_chorusflanger.c.s
.PHONY : tap-plugins/tap_chorusflanger.c.s

tap-plugins/tap_deesser.o: tap-plugins/tap_deesser.c.o
.PHONY : tap-plugins/tap_deesser.o

# target to build an object file
tap-plugins/tap_deesser.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/tap-plugins/tap_deesser.c.o
.PHONY : tap-plugins/tap_deesser.c.o

tap-plugins/tap_deesser.i: tap-plugins/tap_deesser.c.i
.PHONY : tap-plugins/tap_deesser.i

# target to preprocess a source file
tap-plugins/tap_deesser.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/tap-plugins/tap_deesser.c.i
.PHONY : tap-plugins/tap_deesser.c.i

tap-plugins/tap_deesser.s: tap-plugins/tap_deesser.c.s
.PHONY : tap-plugins/tap_deesser.s

# target to generate assembly for a file
tap-plugins/tap_deesser.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_deesser.dir/tap-plugins/tap_deesser.c.s
.PHONY : tap-plugins/tap_deesser.c.s

tap-plugins/tap_doubler.o: tap-plugins/tap_doubler.c.o
.PHONY : tap-plugins/tap_doubler.o

# target to build an object file
tap-plugins/tap_doubler.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/tap-plugins/tap_doubler.c.o
.PHONY : tap-plugins/tap_doubler.c.o

tap-plugins/tap_doubler.i: tap-plugins/tap_doubler.c.i
.PHONY : tap-plugins/tap_doubler.i

# target to preprocess a source file
tap-plugins/tap_doubler.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/tap-plugins/tap_doubler.c.i
.PHONY : tap-plugins/tap_doubler.c.i

tap-plugins/tap_doubler.s: tap-plugins/tap_doubler.c.s
.PHONY : tap-plugins/tap_doubler.s

# target to generate assembly for a file
tap-plugins/tap_doubler.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_doubler.dir/tap-plugins/tap_doubler.c.s
.PHONY : tap-plugins/tap_doubler.c.s

tap-plugins/tap_dynamics_m.o: tap-plugins/tap_dynamics_m.c.o
.PHONY : tap-plugins/tap_dynamics_m.o

# target to build an object file
tap-plugins/tap_dynamics_m.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/tap-plugins/tap_dynamics_m.c.o
.PHONY : tap-plugins/tap_dynamics_m.c.o

tap-plugins/tap_dynamics_m.i: tap-plugins/tap_dynamics_m.c.i
.PHONY : tap-plugins/tap_dynamics_m.i

# target to preprocess a source file
tap-plugins/tap_dynamics_m.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/tap-plugins/tap_dynamics_m.c.i
.PHONY : tap-plugins/tap_dynamics_m.c.i

tap-plugins/tap_dynamics_m.s: tap-plugins/tap_dynamics_m.c.s
.PHONY : tap-plugins/tap_dynamics_m.s

# target to generate assembly for a file
tap-plugins/tap_dynamics_m.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_m.dir/tap-plugins/tap_dynamics_m.c.s
.PHONY : tap-plugins/tap_dynamics_m.c.s

tap-plugins/tap_dynamics_st.o: tap-plugins/tap_dynamics_st.c.o
.PHONY : tap-plugins/tap_dynamics_st.o

# target to build an object file
tap-plugins/tap_dynamics_st.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/tap-plugins/tap_dynamics_st.c.o
.PHONY : tap-plugins/tap_dynamics_st.c.o

tap-plugins/tap_dynamics_st.i: tap-plugins/tap_dynamics_st.c.i
.PHONY : tap-plugins/tap_dynamics_st.i

# target to preprocess a source file
tap-plugins/tap_dynamics_st.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/tap-plugins/tap_dynamics_st.c.i
.PHONY : tap-plugins/tap_dynamics_st.c.i

tap-plugins/tap_dynamics_st.s: tap-plugins/tap_dynamics_st.c.s
.PHONY : tap-plugins/tap_dynamics_st.s

# target to generate assembly for a file
tap-plugins/tap_dynamics_st.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_dynamics_st.dir/tap-plugins/tap_dynamics_st.c.s
.PHONY : tap-plugins/tap_dynamics_st.c.s

tap-plugins/tap_echo.o: tap-plugins/tap_echo.c.o
.PHONY : tap-plugins/tap_echo.o

# target to build an object file
tap-plugins/tap_echo.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/tap-plugins/tap_echo.c.o
.PHONY : tap-plugins/tap_echo.c.o

tap-plugins/tap_echo.i: tap-plugins/tap_echo.c.i
.PHONY : tap-plugins/tap_echo.i

# target to preprocess a source file
tap-plugins/tap_echo.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/tap-plugins/tap_echo.c.i
.PHONY : tap-plugins/tap_echo.c.i

tap-plugins/tap_echo.s: tap-plugins/tap_echo.c.s
.PHONY : tap-plugins/tap_echo.s

# target to generate assembly for a file
tap-plugins/tap_echo.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_echo.dir/tap-plugins/tap_echo.c.s
.PHONY : tap-plugins/tap_echo.c.s

tap-plugins/tap_eq.o: tap-plugins/tap_eq.c.o
.PHONY : tap-plugins/tap_eq.o

# target to build an object file
tap-plugins/tap_eq.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/tap-plugins/tap_eq.c.o
.PHONY : tap-plugins/tap_eq.c.o

tap-plugins/tap_eq.i: tap-plugins/tap_eq.c.i
.PHONY : tap-plugins/tap_eq.i

# target to preprocess a source file
tap-plugins/tap_eq.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/tap-plugins/tap_eq.c.i
.PHONY : tap-plugins/tap_eq.c.i

tap-plugins/tap_eq.s: tap-plugins/tap_eq.c.s
.PHONY : tap-plugins/tap_eq.s

# target to generate assembly for a file
tap-plugins/tap_eq.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eq.dir/tap-plugins/tap_eq.c.s
.PHONY : tap-plugins/tap_eq.c.s

tap-plugins/tap_eqbw.o: tap-plugins/tap_eqbw.c.o
.PHONY : tap-plugins/tap_eqbw.o

# target to build an object file
tap-plugins/tap_eqbw.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/tap-plugins/tap_eqbw.c.o
.PHONY : tap-plugins/tap_eqbw.c.o

tap-plugins/tap_eqbw.i: tap-plugins/tap_eqbw.c.i
.PHONY : tap-plugins/tap_eqbw.i

# target to preprocess a source file
tap-plugins/tap_eqbw.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/tap-plugins/tap_eqbw.c.i
.PHONY : tap-plugins/tap_eqbw.c.i

tap-plugins/tap_eqbw.s: tap-plugins/tap_eqbw.c.s
.PHONY : tap-plugins/tap_eqbw.s

# target to generate assembly for a file
tap-plugins/tap_eqbw.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_eqbw.dir/tap-plugins/tap_eqbw.c.s
.PHONY : tap-plugins/tap_eqbw.c.s

tap-plugins/tap_limiter.o: tap-plugins/tap_limiter.c.o
.PHONY : tap-plugins/tap_limiter.o

# target to build an object file
tap-plugins/tap_limiter.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/tap-plugins/tap_limiter.c.o
.PHONY : tap-plugins/tap_limiter.c.o

tap-plugins/tap_limiter.i: tap-plugins/tap_limiter.c.i
.PHONY : tap-plugins/tap_limiter.i

# target to preprocess a source file
tap-plugins/tap_limiter.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/tap-plugins/tap_limiter.c.i
.PHONY : tap-plugins/tap_limiter.c.i

tap-plugins/tap_limiter.s: tap-plugins/tap_limiter.c.s
.PHONY : tap-plugins/tap_limiter.s

# target to generate assembly for a file
tap-plugins/tap_limiter.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_limiter.dir/tap-plugins/tap_limiter.c.s
.PHONY : tap-plugins/tap_limiter.c.s

tap-plugins/tap_pinknoise.o: tap-plugins/tap_pinknoise.c.o
.PHONY : tap-plugins/tap_pinknoise.o

# target to build an object file
tap-plugins/tap_pinknoise.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/tap-plugins/tap_pinknoise.c.o
.PHONY : tap-plugins/tap_pinknoise.c.o

tap-plugins/tap_pinknoise.i: tap-plugins/tap_pinknoise.c.i
.PHONY : tap-plugins/tap_pinknoise.i

# target to preprocess a source file
tap-plugins/tap_pinknoise.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/tap-plugins/tap_pinknoise.c.i
.PHONY : tap-plugins/tap_pinknoise.c.i

tap-plugins/tap_pinknoise.s: tap-plugins/tap_pinknoise.c.s
.PHONY : tap-plugins/tap_pinknoise.s

# target to generate assembly for a file
tap-plugins/tap_pinknoise.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pinknoise.dir/tap-plugins/tap_pinknoise.c.s
.PHONY : tap-plugins/tap_pinknoise.c.s

tap-plugins/tap_pitch.o: tap-plugins/tap_pitch.c.o
.PHONY : tap-plugins/tap_pitch.o

# target to build an object file
tap-plugins/tap_pitch.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/tap-plugins/tap_pitch.c.o
.PHONY : tap-plugins/tap_pitch.c.o

tap-plugins/tap_pitch.i: tap-plugins/tap_pitch.c.i
.PHONY : tap-plugins/tap_pitch.i

# target to preprocess a source file
tap-plugins/tap_pitch.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/tap-plugins/tap_pitch.c.i
.PHONY : tap-plugins/tap_pitch.c.i

tap-plugins/tap_pitch.s: tap-plugins/tap_pitch.c.s
.PHONY : tap-plugins/tap_pitch.s

# target to generate assembly for a file
tap-plugins/tap_pitch.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_pitch.dir/tap-plugins/tap_pitch.c.s
.PHONY : tap-plugins/tap_pitch.c.s

tap-plugins/tap_reflector.o: tap-plugins/tap_reflector.c.o
.PHONY : tap-plugins/tap_reflector.o

# target to build an object file
tap-plugins/tap_reflector.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/tap-plugins/tap_reflector.c.o
.PHONY : tap-plugins/tap_reflector.c.o

tap-plugins/tap_reflector.i: tap-plugins/tap_reflector.c.i
.PHONY : tap-plugins/tap_reflector.i

# target to preprocess a source file
tap-plugins/tap_reflector.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/tap-plugins/tap_reflector.c.i
.PHONY : tap-plugins/tap_reflector.c.i

tap-plugins/tap_reflector.s: tap-plugins/tap_reflector.c.s
.PHONY : tap-plugins/tap_reflector.s

# target to generate assembly for a file
tap-plugins/tap_reflector.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reflector.dir/tap-plugins/tap_reflector.c.s
.PHONY : tap-plugins/tap_reflector.c.s

tap-plugins/tap_reverb.o: tap-plugins/tap_reverb.c.o
.PHONY : tap-plugins/tap_reverb.o

# target to build an object file
tap-plugins/tap_reverb.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/tap-plugins/tap_reverb.c.o
.PHONY : tap-plugins/tap_reverb.c.o

tap-plugins/tap_reverb.i: tap-plugins/tap_reverb.c.i
.PHONY : tap-plugins/tap_reverb.i

# target to preprocess a source file
tap-plugins/tap_reverb.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/tap-plugins/tap_reverb.c.i
.PHONY : tap-plugins/tap_reverb.c.i

tap-plugins/tap_reverb.s: tap-plugins/tap_reverb.c.s
.PHONY : tap-plugins/tap_reverb.s

# target to generate assembly for a file
tap-plugins/tap_reverb.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_reverb.dir/tap-plugins/tap_reverb.c.s
.PHONY : tap-plugins/tap_reverb.c.s

tap-plugins/tap_rotspeak.o: tap-plugins/tap_rotspeak.c.o
.PHONY : tap-plugins/tap_rotspeak.o

# target to build an object file
tap-plugins/tap_rotspeak.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/tap-plugins/tap_rotspeak.c.o
.PHONY : tap-plugins/tap_rotspeak.c.o

tap-plugins/tap_rotspeak.i: tap-plugins/tap_rotspeak.c.i
.PHONY : tap-plugins/tap_rotspeak.i

# target to preprocess a source file
tap-plugins/tap_rotspeak.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/tap-plugins/tap_rotspeak.c.i
.PHONY : tap-plugins/tap_rotspeak.c.i

tap-plugins/tap_rotspeak.s: tap-plugins/tap_rotspeak.c.s
.PHONY : tap-plugins/tap_rotspeak.s

# target to generate assembly for a file
tap-plugins/tap_rotspeak.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_rotspeak.dir/tap-plugins/tap_rotspeak.c.s
.PHONY : tap-plugins/tap_rotspeak.c.s

tap-plugins/tap_sigmoid.o: tap-plugins/tap_sigmoid.c.o
.PHONY : tap-plugins/tap_sigmoid.o

# target to build an object file
tap-plugins/tap_sigmoid.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/tap-plugins/tap_sigmoid.c.o
.PHONY : tap-plugins/tap_sigmoid.c.o

tap-plugins/tap_sigmoid.i: tap-plugins/tap_sigmoid.c.i
.PHONY : tap-plugins/tap_sigmoid.i

# target to preprocess a source file
tap-plugins/tap_sigmoid.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/tap-plugins/tap_sigmoid.c.i
.PHONY : tap-plugins/tap_sigmoid.c.i

tap-plugins/tap_sigmoid.s: tap-plugins/tap_sigmoid.c.s
.PHONY : tap-plugins/tap_sigmoid.s

# target to generate assembly for a file
tap-plugins/tap_sigmoid.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_sigmoid.dir/tap-plugins/tap_sigmoid.c.s
.PHONY : tap-plugins/tap_sigmoid.c.s

tap-plugins/tap_tremolo.o: tap-plugins/tap_tremolo.c.o
.PHONY : tap-plugins/tap_tremolo.o

# target to build an object file
tap-plugins/tap_tremolo.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/tap-plugins/tap_tremolo.c.o
.PHONY : tap-plugins/tap_tremolo.c.o

tap-plugins/tap_tremolo.i: tap-plugins/tap_tremolo.c.i
.PHONY : tap-plugins/tap_tremolo.i

# target to preprocess a source file
tap-plugins/tap_tremolo.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/tap-plugins/tap_tremolo.c.i
.PHONY : tap-plugins/tap_tremolo.c.i

tap-plugins/tap_tremolo.s: tap-plugins/tap_tremolo.c.s
.PHONY : tap-plugins/tap_tremolo.s

# target to generate assembly for a file
tap-plugins/tap_tremolo.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tremolo.dir/tap-plugins/tap_tremolo.c.s
.PHONY : tap-plugins/tap_tremolo.c.s

tap-plugins/tap_tubewarmth.o: tap-plugins/tap_tubewarmth.c.o
.PHONY : tap-plugins/tap_tubewarmth.o

# target to build an object file
tap-plugins/tap_tubewarmth.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/tap-plugins/tap_tubewarmth.c.o
.PHONY : tap-plugins/tap_tubewarmth.c.o

tap-plugins/tap_tubewarmth.i: tap-plugins/tap_tubewarmth.c.i
.PHONY : tap-plugins/tap_tubewarmth.i

# target to preprocess a source file
tap-plugins/tap_tubewarmth.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/tap-plugins/tap_tubewarmth.c.i
.PHONY : tap-plugins/tap_tubewarmth.c.i

tap-plugins/tap_tubewarmth.s: tap-plugins/tap_tubewarmth.c.s
.PHONY : tap-plugins/tap_tubewarmth.s

# target to generate assembly for a file
tap-plugins/tap_tubewarmth.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_tubewarmth.dir/tap-plugins/tap_tubewarmth.c.s
.PHONY : tap-plugins/tap_tubewarmth.c.s

tap-plugins/tap_vibrato.o: tap-plugins/tap_vibrato.c.o
.PHONY : tap-plugins/tap_vibrato.o

# target to build an object file
tap-plugins/tap_vibrato.c.o:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/tap-plugins/tap_vibrato.c.o
.PHONY : tap-plugins/tap_vibrato.c.o

tap-plugins/tap_vibrato.i: tap-plugins/tap_vibrato.c.i
.PHONY : tap-plugins/tap_vibrato.i

# target to preprocess a source file
tap-plugins/tap_vibrato.c.i:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/tap-plugins/tap_vibrato.c.i
.PHONY : tap-plugins/tap_vibrato.c.i

tap-plugins/tap_vibrato.s: tap-plugins/tap_vibrato.c.s
.PHONY : tap-plugins/tap_vibrato.s

# target to generate assembly for a file
tap-plugins/tap_vibrato.c.s:
	cd /home/sigge/lmms/build && $(MAKE) $(MAKESILENT) -f plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/build.make plugins/LadspaEffect/tap/CMakeFiles/tap_vibrato.dir/tap-plugins/tap_vibrato.c.s
.PHONY : tap-plugins/tap_vibrato.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... tap_autopan"
	@echo "... tap_chorusflanger"
	@echo "... tap_deesser"
	@echo "... tap_doubler"
	@echo "... tap_dynamics_m"
	@echo "... tap_dynamics_st"
	@echo "... tap_echo"
	@echo "... tap_eq"
	@echo "... tap_eqbw"
	@echo "... tap_limiter"
	@echo "... tap_pinknoise"
	@echo "... tap_pitch"
	@echo "... tap_reflector"
	@echo "... tap_reverb"
	@echo "... tap_rotspeak"
	@echo "... tap_sigmoid"
	@echo "... tap_tremolo"
	@echo "... tap_tubewarmth"
	@echo "... tap_vibrato"
	@echo "... tap-plugins/tap_autopan.o"
	@echo "... tap-plugins/tap_autopan.i"
	@echo "... tap-plugins/tap_autopan.s"
	@echo "... tap-plugins/tap_chorusflanger.o"
	@echo "... tap-plugins/tap_chorusflanger.i"
	@echo "... tap-plugins/tap_chorusflanger.s"
	@echo "... tap-plugins/tap_deesser.o"
	@echo "... tap-plugins/tap_deesser.i"
	@echo "... tap-plugins/tap_deesser.s"
	@echo "... tap-plugins/tap_doubler.o"
	@echo "... tap-plugins/tap_doubler.i"
	@echo "... tap-plugins/tap_doubler.s"
	@echo "... tap-plugins/tap_dynamics_m.o"
	@echo "... tap-plugins/tap_dynamics_m.i"
	@echo "... tap-plugins/tap_dynamics_m.s"
	@echo "... tap-plugins/tap_dynamics_st.o"
	@echo "... tap-plugins/tap_dynamics_st.i"
	@echo "... tap-plugins/tap_dynamics_st.s"
	@echo "... tap-plugins/tap_echo.o"
	@echo "... tap-plugins/tap_echo.i"
	@echo "... tap-plugins/tap_echo.s"
	@echo "... tap-plugins/tap_eq.o"
	@echo "... tap-plugins/tap_eq.i"
	@echo "... tap-plugins/tap_eq.s"
	@echo "... tap-plugins/tap_eqbw.o"
	@echo "... tap-plugins/tap_eqbw.i"
	@echo "... tap-plugins/tap_eqbw.s"
	@echo "... tap-plugins/tap_limiter.o"
	@echo "... tap-plugins/tap_limiter.i"
	@echo "... tap-plugins/tap_limiter.s"
	@echo "... tap-plugins/tap_pinknoise.o"
	@echo "... tap-plugins/tap_pinknoise.i"
	@echo "... tap-plugins/tap_pinknoise.s"
	@echo "... tap-plugins/tap_pitch.o"
	@echo "... tap-plugins/tap_pitch.i"
	@echo "... tap-plugins/tap_pitch.s"
	@echo "... tap-plugins/tap_reflector.o"
	@echo "... tap-plugins/tap_reflector.i"
	@echo "... tap-plugins/tap_reflector.s"
	@echo "... tap-plugins/tap_reverb.o"
	@echo "... tap-plugins/tap_reverb.i"
	@echo "... tap-plugins/tap_reverb.s"
	@echo "... tap-plugins/tap_rotspeak.o"
	@echo "... tap-plugins/tap_rotspeak.i"
	@echo "... tap-plugins/tap_rotspeak.s"
	@echo "... tap-plugins/tap_sigmoid.o"
	@echo "... tap-plugins/tap_sigmoid.i"
	@echo "... tap-plugins/tap_sigmoid.s"
	@echo "... tap-plugins/tap_tremolo.o"
	@echo "... tap-plugins/tap_tremolo.i"
	@echo "... tap-plugins/tap_tremolo.s"
	@echo "... tap-plugins/tap_tubewarmth.o"
	@echo "... tap-plugins/tap_tubewarmth.i"
	@echo "... tap-plugins/tap_tubewarmth.s"
	@echo "... tap-plugins/tap_vibrato.o"
	@echo "... tap-plugins/tap_vibrato.i"
	@echo "... tap-plugins/tap_vibrato.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/sigge/lmms/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

