# 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 = /mnt/source/freerdp/FreeRDP

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/source/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/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..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /mnt/source/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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/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 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 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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/source/freerdp/FreeRDP/CMakeFiles /mnt/source/freerdp/FreeRDP/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/source/freerdp/FreeRDP/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named winpr

# Build rule for target.
winpr: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 winpr
.PHONY : winpr

# fast build rule for target.
winpr/fast:
	$(MAKE) -f winpr/libwinpr/CMakeFiles/winpr.dir/build.make winpr/libwinpr/CMakeFiles/winpr.dir/build
.PHONY : winpr/fast

#=============================================================================
# Target rules for targets named winpr-tools

# Build rule for target.
winpr-tools: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 winpr-tools
.PHONY : winpr-tools

# fast build rule for target.
winpr-tools/fast:
	$(MAKE) -f winpr/tools/CMakeFiles/winpr-tools.dir/build.make winpr/tools/CMakeFiles/winpr-tools.dir/build
.PHONY : winpr-tools/fast

#=============================================================================
# Target rules for targets named winpr-makecert

# Build rule for target.
winpr-makecert: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 winpr-makecert
.PHONY : winpr-makecert

# fast build rule for target.
winpr-makecert/fast:
	$(MAKE) -f winpr/tools/makecert-cli/CMakeFiles/winpr-makecert.dir/build.make winpr/tools/makecert-cli/CMakeFiles/winpr-makecert.dir/build
.PHONY : winpr-makecert/fast

#=============================================================================
# Target rules for targets named winpr-hash

# Build rule for target.
winpr-hash: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 winpr-hash
.PHONY : winpr-hash

# fast build rule for target.
winpr-hash/fast:
	$(MAKE) -f winpr/tools/hash-cli/CMakeFiles/winpr-hash.dir/build.make winpr/tools/hash-cli/CMakeFiles/winpr-hash.dir/build
.PHONY : winpr-hash/fast

#=============================================================================
# Target rules for targets named freerdp

# Build rule for target.
freerdp: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 freerdp
.PHONY : freerdp

# fast build rule for target.
freerdp/fast:
	$(MAKE) -f libfreerdp/CMakeFiles/freerdp.dir/build.make libfreerdp/CMakeFiles/freerdp.dir/build
.PHONY : freerdp/fast

#=============================================================================
# Target rules for targets named rdtk

# Build rule for target.
rdtk: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdtk
.PHONY : rdtk

# fast build rule for target.
rdtk/fast:
	$(MAKE) -f rdtk/librdtk/CMakeFiles/rdtk.dir/build.make rdtk/librdtk/CMakeFiles/rdtk.dir/build
.PHONY : rdtk/fast

#=============================================================================
# Target rules for targets named drdynvc-client

# Build rule for target.
drdynvc-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 drdynvc-client
.PHONY : drdynvc-client

# fast build rule for target.
drdynvc-client/fast:
	$(MAKE) -f channels/drdynvc/client/CMakeFiles/drdynvc-client.dir/build.make channels/drdynvc/client/CMakeFiles/drdynvc-client.dir/build
.PHONY : drdynvc-client/fast

#=============================================================================
# Target rules for targets named video-client

# Build rule for target.
video-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 video-client
.PHONY : video-client

# fast build rule for target.
video-client/fast:
	$(MAKE) -f channels/video/client/CMakeFiles/video-client.dir/build.make channels/video/client/CMakeFiles/video-client.dir/build
.PHONY : video-client/fast

#=============================================================================
# Target rules for targets named urbdrc-common

# Build rule for target.
urbdrc-common: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 urbdrc-common
.PHONY : urbdrc-common

# fast build rule for target.
urbdrc-common/fast:
	$(MAKE) -f channels/urbdrc/common/CMakeFiles/urbdrc-common.dir/build.make channels/urbdrc/common/CMakeFiles/urbdrc-common.dir/build
.PHONY : urbdrc-common/fast

#=============================================================================
# Target rules for targets named urbdrc-client

# Build rule for target.
urbdrc-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 urbdrc-client
.PHONY : urbdrc-client

# fast build rule for target.
urbdrc-client/fast:
	$(MAKE) -f channels/urbdrc/client/CMakeFiles/urbdrc-client.dir/build.make channels/urbdrc/client/CMakeFiles/urbdrc-client.dir/build
.PHONY : urbdrc-client/fast

#=============================================================================
# Target rules for targets named urbdrc-client-libusb

# Build rule for target.
urbdrc-client-libusb: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 urbdrc-client-libusb
.PHONY : urbdrc-client-libusb

