mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
Refactored the calendar functionality into a separate Calendar class. Created a TUI portal in main.cpp to allow for future feature expansion. The TUI portal provides a menu to select different features, with the calendar being the first one. Updated the build system to include the new files.
289 lines
8.6 KiB
Makefile
289 lines
8.6 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
|
|
|
# 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 = /opt/homebrew/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /opt/homebrew/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/m1ng/code/github/m1ngsama/TUT
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/m1ng/code/github/m1ngsama/TUT/build
|
|
|
|
#=============================================================================
|
|
# 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..."
|
|
/opt/homebrew/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 rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/opt/homebrew/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
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/m1ng/code/github/m1ngsama/TUT/build/CMakeFiles /Users/m1ng/code/github/m1ngsama/TUT/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/m1ng/code/github/m1ngsama/TUT/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 nbtca_tui
|
|
|
|
# Build rule for target.
|
|
nbtca_tui: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 nbtca_tui
|
|
.PHONY : nbtca_tui
|
|
|
|
# fast build rule for target.
|
|
nbtca_tui/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/build
|
|
.PHONY : nbtca_tui/fast
|
|
|
|
src/calendar.o: src/calendar.cpp.o
|
|
.PHONY : src/calendar.o
|
|
|
|
# target to build an object file
|
|
src/calendar.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/calendar.cpp.o
|
|
.PHONY : src/calendar.cpp.o
|
|
|
|
src/calendar.i: src/calendar.cpp.i
|
|
.PHONY : src/calendar.i
|
|
|
|
# target to preprocess a source file
|
|
src/calendar.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/calendar.cpp.i
|
|
.PHONY : src/calendar.cpp.i
|
|
|
|
src/calendar.s: src/calendar.cpp.s
|
|
.PHONY : src/calendar.s
|
|
|
|
# target to generate assembly for a file
|
|
src/calendar.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/calendar.cpp.s
|
|
.PHONY : src/calendar.cpp.s
|
|
|
|
src/ics_fetcher.o: src/ics_fetcher.cpp.o
|
|
.PHONY : src/ics_fetcher.o
|
|
|
|
# target to build an object file
|
|
src/ics_fetcher.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.o
|
|
.PHONY : src/ics_fetcher.cpp.o
|
|
|
|
src/ics_fetcher.i: src/ics_fetcher.cpp.i
|
|
.PHONY : src/ics_fetcher.i
|
|
|
|
# target to preprocess a source file
|
|
src/ics_fetcher.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.i
|
|
.PHONY : src/ics_fetcher.cpp.i
|
|
|
|
src/ics_fetcher.s: src/ics_fetcher.cpp.s
|
|
.PHONY : src/ics_fetcher.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ics_fetcher.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_fetcher.cpp.s
|
|
.PHONY : src/ics_fetcher.cpp.s
|
|
|
|
src/ics_parser.o: src/ics_parser.cpp.o
|
|
.PHONY : src/ics_parser.o
|
|
|
|
# target to build an object file
|
|
src/ics_parser.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.o
|
|
.PHONY : src/ics_parser.cpp.o
|
|
|
|
src/ics_parser.i: src/ics_parser.cpp.i
|
|
.PHONY : src/ics_parser.i
|
|
|
|
# target to preprocess a source file
|
|
src/ics_parser.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.i
|
|
.PHONY : src/ics_parser.cpp.i
|
|
|
|
src/ics_parser.s: src/ics_parser.cpp.s
|
|
.PHONY : src/ics_parser.s
|
|
|
|
# target to generate assembly for a file
|
|
src/ics_parser.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/ics_parser.cpp.s
|
|
.PHONY : src/ics_parser.cpp.s
|
|
|
|
src/main.o: src/main.cpp.o
|
|
.PHONY : src/main.o
|
|
|
|
# target to build an object file
|
|
src/main.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/main.cpp.o
|
|
.PHONY : src/main.cpp.o
|
|
|
|
src/main.i: src/main.cpp.i
|
|
.PHONY : src/main.i
|
|
|
|
# target to preprocess a source file
|
|
src/main.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/main.cpp.i
|
|
.PHONY : src/main.cpp.i
|
|
|
|
src/main.s: src/main.cpp.s
|
|
.PHONY : src/main.s
|
|
|
|
# target to generate assembly for a file
|
|
src/main.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/main.cpp.s
|
|
.PHONY : src/main.cpp.s
|
|
|
|
src/tui_view.o: src/tui_view.cpp.o
|
|
.PHONY : src/tui_view.o
|
|
|
|
# target to build an object file
|
|
src/tui_view.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.o
|
|
.PHONY : src/tui_view.cpp.o
|
|
|
|
src/tui_view.i: src/tui_view.cpp.i
|
|
.PHONY : src/tui_view.i
|
|
|
|
# target to preprocess a source file
|
|
src/tui_view.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.i
|
|
.PHONY : src/tui_view.cpp.i
|
|
|
|
src/tui_view.s: src/tui_view.cpp.s
|
|
.PHONY : src/tui_view.s
|
|
|
|
# target to generate assembly for a file
|
|
src/tui_view.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/nbtca_tui.dir/build.make CMakeFiles/nbtca_tui.dir/src/tui_view.cpp.s
|
|
.PHONY : src/tui_view.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 "... rebuild_cache"
|
|
@echo "... nbtca_tui"
|
|
@echo "... src/calendar.o"
|
|
@echo "... src/calendar.i"
|
|
@echo "... src/calendar.s"
|
|
@echo "... src/ics_fetcher.o"
|
|
@echo "... src/ics_fetcher.i"
|
|
@echo "... src/ics_fetcher.s"
|
|
@echo "... src/ics_parser.o"
|
|
@echo "... src/ics_parser.i"
|
|
@echo "... src/ics_parser.s"
|
|
@echo "... src/main.o"
|
|
@echo "... src/main.i"
|
|
@echo "... src/main.s"
|
|
@echo "... src/tui_view.o"
|
|
@echo "... src/tui_view.i"
|
|
@echo "... src/tui_view.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
|
|
|