Pomodoro/build/Makefile
Darkheim e0ea44a255 Complete pomodoro timer implementation
- Add timer state management with work/break cycles
- Implement circular progress bar visualization
- Add system tray integration with notifications
- Create statistics tracking and display
- Add keyboard shortcuts support
- Implement settings dialog with persistence
- Add proper time formatting utilities
- Include desktop integration for Linux
2025-07-12 22:37:08 -05:00

502 lines
17 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# 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 = /mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/build
#=============================================================================
# Targets provided globally by CMake.
# 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 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 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 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 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 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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/build/CMakeFiles /mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/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 PomodoroTimer
# Build rule for target.
PomodoroTimer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PomodoroTimer
.PHONY : PomodoroTimer
# fast build rule for target.
PomodoroTimer/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/build
.PHONY : PomodoroTimer/fast
#=============================================================================
# Target rules for targets named PomodoroTimer_autogen_timestamp_deps
# Build rule for target.
PomodoroTimer_autogen_timestamp_deps: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PomodoroTimer_autogen_timestamp_deps
.PHONY : PomodoroTimer_autogen_timestamp_deps
# fast build rule for target.
PomodoroTimer_autogen_timestamp_deps/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer_autogen_timestamp_deps.dir/build.make CMakeFiles/PomodoroTimer_autogen_timestamp_deps.dir/build
.PHONY : PomodoroTimer_autogen_timestamp_deps/fast
#=============================================================================
# Target rules for targets named PomodoroTimer_autogen
# Build rule for target.
PomodoroTimer_autogen: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PomodoroTimer_autogen
.PHONY : PomodoroTimer_autogen
# fast build rule for target.
PomodoroTimer_autogen/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer_autogen.dir/build.make CMakeFiles/PomodoroTimer_autogen.dir/build
.PHONY : PomodoroTimer_autogen/fast
CircularProgressBar.o: CircularProgressBar.cpp.o
.PHONY : CircularProgressBar.o
# target to build an object file
CircularProgressBar.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/CircularProgressBar.cpp.o
.PHONY : CircularProgressBar.cpp.o
CircularProgressBar.i: CircularProgressBar.cpp.i
.PHONY : CircularProgressBar.i
# target to preprocess a source file
CircularProgressBar.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/CircularProgressBar.cpp.i
.PHONY : CircularProgressBar.cpp.i
CircularProgressBar.s: CircularProgressBar.cpp.s
.PHONY : CircularProgressBar.s
# target to generate assembly for a file
CircularProgressBar.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/CircularProgressBar.cpp.s
.PHONY : CircularProgressBar.cpp.s
KeyboardShortcuts.o: KeyboardShortcuts.cpp.o
.PHONY : KeyboardShortcuts.o
# target to build an object file
KeyboardShortcuts.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/KeyboardShortcuts.cpp.o
.PHONY : KeyboardShortcuts.cpp.o
KeyboardShortcuts.i: KeyboardShortcuts.cpp.i
.PHONY : KeyboardShortcuts.i
# target to preprocess a source file
KeyboardShortcuts.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/KeyboardShortcuts.cpp.i
.PHONY : KeyboardShortcuts.cpp.i
KeyboardShortcuts.s: KeyboardShortcuts.cpp.s
.PHONY : KeyboardShortcuts.s
# target to generate assembly for a file
KeyboardShortcuts.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/KeyboardShortcuts.cpp.s
.PHONY : KeyboardShortcuts.cpp.s
NotificationManager.o: NotificationManager.cpp.o
.PHONY : NotificationManager.o
# target to build an object file
NotificationManager.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/NotificationManager.cpp.o
.PHONY : NotificationManager.cpp.o
NotificationManager.i: NotificationManager.cpp.i
.PHONY : NotificationManager.i
# target to preprocess a source file
NotificationManager.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/NotificationManager.cpp.i
.PHONY : NotificationManager.cpp.i
NotificationManager.s: NotificationManager.cpp.s
.PHONY : NotificationManager.s
# target to generate assembly for a file
NotificationManager.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/NotificationManager.cpp.s
.PHONY : NotificationManager.cpp.s
PomodoroTimer.o: PomodoroTimer.cpp.o
.PHONY : PomodoroTimer.o
# target to build an object file
PomodoroTimer.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer.cpp.o
.PHONY : PomodoroTimer.cpp.o
PomodoroTimer.i: PomodoroTimer.cpp.i
.PHONY : PomodoroTimer.i
# target to preprocess a source file
PomodoroTimer.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer.cpp.i
.PHONY : PomodoroTimer.cpp.i
PomodoroTimer.s: PomodoroTimer.cpp.s
.PHONY : PomodoroTimer.s
# target to generate assembly for a file
PomodoroTimer.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer.cpp.s
.PHONY : PomodoroTimer.cpp.s
PomodoroTimer_autogen/mocs_compilation.o: PomodoroTimer_autogen/mocs_compilation.cpp.o
.PHONY : PomodoroTimer_autogen/mocs_compilation.o
# target to build an object file
PomodoroTimer_autogen/mocs_compilation.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer_autogen/mocs_compilation.cpp.o
.PHONY : PomodoroTimer_autogen/mocs_compilation.cpp.o
PomodoroTimer_autogen/mocs_compilation.i: PomodoroTimer_autogen/mocs_compilation.cpp.i
.PHONY : PomodoroTimer_autogen/mocs_compilation.i
# target to preprocess a source file
PomodoroTimer_autogen/mocs_compilation.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer_autogen/mocs_compilation.cpp.i
.PHONY : PomodoroTimer_autogen/mocs_compilation.cpp.i
PomodoroTimer_autogen/mocs_compilation.s: PomodoroTimer_autogen/mocs_compilation.cpp.s
.PHONY : PomodoroTimer_autogen/mocs_compilation.s
# target to generate assembly for a file
PomodoroTimer_autogen/mocs_compilation.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/PomodoroTimer_autogen/mocs_compilation.cpp.s
.PHONY : PomodoroTimer_autogen/mocs_compilation.cpp.s
SettingsDialog.o: SettingsDialog.cpp.o
.PHONY : SettingsDialog.o
# target to build an object file
SettingsDialog.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SettingsDialog.cpp.o
.PHONY : SettingsDialog.cpp.o
SettingsDialog.i: SettingsDialog.cpp.i
.PHONY : SettingsDialog.i
# target to preprocess a source file
SettingsDialog.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SettingsDialog.cpp.i
.PHONY : SettingsDialog.cpp.i
SettingsDialog.s: SettingsDialog.cpp.s
.PHONY : SettingsDialog.s
# target to generate assembly for a file
SettingsDialog.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SettingsDialog.cpp.s
.PHONY : SettingsDialog.cpp.s
StatisticsDialog.o: StatisticsDialog.cpp.o
.PHONY : StatisticsDialog.o
# target to build an object file
StatisticsDialog.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/StatisticsDialog.cpp.o
.PHONY : StatisticsDialog.cpp.o
StatisticsDialog.i: StatisticsDialog.cpp.i
.PHONY : StatisticsDialog.i
# target to preprocess a source file
StatisticsDialog.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/StatisticsDialog.cpp.i
.PHONY : StatisticsDialog.cpp.i
StatisticsDialog.s: StatisticsDialog.cpp.s
.PHONY : StatisticsDialog.s
# target to generate assembly for a file
StatisticsDialog.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/StatisticsDialog.cpp.s
.PHONY : StatisticsDialog.cpp.s
SystemTrayManager.o: SystemTrayManager.cpp.o
.PHONY : SystemTrayManager.o
# target to build an object file
SystemTrayManager.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SystemTrayManager.cpp.o
.PHONY : SystemTrayManager.cpp.o
SystemTrayManager.i: SystemTrayManager.cpp.i
.PHONY : SystemTrayManager.i
# target to preprocess a source file
SystemTrayManager.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SystemTrayManager.cpp.i
.PHONY : SystemTrayManager.cpp.i
SystemTrayManager.s: SystemTrayManager.cpp.s
.PHONY : SystemTrayManager.s
# target to generate assembly for a file
SystemTrayManager.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/SystemTrayManager.cpp.s
.PHONY : SystemTrayManager.cpp.s
TimerState.o: TimerState.cpp.o
.PHONY : TimerState.o
# target to build an object file
TimerState.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/TimerState.cpp.o
.PHONY : TimerState.cpp.o
TimerState.i: TimerState.cpp.i
.PHONY : TimerState.i
# target to preprocess a source file
TimerState.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/TimerState.cpp.i
.PHONY : TimerState.cpp.i
TimerState.s: TimerState.cpp.s
.PHONY : TimerState.s
# target to generate assembly for a file
TimerState.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/TimerState.cpp.s
.PHONY : TimerState.cpp.s
main.o: main.cpp.o
.PHONY : main.o
# target to build an object file
main.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.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/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.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/PomodoroTimer.dir/build.make CMakeFiles/PomodoroTimer.dir/main.cpp.s
.PHONY : main.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 "... rebuild_cache"
@echo "... PomodoroTimer_autogen"
@echo "... PomodoroTimer_autogen_timestamp_deps"
@echo "... PomodoroTimer"
@echo "... CircularProgressBar.o"
@echo "... CircularProgressBar.i"
@echo "... CircularProgressBar.s"
@echo "... KeyboardShortcuts.o"
@echo "... KeyboardShortcuts.i"
@echo "... KeyboardShortcuts.s"
@echo "... NotificationManager.o"
@echo "... NotificationManager.i"
@echo "... NotificationManager.s"
@echo "... PomodoroTimer.o"
@echo "... PomodoroTimer.i"
@echo "... PomodoroTimer.s"
@echo "... PomodoroTimer_autogen/mocs_compilation.o"
@echo "... PomodoroTimer_autogen/mocs_compilation.i"
@echo "... PomodoroTimer_autogen/mocs_compilation.s"
@echo "... SettingsDialog.o"
@echo "... SettingsDialog.i"
@echo "... SettingsDialog.s"
@echo "... StatisticsDialog.o"
@echo "... StatisticsDialog.i"
@echo "... StatisticsDialog.s"
@echo "... SystemTrayManager.o"
@echo "... SystemTrayManager.i"
@echo "... SystemTrayManager.s"
@echo "... TimerState.o"
@echo "... TimerState.i"
@echo "... TimerState.s"
@echo "... main.o"
@echo "... main.i"
@echo "... main.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