# fast build rule for target.
urbdrc-client-libusb/fast:
	$(MAKE) -f channels/urbdrc/client/libusb/CMakeFiles/urbdrc-client-libusb.dir/build.make channels/urbdrc/client/libusb/CMakeFiles/urbdrc-client-libusb.dir/build
.PHONY : urbdrc-client-libusb/fast

#=============================================================================
# Target rules for targets named smartcard-client

# Build rule for target.
smartcard-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 smartcard-client
.PHONY : smartcard-client

# fast build rule for target.
smartcard-client/fast:
	$(MAKE) -f channels/smartcard/client/CMakeFiles/smartcard-client.dir/build.make channels/smartcard/client/CMakeFiles/smartcard-client.dir/build
.PHONY : smartcard-client/fast

#=============================================================================
# Target rules for targets named serial-client

# Build rule for target.
serial-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 serial-client
.PHONY : serial-client

# fast build rule for target.
serial-client/fast:
	$(MAKE) -f channels/serial/client/CMakeFiles/serial-client.dir/build.make channels/serial/client/CMakeFiles/serial-client.dir/build
.PHONY : serial-client/fast

#=============================================================================
# Target rules for targets named remdesk-client

# Build rule for target.
remdesk-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 remdesk-client
.PHONY : remdesk-client

# fast build rule for target.
remdesk-client/fast:
	$(MAKE) -f channels/remdesk/client/CMakeFiles/remdesk-client.dir/build.make channels/remdesk/client/CMakeFiles/remdesk-client.dir/build
.PHONY : remdesk-client/fast

#=============================================================================
# Target rules for targets named rdpsnd-client

# Build rule for target.
rdpsnd-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpsnd-client
.PHONY : rdpsnd-client

# fast build rule for target.
rdpsnd-client/fast:
	$(MAKE) -f channels/rdpsnd/client/CMakeFiles/rdpsnd-client.dir/build.make channels/rdpsnd/client/CMakeFiles/rdpsnd-client.dir/build
.PHONY : rdpsnd-client/fast

#=============================================================================
# Target rules for targets named rdpsnd-client-alsa

# Build rule for target.
rdpsnd-client-alsa: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpsnd-client-alsa
.PHONY : rdpsnd-client-alsa

# fast build rule for target.
rdpsnd-client-alsa/fast:
	$(MAKE) -f channels/rdpsnd/client/alsa/CMakeFiles/rdpsnd-client-alsa.dir/build.make channels/rdpsnd/client/alsa/CMakeFiles/rdpsnd-client-alsa.dir/build
.PHONY : rdpsnd-client-alsa/fast

#=============================================================================
# Target rules for targets named rdpsnd-client-pulse

# Build rule for target.
rdpsnd-client-pulse: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpsnd-client-pulse
.PHONY : rdpsnd-client-pulse

# fast build rule for target.
rdpsnd-client-pulse/fast:
	$(MAKE) -f channels/rdpsnd/client/pulse/CMakeFiles/rdpsnd-client-pulse.dir/build.make channels/rdpsnd/client/pulse/CMakeFiles/rdpsnd-client-pulse.dir/build
.PHONY : rdpsnd-client-pulse/fast

#=============================================================================
# Target rules for targets named rdpsnd-client-fake

# Build rule for target.
rdpsnd-client-fake: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpsnd-client-fake
.PHONY : rdpsnd-client-fake

# fast build rule for target.
rdpsnd-client-fake/fast:
	$(MAKE) -f channels/rdpsnd/client/fake/CMakeFiles/rdpsnd-client-fake.dir/build.make channels/rdpsnd/client/fake/CMakeFiles/rdpsnd-client-fake.dir/build
.PHONY : rdpsnd-client-fake/fast

#=============================================================================
# Target rules for targets named rdpgfx-client

# Build rule for target.
rdpgfx-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpgfx-client
.PHONY : rdpgfx-client

# fast build rule for target.
rdpgfx-client/fast:
	$(MAKE) -f channels/rdpgfx/client/CMakeFiles/rdpgfx-client.dir/build.make channels/rdpgfx/client/CMakeFiles/rdpgfx-client.dir/build
.PHONY : rdpgfx-client/fast

#=============================================================================
# Target rules for targets named rdpei-client

# Build rule for target.
rdpei-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpei-client
.PHONY : rdpei-client

# fast build rule for target.
rdpei-client/fast:
	$(MAKE) -f channels/rdpei/client/CMakeFiles/rdpei-client.dir/build.make channels/rdpei/client/CMakeFiles/rdpei-client.dir/build
