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

# 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:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# 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 remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP

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

# 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

# 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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && /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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -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\" \"client\" \"headers\" \"libraries\" \"tools\""
.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/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 package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP/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

# The main all target
all: cmake_check_build_system
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(CMAKE_COMMAND) -E cmake_progress_start /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP/CMakeFiles /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP/channels/tsmf/client/CMakeFiles/progress.marks
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f CMakeFiles/Makefile2 channels/tsmf/client/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f CMakeFiles/Makefile2 channels/tsmf/client/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f CMakeFiles/Makefile2 channels/tsmf/client/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f CMakeFiles/Makefile2 channels/tsmf/client/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
channels/tsmf/client/CMakeFiles/tsmf-client.dir/rule:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f CMakeFiles/Makefile2 channels/tsmf/client/CMakeFiles/tsmf-client.dir/rule
.PHONY : channels/tsmf/client/CMakeFiles/tsmf-client.dir/rule

# Convenience name for target.
tsmf-client: channels/tsmf/client/CMakeFiles/tsmf-client.dir/rule

.PHONY : tsmf-client

# fast build rule for target.
tsmf-client/fast:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/build
.PHONY : tsmf-client/fast

tsmf_audio.o: tsmf_audio.c.o

.PHONY : tsmf_audio.o

# target to build an object file
tsmf_audio.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_audio.c.o
.PHONY : tsmf_audio.c.o

tsmf_audio.i: tsmf_audio.c.i

.PHONY : tsmf_audio.i

# target to preprocess a source file
tsmf_audio.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_audio.c.i
.PHONY : tsmf_audio.c.i

tsmf_audio.s: tsmf_audio.c.s

.PHONY : tsmf_audio.s

# target to generate assembly for a file
tsmf_audio.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_audio.c.s
.PHONY : tsmf_audio.c.s

tsmf_codec.o: tsmf_codec.c.o

.PHONY : tsmf_codec.o

# target to build an object file
tsmf_codec.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_codec.c.o
.PHONY : tsmf_codec.c.o

tsmf_codec.i: tsmf_codec.c.i

.PHONY : tsmf_codec.i

# target to preprocess a source file
tsmf_codec.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_codec.c.i
.PHONY : tsmf_codec.c.i

tsmf_codec.s: tsmf_codec.c.s

.PHONY : tsmf_codec.s

# target to generate assembly for a file
tsmf_codec.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_codec.c.s
.PHONY : tsmf_codec.c.s

tsmf_decoder.o: tsmf_decoder.c.o

.PHONY : tsmf_decoder.o

# target to build an object file
tsmf_decoder.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_decoder.c.o
.PHONY : tsmf_decoder.c.o

tsmf_decoder.i: tsmf_decoder.c.i

.PHONY : tsmf_decoder.i

# target to preprocess a source file
tsmf_decoder.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_decoder.c.i
.PHONY : tsmf_decoder.c.i

tsmf_decoder.s: tsmf_decoder.c.s

.PHONY : tsmf_decoder.s

# target to generate assembly for a file
tsmf_decoder.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_decoder.c.s
.PHONY : tsmf_decoder.c.s

tsmf_ifman.o: tsmf_ifman.c.o

.PHONY : tsmf_ifman.o

# target to build an object file
tsmf_ifman.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_ifman.c.o
.PHONY : tsmf_ifman.c.o

tsmf_ifman.i: tsmf_ifman.c.i

.PHONY : tsmf_ifman.i

# target to preprocess a source file
tsmf_ifman.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_ifman.c.i
.PHONY : tsmf_ifman.c.i

tsmf_ifman.s: tsmf_ifman.c.s

.PHONY : tsmf_ifman.s

# target to generate assembly for a file
tsmf_ifman.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_ifman.c.s
.PHONY : tsmf_ifman.c.s

tsmf_main.o: tsmf_main.c.o

.PHONY : tsmf_main.o

# target to build an object file
tsmf_main.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_main.c.o
.PHONY : tsmf_main.c.o

tsmf_main.i: tsmf_main.c.i

.PHONY : tsmf_main.i

# target to preprocess a source file
tsmf_main.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_main.c.i
.PHONY : tsmf_main.c.i

tsmf_main.s: tsmf_main.c.s

.PHONY : tsmf_main.s

# target to generate assembly for a file
tsmf_main.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_main.c.s
.PHONY : tsmf_main.c.s

tsmf_media.o: tsmf_media.c.o

.PHONY : tsmf_media.o

# target to build an object file
tsmf_media.c.o:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_media.c.o
.PHONY : tsmf_media.c.o

tsmf_media.i: tsmf_media.c.i

.PHONY : tsmf_media.i

# target to preprocess a source file
tsmf_media.c.i:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_media.c.i
.PHONY : tsmf_media.c.i

tsmf_media.s: tsmf_media.c.s

.PHONY : tsmf_media.s

# target to generate assembly for a file
tsmf_media.c.s:
	cd /home/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(MAKE) -f channels/tsmf/client/CMakeFiles/tsmf-client.dir/build.make channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_media.c.s
.PHONY : tsmf_media.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 "... install/strip"
	@echo "... install"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... tsmf-client"
	@echo "... install/local"
	@echo "... package_source"
	@echo "... edit_cache"
	@echo "... tsmf_audio.o"
	@echo "... tsmf_audio.i"
	@echo "... tsmf_audio.s"
	@echo "... tsmf_codec.o"
	@echo "... tsmf_codec.i"
	@echo "... tsmf_codec.s"
	@echo "... tsmf_decoder.o"
	@echo "... tsmf_decoder.i"
	@echo "... tsmf_decoder.s"
	@echo "... tsmf_ifman.o"
	@echo "... tsmf_ifman.i"
	@echo "... tsmf_ifman.s"
	@echo "... tsmf_main.o"
	@echo "... tsmf_main.i"
	@echo "... tsmf_main.s"
	@echo "... tsmf_media.o"
	@echo "... tsmf_media.i"
	@echo "... tsmf_media.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/dietpc/diet-pc-src/tlxos/freerdp/FreeRDP && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

