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

# 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/sean/MagiTerm

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

#=============================================================================
# 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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(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 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 /home/sean/MagiTerm/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 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 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 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 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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sean/MagiTerm/build/CMakeFiles /home/sean/MagiTerm/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sean/MagiTerm/build/CMakeFiles 0
.PHONY : all

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

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

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

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -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 MagiTerm

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

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

Terminal.o: Terminal.cpp.o
.PHONY : Terminal.o

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

Terminal.i: Terminal.cpp.i
.PHONY : Terminal.i

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

Terminal.s: Terminal.cpp.s
.PHONY : Terminal.s

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

dialdirectory.o: dialdirectory.cpp.o
.PHONY : dialdirectory.o

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

dialdirectory.i: dialdirectory.cpp.i
.PHONY : dialdirectory.i

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

dialdirectory.s: dialdirectory.cpp.s
.PHONY : dialdirectory.s

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

filechooser.o: filechooser.cpp.o
.PHONY : filechooser.o

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

filechooser.i: filechooser.cpp.i
.PHONY : filechooser.i

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

filechooser.s: filechooser.cpp.s
.PHONY : filechooser.s

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

inih/ini.o: inih/ini.c.o
.PHONY : inih/ini.o

# target to build an object file
inih/ini.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/inih/ini.c.o
.PHONY : inih/ini.c.o

inih/ini.i: inih/ini.c.i
.PHONY : inih/ini.i

# target to preprocess a source file
inih/ini.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/inih/ini.c.i
.PHONY : inih/ini.c.i

inih/ini.s: inih/ini.c.s
.PHONY : inih/ini.s

# target to generate assembly for a file
inih/ini.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/inih/ini.c.s
.PHONY : inih/ini.c.s

main.o: main.cpp.o
.PHONY : main.o

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

main.i: main.cpp.i
.PHONY : main.i

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

main.s: main.cpp.s
.PHONY : main.s

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

sexyz/crc16.o: sexyz/crc16.c.o
.PHONY : sexyz/crc16.o

# target to build an object file
sexyz/crc16.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc16.c.o
.PHONY : sexyz/crc16.c.o

sexyz/crc16.i: sexyz/crc16.c.i
.PHONY : sexyz/crc16.i

# target to preprocess a source file
sexyz/crc16.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc16.c.i
.PHONY : sexyz/crc16.c.i

sexyz/crc16.s: sexyz/crc16.c.s
.PHONY : sexyz/crc16.s

# target to generate assembly for a file
sexyz/crc16.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc16.c.s
.PHONY : sexyz/crc16.c.s

sexyz/crc32.o: sexyz/crc32.c.o
.PHONY : sexyz/crc32.o

# target to build an object file
sexyz/crc32.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc32.c.o
.PHONY : sexyz/crc32.c.o

sexyz/crc32.i: sexyz/crc32.c.i
.PHONY : sexyz/crc32.i

# target to preprocess a source file
sexyz/crc32.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc32.c.i
.PHONY : sexyz/crc32.c.i

sexyz/crc32.s: sexyz/crc32.c.s
.PHONY : sexyz/crc32.s

# target to generate assembly for a file
sexyz/crc32.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/crc32.c.s
.PHONY : sexyz/crc32.c.s

sexyz/zmodem.o: sexyz/zmodem.c.o
.PHONY : sexyz/zmodem.o

# target to build an object file
sexyz/zmodem.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/zmodem.c.o
.PHONY : sexyz/zmodem.c.o

sexyz/zmodem.i: sexyz/zmodem.c.i
.PHONY : sexyz/zmodem.i

# target to preprocess a source file
sexyz/zmodem.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/zmodem.c.i
.PHONY : sexyz/zmodem.c.i

sexyz/zmodem.s: sexyz/zmodem.c.s
.PHONY : sexyz/zmodem.s

# target to generate assembly for a file
sexyz/zmodem.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/sexyz/zmodem.c.s
.PHONY : sexyz/zmodem.c.s

url-parser-c/url_parser.o: url-parser-c/url_parser.c.o
.PHONY : url-parser-c/url_parser.o

# target to build an object file
url-parser-c/url_parser.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/url-parser-c/url_parser.c.o
.PHONY : url-parser-c/url_parser.c.o

url-parser-c/url_parser.i: url-parser-c/url_parser.c.i
.PHONY : url-parser-c/url_parser.i

# target to preprocess a source file
url-parser-c/url_parser.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/url-parser-c/url_parser.c.i
.PHONY : url-parser-c/url_parser.c.i

url-parser-c/url_parser.s: url-parser-c/url_parser.c.s
.PHONY : url-parser-c/url_parser.s

# target to generate assembly for a file
url-parser-c/url_parser.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/url-parser-c/url_parser.c.s
.PHONY : url-parser-c/url_parser.c.s

yesno.o: yesno.cpp.o
.PHONY : yesno.o

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

yesno.i: yesno.cpp.i
.PHONY : yesno.i

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

yesno.s: yesno.cpp.s
.PHONY : yesno.s

# target to generate assembly for a file
yesno.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/MagiTerm.dir/build.make CMakeFiles/MagiTerm.dir/yesno.cpp.s
.PHONY : yesno.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 "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... MagiTerm"
	@echo "... Terminal.o"
	@echo "... Terminal.i"
	@echo "... Terminal.s"
	@echo "... dialdirectory.o"
	@echo "... dialdirectory.i"
	@echo "... dialdirectory.s"
	@echo "... filechooser.o"
	@echo "... filechooser.i"
	@echo "... filechooser.s"
	@echo "... inih/ini.o"
	@echo "... inih/ini.i"
	@echo "... inih/ini.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... sexyz/crc16.o"
	@echo "... sexyz/crc16.i"
	@echo "... sexyz/crc16.s"
	@echo "... sexyz/crc32.o"
	@echo "... sexyz/crc32.i"
	@echo "... sexyz/crc32.s"
	@echo "... sexyz/zmodem.o"
	@echo "... sexyz/zmodem.i"
	@echo "... sexyz/zmodem.s"
	@echo "... url-parser-c/url_parser.o"
	@echo "... url-parser-c/url_parser.i"
	@echo "... url-parser-c/url_parser.s"
	@echo "... yesno.o"
	@echo "... yesno.i"
	@echo "... yesno.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