.PHONY : rdpei-client/fast

#=============================================================================
# Target rules for targets named rdpdr-client

# Build rule for target.
rdpdr-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdpdr-client
.PHONY : rdpdr-client

# fast build rule for target.
rdpdr-client/fast:
	$(MAKE) -f channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/build.make channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/build
.PHONY : rdpdr-client/fast

#=============================================================================
# Target rules for targets named rdp2tcp-client

# Build rule for target.
rdp2tcp-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rdp2tcp-client
.PHONY : rdp2tcp-client

# fast build rule for target.
rdp2tcp-client/fast:
	$(MAKE) -f channels/rdp2tcp/client/CMakeFiles/rdp2tcp-client.dir/build.make channels/rdp2tcp/client/CMakeFiles/rdp2tcp-client.dir/build
.PHONY : rdp2tcp-client/fast

#=============================================================================
# Target rules for targets named rail-client

# Build rule for target.
rail-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 rail-client
.PHONY : rail-client

# fast build rule for target.
rail-client/fast:
	$(MAKE) -f channels/rail/client/CMakeFiles/rail-client.dir/build.make channels/rail/client/CMakeFiles/rail-client.dir/build
.PHONY : rail-client/fast

#=============================================================================
# Target rules for targets named printer-client

# Build rule for target.
printer-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 printer-client
.PHONY : printer-client

# fast build rule for target.
printer-client/fast:
	$(MAKE) -f channels/printer/client/CMakeFiles/printer-client.dir/build.make channels/printer/client/CMakeFiles/printer-client.dir/build
.PHONY : printer-client/fast

#=============================================================================
# Target rules for targets named printer-client-cups

# Build rule for target.
printer-client-cups: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 printer-client-cups
.PHONY : printer-client-cups

# fast build rule for target.
printer-client-cups/fast:
	$(MAKE) -f channels/printer/client/cups/CMakeFiles/printer-client-cups.dir/build.make channels/printer/client/cups/CMakeFiles/printer-client-cups.dir/build
.PHONY : printer-client-cups/fast

#=============================================================================
# Target rules for targets named parallel-client

# Build rule for target.
parallel-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 parallel-client
.PHONY : parallel-client

# fast build rule for target.
parallel-client/fast:
	$(MAKE) -f channels/parallel/client/CMakeFiles/parallel-client.dir/build.make channels/parallel/client/CMakeFiles/parallel-client.dir/build
.PHONY : parallel-client/fast

#=============================================================================
# Target rules for targets named geometry-client

# Build rule for target.
geometry-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 geometry-client
.PHONY : geometry-client

# fast build rule for target.
geometry-client/fast:
	$(MAKE) -f channels/geometry/client/CMakeFiles/geometry-client.dir/build.make channels/geometry/client/CMakeFiles/geometry-client.dir/build
.PHONY : geometry-client/fast

#=============================================================================
# Target rules for targets named encomsp-client

# Build rule for target.
encomsp-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 encomsp-client
.PHONY : encomsp-client

# fast build rule for target.
encomsp-client/fast:
	$(MAKE) -f channels/encomsp/client/CMakeFiles/encomsp-client.dir/build.make channels/encomsp/client/CMakeFiles/encomsp-client.dir/build
.PHONY : encomsp-client/fast

#=============================================================================
# Target rules for targets named echo-client

# Build rule for target.
echo-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 echo-client
.PHONY : echo-client

# fast build rule for target.
echo-client/fast:
	$(MAKE) -f channels/echo/client/CMakeFiles/echo-client.dir/build.make channels/echo/client/CMakeFiles/echo-client.dir/build
.PHONY : echo-client/fast

#=============================================================================
# Target rules for targets named drive-client

# Build rule for target.
drive-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 drive-client
.PHONY : drive-client

# fast build rule for target.
drive-client/fast:
	$(MAKE) -f channels/drive/client/CMakeFiles/drive-client.dir/build.make channels/drive/client/CMakeFiles/drive-client.dir/build
.PHONY : drive-client/fast

#=============================================================================
# Target rules for targets named disp-client

# Build rule for target.
disp-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 disp-client
.PHONY : disp-client

# fast build rule for target.
disp-client/fast:
	$(MAKE) -f channels/disp/client/CMakeFiles/disp-client.dir/build.make channels/disp/client/CMakeFiles/disp-client.dir/build
.PHONY : disp-client/fast

#=============================================================================
# Target rules for targets named cliprdr-client

