view gui/konsole/Makefile @ 14242:637675470c58 gui

Added OctaveDEs konsole sources.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sun, 22 Jan 2012 14:18:05 +0100
parents
children
line wrap: on
line source

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

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

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

# Disable implicit rules so canoncical 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

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/jacob/octave/gui/konsole

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/jacob/octave/gui/konsole

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.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 -H$(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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/jacob/octave/gui/konsole/CMakeFiles /home/jacob/octave/gui/konsole/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/jacob/octave/gui/konsole/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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named qtermwidget

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

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

BlockArray.o: BlockArray.cpp.o
.PHONY : BlockArray.o

# target to build an object file
BlockArray.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/BlockArray.cpp.o
.PHONY : BlockArray.cpp.o

BlockArray.i: BlockArray.cpp.i
.PHONY : BlockArray.i

# target to preprocess a source file
BlockArray.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/BlockArray.cpp.i
.PHONY : BlockArray.cpp.i

BlockArray.s: BlockArray.cpp.s
.PHONY : BlockArray.s

# target to generate assembly for a file
BlockArray.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/BlockArray.cpp.s
.PHONY : BlockArray.cpp.s

Emulation.o: Emulation.cpp.o
.PHONY : Emulation.o

# target to build an object file
Emulation.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Emulation.cpp.o
.PHONY : Emulation.cpp.o

Emulation.i: Emulation.cpp.i
.PHONY : Emulation.i

# target to preprocess a source file
Emulation.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Emulation.cpp.i
.PHONY : Emulation.cpp.i

Emulation.s: Emulation.cpp.s
.PHONY : Emulation.s

# target to generate assembly for a file
Emulation.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Emulation.cpp.s
.PHONY : Emulation.cpp.s

Filter.o: Filter.cpp.o
.PHONY : Filter.o

# target to build an object file
Filter.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Filter.cpp.o
.PHONY : Filter.cpp.o

Filter.i: Filter.cpp.i
.PHONY : Filter.i

# target to preprocess a source file
Filter.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Filter.cpp.i
.PHONY : Filter.cpp.i

Filter.s: Filter.cpp.s
.PHONY : Filter.s

# target to generate assembly for a file
Filter.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Filter.cpp.s
.PHONY : Filter.cpp.s

History.o: History.cpp.o
.PHONY : History.o

# target to build an object file
History.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/History.cpp.o
.PHONY : History.cpp.o

History.i: History.cpp.i
.PHONY : History.i

# target to preprocess a source file
History.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/History.cpp.i
.PHONY : History.cpp.i

History.s: History.cpp.s
.PHONY : History.s

# target to generate assembly for a file
History.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/History.cpp.s
.PHONY : History.cpp.s

KeyboardTranslator.o: KeyboardTranslator.cpp.o
.PHONY : KeyboardTranslator.o

# target to build an object file
KeyboardTranslator.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/KeyboardTranslator.cpp.o
.PHONY : KeyboardTranslator.cpp.o

KeyboardTranslator.i: KeyboardTranslator.cpp.i
.PHONY : KeyboardTranslator.i

# target to preprocess a source file
KeyboardTranslator.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/KeyboardTranslator.cpp.i
.PHONY : KeyboardTranslator.cpp.i

KeyboardTranslator.s: KeyboardTranslator.cpp.s
.PHONY : KeyboardTranslator.s

# target to generate assembly for a file
KeyboardTranslator.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/KeyboardTranslator.cpp.s
.PHONY : KeyboardTranslator.cpp.s

ProcessInfo.o: ProcessInfo.cpp.o
.PHONY : ProcessInfo.o

# target to build an object file
ProcessInfo.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ProcessInfo.cpp.o
.PHONY : ProcessInfo.cpp.o

ProcessInfo.i: ProcessInfo.cpp.i
.PHONY : ProcessInfo.i

# target to preprocess a source file
ProcessInfo.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ProcessInfo.cpp.i
.PHONY : ProcessInfo.cpp.i

ProcessInfo.s: ProcessInfo.cpp.s
.PHONY : ProcessInfo.s

# target to generate assembly for a file
ProcessInfo.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ProcessInfo.cpp.s
.PHONY : ProcessInfo.cpp.s

Pty.o: Pty.cpp.o
.PHONY : Pty.o

# target to build an object file
Pty.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Pty.cpp.o
.PHONY : Pty.cpp.o

Pty.i: Pty.cpp.i
.PHONY : Pty.i

# target to preprocess a source file
Pty.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Pty.cpp.i
.PHONY : Pty.cpp.i

Pty.s: Pty.cpp.s
.PHONY : Pty.s

# target to generate assembly for a file
Pty.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Pty.cpp.s
.PHONY : Pty.cpp.s

Screen.o: Screen.cpp.o
.PHONY : Screen.o

# target to build an object file
Screen.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Screen.cpp.o
.PHONY : Screen.cpp.o

Screen.i: Screen.cpp.i
.PHONY : Screen.i

# target to preprocess a source file
Screen.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Screen.cpp.i
.PHONY : Screen.cpp.i

Screen.s: Screen.cpp.s
.PHONY : Screen.s

# target to generate assembly for a file
Screen.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Screen.cpp.s
.PHONY : Screen.cpp.s

ScreenWindow.o: ScreenWindow.cpp.o
.PHONY : ScreenWindow.o

# target to build an object file
ScreenWindow.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ScreenWindow.cpp.o
.PHONY : ScreenWindow.cpp.o

ScreenWindow.i: ScreenWindow.cpp.i
.PHONY : ScreenWindow.i

# target to preprocess a source file
ScreenWindow.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ScreenWindow.cpp.i
.PHONY : ScreenWindow.cpp.i

ScreenWindow.s: ScreenWindow.cpp.s
.PHONY : ScreenWindow.s

# target to generate assembly for a file
ScreenWindow.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ScreenWindow.cpp.s
.PHONY : ScreenWindow.cpp.s

Session.o: Session.cpp.o
.PHONY : Session.o

# target to build an object file
Session.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Session.cpp.o
.PHONY : Session.cpp.o

Session.i: Session.cpp.i
.PHONY : Session.i

# target to preprocess a source file
Session.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Session.cpp.i
.PHONY : Session.cpp.i

Session.s: Session.cpp.s
.PHONY : Session.s

# target to generate assembly for a file
Session.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Session.cpp.s
.PHONY : Session.cpp.s

ShellCommand.o: ShellCommand.cpp.o
.PHONY : ShellCommand.o

# target to build an object file
ShellCommand.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ShellCommand.cpp.o
.PHONY : ShellCommand.cpp.o

ShellCommand.i: ShellCommand.cpp.i
.PHONY : ShellCommand.i

# target to preprocess a source file
ShellCommand.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ShellCommand.cpp.i
.PHONY : ShellCommand.cpp.i

ShellCommand.s: ShellCommand.cpp.s
.PHONY : ShellCommand.s

# target to generate assembly for a file
ShellCommand.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/ShellCommand.cpp.s
.PHONY : ShellCommand.cpp.s

TerminalCharacterDecoder.o: TerminalCharacterDecoder.cpp.o
.PHONY : TerminalCharacterDecoder.o

# target to build an object file
TerminalCharacterDecoder.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalCharacterDecoder.cpp.o
.PHONY : TerminalCharacterDecoder.cpp.o

TerminalCharacterDecoder.i: TerminalCharacterDecoder.cpp.i
.PHONY : TerminalCharacterDecoder.i

# target to preprocess a source file
TerminalCharacterDecoder.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalCharacterDecoder.cpp.i
.PHONY : TerminalCharacterDecoder.cpp.i

TerminalCharacterDecoder.s: TerminalCharacterDecoder.cpp.s
.PHONY : TerminalCharacterDecoder.s

# target to generate assembly for a file
TerminalCharacterDecoder.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalCharacterDecoder.cpp.s
.PHONY : TerminalCharacterDecoder.cpp.s

TerminalDisplay.o: TerminalDisplay.cpp.o
.PHONY : TerminalDisplay.o

# target to build an object file
TerminalDisplay.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalDisplay.cpp.o
.PHONY : TerminalDisplay.cpp.o

TerminalDisplay.i: TerminalDisplay.cpp.i
.PHONY : TerminalDisplay.i

# target to preprocess a source file
TerminalDisplay.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalDisplay.cpp.i
.PHONY : TerminalDisplay.cpp.i

TerminalDisplay.s: TerminalDisplay.cpp.s
.PHONY : TerminalDisplay.s

# target to generate assembly for a file
TerminalDisplay.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/TerminalDisplay.cpp.s
.PHONY : TerminalDisplay.cpp.s

Vt102Emulation.o: Vt102Emulation.cpp.o
.PHONY : Vt102Emulation.o

# target to build an object file
Vt102Emulation.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Vt102Emulation.cpp.o
.PHONY : Vt102Emulation.cpp.o

Vt102Emulation.i: Vt102Emulation.cpp.i
.PHONY : Vt102Emulation.i

# target to preprocess a source file
Vt102Emulation.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Vt102Emulation.cpp.i
.PHONY : Vt102Emulation.cpp.i

Vt102Emulation.s: Vt102Emulation.cpp.s
.PHONY : Vt102Emulation.s

# target to generate assembly for a file
Vt102Emulation.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/Vt102Emulation.cpp.s
.PHONY : Vt102Emulation.cpp.s

konsole_wcwidth.o: konsole_wcwidth.cpp.o
.PHONY : konsole_wcwidth.o

# target to build an object file
konsole_wcwidth.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/konsole_wcwidth.cpp.o
.PHONY : konsole_wcwidth.cpp.o

konsole_wcwidth.i: konsole_wcwidth.cpp.i
.PHONY : konsole_wcwidth.i

# target to preprocess a source file
konsole_wcwidth.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/konsole_wcwidth.cpp.i
.PHONY : konsole_wcwidth.cpp.i

konsole_wcwidth.s: konsole_wcwidth.cpp.s
.PHONY : konsole_wcwidth.s

# target to generate assembly for a file
konsole_wcwidth.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/konsole_wcwidth.cpp.s
.PHONY : konsole_wcwidth.cpp.s

kprocess.o: kprocess.cpp.o
.PHONY : kprocess.o

# target to build an object file
kprocess.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kprocess.cpp.o
.PHONY : kprocess.cpp.o

kprocess.i: kprocess.cpp.i
.PHONY : kprocess.i

# target to preprocess a source file
kprocess.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kprocess.cpp.i
.PHONY : kprocess.cpp.i

kprocess.s: kprocess.cpp.s
.PHONY : kprocess.s

# target to generate assembly for a file
kprocess.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kprocess.cpp.s
.PHONY : kprocess.cpp.s

kpty.o: kpty.cpp.o
.PHONY : kpty.o

# target to build an object file
kpty.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kpty.cpp.o
.PHONY : kpty.cpp.o

kpty.i: kpty.cpp.i
.PHONY : kpty.i

# target to preprocess a source file
kpty.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kpty.cpp.i
.PHONY : kpty.cpp.i

kpty.s: kpty.cpp.s
.PHONY : kpty.s

# target to generate assembly for a file
kpty.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kpty.cpp.s
.PHONY : kpty.cpp.s

kptydevice.o: kptydevice.cpp.o
.PHONY : kptydevice.o

# target to build an object file
kptydevice.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptydevice.cpp.o
.PHONY : kptydevice.cpp.o

kptydevice.i: kptydevice.cpp.i
.PHONY : kptydevice.i

# target to preprocess a source file
kptydevice.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptydevice.cpp.i
.PHONY : kptydevice.cpp.i

kptydevice.s: kptydevice.cpp.s
.PHONY : kptydevice.s

# target to generate assembly for a file
kptydevice.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptydevice.cpp.s
.PHONY : kptydevice.cpp.s

kptyprocess.o: kptyprocess.cpp.o
.PHONY : kptyprocess.o

# target to build an object file
kptyprocess.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptyprocess.cpp.o
.PHONY : kptyprocess.cpp.o

kptyprocess.i: kptyprocess.cpp.i
.PHONY : kptyprocess.i

# target to preprocess a source file
kptyprocess.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptyprocess.cpp.i
.PHONY : kptyprocess.cpp.i

kptyprocess.s: kptyprocess.cpp.s
.PHONY : kptyprocess.s

# target to generate assembly for a file
kptyprocess.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/kptyprocess.cpp.s
.PHONY : kptyprocess.cpp.s

qtermwidget.o: qtermwidget.cpp.o
.PHONY : qtermwidget.o

# target to build an object file
qtermwidget.cpp.o:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/qtermwidget.cpp.o
.PHONY : qtermwidget.cpp.o

qtermwidget.i: qtermwidget.cpp.i
.PHONY : qtermwidget.i

# target to preprocess a source file
qtermwidget.cpp.i:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/qtermwidget.cpp.i
.PHONY : qtermwidget.cpp.i

qtermwidget.s: qtermwidget.cpp.s
.PHONY : qtermwidget.s

# target to generate assembly for a file
qtermwidget.cpp.s:
	$(MAKE) -f CMakeFiles/qtermwidget.dir/build.make CMakeFiles/qtermwidget.dir/qtermwidget.cpp.s
.PHONY : qtermwidget.cpp.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 "... qtermwidget"
	@echo "... rebuild_cache"
	@echo "... BlockArray.o"
	@echo "... BlockArray.i"
	@echo "... BlockArray.s"
	@echo "... Emulation.o"
	@echo "... Emulation.i"
	@echo "... Emulation.s"
	@echo "... Filter.o"
	@echo "... Filter.i"
	@echo "... Filter.s"
	@echo "... History.o"
	@echo "... History.i"
	@echo "... History.s"
	@echo "... KeyboardTranslator.o"
	@echo "... KeyboardTranslator.i"
	@echo "... KeyboardTranslator.s"
	@echo "... ProcessInfo.o"
	@echo "... ProcessInfo.i"
	@echo "... ProcessInfo.s"
	@echo "... Pty.o"
	@echo "... Pty.i"
	@echo "... Pty.s"
	@echo "... Screen.o"
	@echo "... Screen.i"
	@echo "... Screen.s"
	@echo "... ScreenWindow.o"
	@echo "... ScreenWindow.i"
	@echo "... ScreenWindow.s"
	@echo "... Session.o"
	@echo "... Session.i"
	@echo "... Session.s"
	@echo "... ShellCommand.o"
	@echo "... ShellCommand.i"
	@echo "... ShellCommand.s"
	@echo "... TerminalCharacterDecoder.o"
	@echo "... TerminalCharacterDecoder.i"
	@echo "... TerminalCharacterDecoder.s"
	@echo "... TerminalDisplay.o"
	@echo "... TerminalDisplay.i"
	@echo "... TerminalDisplay.s"
	@echo "... Vt102Emulation.o"
	@echo "... Vt102Emulation.i"
	@echo "... Vt102Emulation.s"
	@echo "... konsole_wcwidth.o"
	@echo "... konsole_wcwidth.i"
	@echo "... konsole_wcwidth.s"
	@echo "... kprocess.o"
	@echo "... kprocess.i"
	@echo "... kprocess.s"
	@echo "... kpty.o"
	@echo "... kpty.i"
	@echo "... kpty.s"
	@echo "... kptydevice.o"
	@echo "... kptydevice.i"
	@echo "... kptydevice.s"
	@echo "... kptyprocess.o"
	@echo "... kptyprocess.i"
	@echo "... kptyprocess.s"
	@echo "... qtermwidget.o"
	@echo "... qtermwidget.i"
	@echo "... qtermwidget.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system