feat: responsive compact mail view + folder unread badges
- CompactMailDelegate: card-based view for narrow panels (<420px) * Avatar with hash-based color, sender + date (relative format) * Subject line with attachment icon * Action buttons: flag, delete, category, more (context menu) * Unread highlight with light blue background + bold sender - MailListView: automatic switch between tree/table (wide) and list/cards (narrow) * QStackedWidget with QTreeView + QListView sharing same proxy model * resizeEvent threshold at 420px * Signals forwarded to MainMainWindow for actions - FolderTreeDelegate: custom paint for folder tree * Unread count badge (blue pill) right-aligned on folder nodes * Account nodes bold, folder nodes normal weight * Proper indentation per depth level - MailItemDao::countUnreadByFolderId() for real-time unread counts - MainMainWindow handlers for compact actions (flag, delete, category, more menu)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.6.87.2-microsoft-standard-WSL2")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.6.87.2-microsoft-standard-WSL2")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-6.6.87.2-microsoft-standard-WSL2")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "6.6.87.2-microsoft-standard-WSL2")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
@@ -0,0 +1,113 @@
|
||||
|
||||
---
|
||||
events:
|
||||
-
|
||||
kind: "find-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake-4.2/Modules/CMakeDetermineSystem.cmake:12 (find_program)"
|
||||
- "CMakeLists.txt:16 (project)"
|
||||
mode: "program"
|
||||
variable: "CMAKE_UNAME"
|
||||
description: "Path to a program."
|
||||
settings:
|
||||
SearchFramework: "NEVER"
|
||||
SearchAppBundle: "NEVER"
|
||||
CMAKE_FIND_USE_CMAKE_PATH: true
|
||||
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
||||
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
||||
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
||||
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
||||
names:
|
||||
- "uname"
|
||||
candidate_directories:
|
||||
- "/usr/bin/"
|
||||
- "/home/javi/.npm-global/bin/"
|
||||
- "/home/javi/.local/bin/"
|
||||
- "/usr/local/sbin/"
|
||||
- "/usr/local/bin/"
|
||||
- "/usr/sbin/"
|
||||
- "/sbin/"
|
||||
- "/bin/"
|
||||
- "/usr/games/"
|
||||
- "/usr/local/games/"
|
||||
- "/usr/lib/wsl/lib/"
|
||||
- "/mnt/c/Program Files/WindowsApps/MicrosoftCorporationII.WindowsSubsystemForLinux_2.6.3.0_x64__8wekyb3d8bbwe/"
|
||||
- "/mnt/c/windows/system32/"
|
||||
- "/mnt/c/windows/"
|
||||
- "/mnt/c/windows/System32/Wbem/"
|
||||
- "/mnt/c/windows/System32/WindowsPowerShell/v1.0/"
|
||||
- "/mnt/c/windows/System32/OpenSSH/"
|
||||
- "/mnt/c/Program Files/HP/1E.Performance.Assist/Extensibility/NomadBranch/"
|
||||
- "/mnt/c/Program Files/flm/"
|
||||
- "/mnt/c/Program Files/nodejs/"
|
||||
- "/mnt/c/Program Files/Git/cmd/"
|
||||
- "/mnt/c/laragon/bin/php/php-8.4.12-nts-Win32-vs17-x64/"
|
||||
- "/mnt/c/ProgramData/ComposerSetup/bin/"
|
||||
- "/mnt/c/Program Files/Tailscale/"
|
||||
- "/mnt/c/Program Files/dotnet/"
|
||||
- "/mnt/c/Program Files/PVsyst8.1.0/"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Microsoft/WindowsApps/"
|
||||
- "/mnt/c/Users/javie/.lmstudio/bin/"
|
||||
- "/mnt/c/Users/javie/AppData/Roaming/npm/"
|
||||
- "/mnt/c/Program Files/JetBrains/PyCharm Community Edition 2025.2.6/bin/"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Programs/Antigravity/bin/"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Programs/Microsoft VS Code/bin/"
|
||||
- "/mnt/c/Users/javie/AppData/Roaming/Composer/vendor/bin/"
|
||||
- "/snap/bin/"
|
||||
- "/opt/homebrew/bin/"
|
||||
- "/opt/homebrew/sbin/"
|
||||
found: "/usr/bin/uname"
|
||||
search_context:
|
||||
ENV{PATH}:
|
||||
- "/usr/bin"
|
||||
- "/home/javi/.npm-global/bin"
|
||||
- "/home/javi/.local/bin"
|
||||
- "/usr/bin"
|
||||
- "/home/javi/.npm-global/bin"
|
||||
- "/home/javi/.local/bin"
|
||||
- "/usr/bin"
|
||||
- "/home/javi/.npm-global/bin"
|
||||
- "/home/javi/.local/bin"
|
||||
- "/usr/bin"
|
||||
- "/home/javi/.npm-global/bin"
|
||||
- "/usr/local/sbin"
|
||||
- "/usr/local/bin"
|
||||
- "/usr/sbin"
|
||||
- "/sbin"
|
||||
- "/bin"
|
||||
- "/usr/games"
|
||||
- "/usr/local/games"
|
||||
- "/usr/lib/wsl/lib"
|
||||
- "/mnt/c/Program Files/WindowsApps/MicrosoftCorporationII.WindowsSubsystemForLinux_2.6.3.0_x64__8wekyb3d8bbwe"
|
||||
- "/mnt/c/windows/system32"
|
||||
- "/mnt/c/windows"
|
||||
- "/mnt/c/windows/System32/Wbem"
|
||||
- "/mnt/c/windows/System32/WindowsPowerShell/v1.0/"
|
||||
- "/mnt/c/windows/System32/OpenSSH/"
|
||||
- "/mnt/c/Program Files/HP/1E.Performance.Assist/Extensibility/NomadBranch"
|
||||
- "/mnt/c/Program Files/flm"
|
||||
- "/mnt/c/Program Files/nodejs/"
|
||||
- "/mnt/c/Program Files/Git/cmd"
|
||||
- "/mnt/c/laragon/bin/php/php-8.4.12-nts-Win32-vs17-x64"
|
||||
- "/mnt/c/ProgramData/ComposerSetup/bin"
|
||||
- "/mnt/c/Program Files/Tailscale/"
|
||||
- "/mnt/c/Program Files/dotnet/"
|
||||
- "/mnt/c/Program Files/PVsyst8.1.0/"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Microsoft/WindowsApps"
|
||||
- "/mnt/c/Users/javie/.lmstudio/bin"
|
||||
- "/mnt/c/Users/javie/AppData/Roaming/npm"
|
||||
- "/mnt/c/Program Files/JetBrains/PyCharm Community Edition 2025.2.6/bin"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Programs/Antigravity/bin"
|
||||
- "/mnt/c/Users/javie/AppData/Local/Programs/Microsoft VS Code/bin"
|
||||
- "/mnt/c/Users/javie/AppData/Roaming/Composer/vendor/bin"
|
||||
- "/snap/bin"
|
||||
- "/opt/homebrew/bin"
|
||||
- "/opt/homebrew/sbin"
|
||||
-
|
||||
kind: "message-v1"
|
||||
backtrace:
|
||||
- "/usr/share/cmake-4.2/Modules/CMakeDetermineSystem.cmake:212 (message)"
|
||||
- "CMakeLists.txt:16 (project)"
|
||||
message: |
|
||||
The system is: Linux - 6.6.87.2-microsoft-standard-WSL2 - x86_64
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,11 @@
|
||||
# Hashes of file build rules.
|
||||
37d779ce457bd7c73e9db156f7d2cf89 CMakeFiles/boost-populate
|
||||
6fc29e2c00def35dc1dbb9ff398992bc CMakeFiles/boost-populate-complete
|
||||
7dbb93409ec22846f0a920ba2984c0c0 boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
780821e400dfa9bc44af67e2a761d66c boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
d18de8161891ec2b1dbba1f42cb48c73 boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
c9f1e297338a006f7475abe496b2370c boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
5b47b6fc8cf88a11ea9266dba14b545c boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
36085c84d71e893c72d87dcb5a6c16f3 boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
44abc6cbc6a031e372af07ed15de8bfa boost-populate-prefix/src/boost-populate-stamp/boost-populate-test
|
||||
854e9e32e7434ad7a14775bfadec29da boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"InstallScripts" :
|
||||
[
|
||||
"/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/cmake_install.cmake"
|
||||
],
|
||||
"Parallel" : false
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"CMakeFiles/4.2.3/CMakeSystem.cmake"
|
||||
"CMakeLists.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-mkdirs.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/PatchInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/RepositoryInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/UpdateInfo.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/cfgcmd.txt.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/gitclone.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/gitupdate.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/mkdirs.cmake.in"
|
||||
"/usr/share/cmake-4.2/Modules/ExternalProject/shared_internal_commands.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/Linux-Initialize.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/Linux.cmake"
|
||||
"/usr/share/cmake-4.2/Modules/Platform/UnixPaths.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"boost-populate-prefix/tmp/boost-populate-mkdirs.cmake"
|
||||
"boost-populate-prefix/tmp/boost-populate-gitclone.cmake"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-gitinfo.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-gitupdate.cmake"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-update-info.txt"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch-info.txt"
|
||||
"boost-populate-prefix/tmp/boost-populate-cfgcmd.txt"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/boost-populate.dir/DependInfo.cmake"
|
||||
)
|
||||
@@ -0,0 +1,122 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# 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 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/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/boost-populate.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "codegen" target.
|
||||
codegen: CMakeFiles/boost-populate.dir/codegen
|
||||
.PHONY : codegen
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/boost-populate.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/boost-populate.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/boost-populate.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/boost-populate.dir/build.make CMakeFiles/boost-populate.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/boost-populate.dir/build.make CMakeFiles/boost-populate.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target boost-populate"
|
||||
.PHONY : CMakeFiles/boost-populate.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/boost-populate.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles 9
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/boost-populate.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/boost-populate.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
boost-populate: CMakeFiles/boost-populate.dir/rule
|
||||
.PHONY : boost-populate
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/boost-populate.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/boost-populate.dir/build.make CMakeFiles/boost-populate.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Finished codegen for target boost-populate"
|
||||
.PHONY : CMakeFiles/boost-populate.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/boost-populate.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/boost-populate.dir/build.make CMakeFiles/boost-populate.dir/clean
|
||||
.PHONY : CMakeFiles/boost-populate.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# 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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
empty
|
||||
@@ -0,0 +1 @@
|
||||
9
|
||||
@@ -0,0 +1,3 @@
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate.dir
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/edit_cache.dir
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/rebuild_cache.dir
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-test.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"boost-populate"
|
||||
],
|
||||
"name" : "boost-populate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# Target labels
|
||||
boost-populate
|
||||
# Source files and their labels
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate-complete.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-build.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-download.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-install.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-test.rule
|
||||
/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-update.rule
|
||||
@@ -0,0 +1,162 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.2
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# 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/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild
|
||||
|
||||
# Utility rule file for boost-populate.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include CMakeFiles/boost-populate.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/boost-populate.dir/progress.make
|
||||
|
||||
CMakeFiles/boost-populate: CMakeFiles/boost-populate-complete
|
||||
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
CMakeFiles/boost-populate-complete: boost-populate-prefix/src/boost-populate-stamp/boost-populate-test
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'boost-populate'"
|
||||
/usr/bin/cmake -E make_directory /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles
|
||||
/usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate-complete
|
||||
/usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-done
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-update:
|
||||
.PHONY : boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-build: boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No build step for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E echo_append
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure: boost-populate-prefix/tmp/boost-populate-cfgcmd.txt
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure: boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "No configure step for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E echo_append
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-download: boost-populate-prefix/src/boost-populate-stamp/boost-populate-gitinfo.txt
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-download: boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps && /usr/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/tmp/boost-populate-gitclone.cmake
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps && /usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-install: boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E echo_append
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'boost-populate'"
|
||||
/usr/bin/cmake -Dcfgdir= -P /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/tmp/boost-populate-mkdirs.cmake
|
||||
/usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch: boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch-info.txt
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch: boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'boost-populate'"
|
||||
/usr/bin/cmake -E echo_append
|
||||
/usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-update:
|
||||
.PHONY : boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-test: boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E echo_append
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-build && /usr/bin/cmake -E touch /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/src/boost-populate-stamp/boost-populate-test
|
||||
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-update: boost-populate-prefix/tmp/boost-populate-gitupdate.cmake
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-update: boost-populate-prefix/src/boost-populate-stamp/boost-populate-update-info.txt
|
||||
boost-populate-prefix/src/boost-populate-stamp/boost-populate-update: boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Performing update step for 'boost-populate'"
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-src && /usr/bin/cmake -Dcan_fetch=YES -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/boost-populate-prefix/tmp/boost-populate-gitupdate.cmake
|
||||
|
||||
CMakeFiles/boost-populate.dir/codegen:
|
||||
.PHONY : CMakeFiles/boost-populate.dir/codegen
|
||||
|
||||
boost-populate: CMakeFiles/boost-populate
|
||||
boost-populate: CMakeFiles/boost-populate-complete
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-build
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-download
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-install
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-test
|
||||
boost-populate: boost-populate-prefix/src/boost-populate-stamp/boost-populate-update
|
||||
boost-populate: CMakeFiles/boost-populate.dir/build.make
|
||||
.PHONY : boost-populate
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/boost-populate.dir/build: boost-populate
|
||||
.PHONY : CMakeFiles/boost-populate.dir/build
|
||||
|
||||
CMakeFiles/boost-populate.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/boost-populate.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/boost-populate.dir/clean
|
||||
|
||||
CMakeFiles/boost-populate.dir/depend:
|
||||
cd /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild /mnt/c/Users/javie/Documents/Codex/2026-08-11/revisar-2/wino-mail-dtkqt/build_win/_deps/boost-subbuild/CMakeFiles/boost-populate.dir/DependInfo.cmake "--color=$(COLOR)" boost-populate
|
||||
.PHONY : CMakeFiles/boost-populate.dir/depend
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/boost-populate"
|
||||
"CMakeFiles/boost-populate-complete"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-build"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-configure"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-download"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-install"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-mkdir"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-patch"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-test"
|
||||
"boost-populate-prefix/src/boost-populate-stamp/boost-populate-update"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/boost-populate.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty custom commands generated dependencies file for boost-populate.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for boost-populate.
|
||||
@@ -0,0 +1,10 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
CMAKE_PROGRESS_6 = 6
|
||||
CMAKE_PROGRESS_7 = 7
|
||||
CMAKE_PROGRESS_8 = 8
|
||||
CMAKE_PROGRESS_9 = 9
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
@@ -0,0 +1 @@
|
||||
9
|
||||
Reference in New Issue
Block a user