# Build rule for target.
cliprdr-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 cliprdr-client
.PHONY : cliprdr-client

# fast build rule for target.
cliprdr-client/fast:
	$(MAKE) -f channels/cliprdr/client/CMakeFiles/cliprdr-client.dir/build.make channels/cliprdr/client/CMakeFiles/cliprdr-client.dir/build
.PHONY : cliprdr-client/fast

#=============================================================================
# Target rules for targets named audin-client

# Build rule for target.
audin-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 audin-client
.PHONY : audin-client

# fast build rule for target.
audin-client/fast:
	$(MAKE) -f channels/audin/client/CMakeFiles/audin-client.dir/build.make channels/audin/client/CMakeFiles/audin-client.dir/build
.PHONY : audin-client/fast

#=============================================================================
# Target rules for targets named audin-client-alsa

# Build rule for target.
audin-client-alsa: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 audin-client-alsa
.PHONY : audin-client-alsa

# fast build rule for target.
audin-client-alsa/fast:
	$(MAKE) -f channels/audin/client/alsa/CMakeFiles/audin-client-alsa.dir/build.make channels/audin/client/alsa/CMakeFiles/audin-client-alsa.dir/build
.PHONY : audin-client-alsa/fast

#=============================================================================
# Target rules for targets named audin-client-pulse

# Build rule for target.
audin-client-pulse: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 audin-client-pulse
.PHONY : audin-client-pulse

# fast build rule for target.
audin-client-pulse/fast:
	$(MAKE) -f channels/audin/client/pulse/CMakeFiles/audin-client-pulse.dir/build.make channels/audin/client/pulse/CMakeFiles/audin-client-pulse.dir/build
.PHONY : audin-client-pulse/fast

#=============================================================================
# Target rules for targets named freerdp-client

# Build rule for target.
freerdp-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 freerdp-client
.PHONY : freerdp-client

# fast build rule for target.
freerdp-client/fast:
	$(MAKE) -f client/common/CMakeFiles/freerdp-client.dir/build.make client/common/CMakeFiles/freerdp-client.dir/build
.PHONY : freerdp-client/fast

#=============================================================================
# Target rules for targets named xfreerdp.manpage

# Build rule for target.
xfreerdp.manpage: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 xfreerdp.manpage
.PHONY : xfreerdp.manpage

# fast build rule for target.
xfreerdp.manpage/fast:
	$(MAKE) -f client/X11/CMakeFiles/xfreerdp.manpage.dir/build.make client/X11/CMakeFiles/xfreerdp.manpage.dir/build
.PHONY : xfreerdp.manpage/fast

#=============================================================================
# Target rules for targets named xfreerdp-client

# Build rule for target.
xfreerdp-client: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 xfreerdp-client
.PHONY : xfreerdp-client

# fast build rule for target.
xfreerdp-client/fast:
	$(MAKE) -f client/X11/CMakeFiles/xfreerdp-client.dir/build.make client/X11/CMakeFiles/xfreerdp-client.dir/build
.PHONY : xfreerdp-client/fast

# 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/local"
	@echo "... package_source"
	@echo "... package"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... winpr"
	@echo "... winpr-tools"
	@echo "... winpr-makecert"
	@echo "... winpr-hash"
	@echo "... freerdp"
	@echo "... rdtk"
	@echo "... drdynvc-client"
	@echo "... video-client"
	@echo "... urbdrc-common"
	@echo "... urbdrc-client"
	@echo "... urbdrc-client-libusb"
	@echo "... smartcard-client"
	@echo "... serial-client"
	@echo "... remdesk-client"
	@echo "... rdpsnd-client"
	@echo "... rdpsnd-client-alsa"
	@echo "... rdpsnd-client-pulse"
	@echo "... rdpsnd-client-fake"
	@echo "... rdpgfx-client"
	@echo "... rdpei-client"
	@echo "... rdpdr-client"
	@echo "... rdp2tcp-client"
	@echo "... rail-client"
	@echo "... printer-client"
	@echo "... printer-client-cups"
	@echo "... parallel-client"
	@echo "... geometry-client"
	@echo "... encomsp-client"
	@echo "... echo-client"
	@echo "... drive-client"
	@echo "... disp-client"
	@echo "... cliprdr-client"
	@echo "... audin-client"
	@echo "... audin-client-alsa"
	@echo "... audin-client-pulse"
	@echo "... freerdp-client"
	@echo "... xfreerdp.manpage"
	@echo "... xfreerdp-client"
.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

