feat(kotlin-compose): design system + 33 components + gallery_kt + e2e android emulator + scaffolder fixes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/lucas/fn_registry/build")
|
||||
|
||||
# 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,26 @@
|
||||
|
||||
# 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
|
||||
"/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_collectors.cpp" "apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o" "gcc" "apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o.d"
|
||||
"/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_registry.cpp" "apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o" "gcc" "apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o.d"
|
||||
"/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/main.cpp" "apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o" "gcc" "apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o.d"
|
||||
"/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/runner.cpp" "apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o" "gcc" "apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/fn_framework.dir/DependInfo.cmake"
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/implot.dir/DependInfo.cmake"
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/implot3d.dir/DependInfo.cmake"
|
||||
"/home/lucas/fn_registry/build/CMakeFiles/imgui.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,174 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /home/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include apps/odr_console/CMakeFiles/odr_console.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include apps/odr_console/CMakeFiles/odr_console.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include apps/odr_console/CMakeFiles/odr_console.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include apps/odr_console/CMakeFiles/odr_console.dir/flags.make
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/flags.make
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o: /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/main.cpp
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o -MF CMakeFiles/odr_console.dir/main.cpp.o.d -o CMakeFiles/odr_console.dir/main.cpp.o -c /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/main.cpp
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/odr_console.dir/main.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/main.cpp > CMakeFiles/odr_console.dir/main.cpp.i
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/odr_console.dir/main.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/main.cpp -o CMakeFiles/odr_console.dir/main.cpp.s
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/flags.make
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o: /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_registry.cpp
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o -MF CMakeFiles/odr_console.dir/data_registry.cpp.o.d -o CMakeFiles/odr_console.dir/data_registry.cpp.o -c /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_registry.cpp
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/odr_console.dir/data_registry.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_registry.cpp > CMakeFiles/odr_console.dir/data_registry.cpp.i
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/odr_console.dir/data_registry.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_registry.cpp -o CMakeFiles/odr_console.dir/data_registry.cpp.s
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/flags.make
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o: /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_collectors.cpp
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o -MF CMakeFiles/odr_console.dir/data_collectors.cpp.o.d -o CMakeFiles/odr_console.dir/data_collectors.cpp.o -c /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_collectors.cpp
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/odr_console.dir/data_collectors.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_collectors.cpp > CMakeFiles/odr_console.dir/data_collectors.cpp.i
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/odr_console.dir/data_collectors.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/data_collectors.cpp -o CMakeFiles/odr_console.dir/data_collectors.cpp.s
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/flags.make
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o: /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/runner.cpp
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o: apps/odr_console/CMakeFiles/odr_console.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o -MF CMakeFiles/odr_console.dir/runner.cpp.o.d -o CMakeFiles/odr_console.dir/runner.cpp.o -c /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/runner.cpp
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/odr_console.dir/runner.cpp.i"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/runner.cpp > CMakeFiles/odr_console.dir/runner.cpp.i
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/odr_console.dir/runner.cpp.s"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console/runner.cpp -o CMakeFiles/odr_console.dir/runner.cpp.s
|
||||
|
||||
# Object files for target odr_console
|
||||
odr_console_OBJECTS = \
|
||||
"CMakeFiles/odr_console.dir/main.cpp.o" \
|
||||
"CMakeFiles/odr_console.dir/data_registry.cpp.o" \
|
||||
"CMakeFiles/odr_console.dir/data_collectors.cpp.o" \
|
||||
"CMakeFiles/odr_console.dir/runner.cpp.o"
|
||||
|
||||
# External object files for target odr_console
|
||||
odr_console_EXTERNAL_OBJECTS =
|
||||
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.o
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/build.make
|
||||
apps/odr_console/odr_console: libfn_framework.a
|
||||
apps/odr_console/odr_console: /usr/lib/x86_64-linux-gnu/libsqlite3.so
|
||||
apps/odr_console/odr_console: libimplot.a
|
||||
apps/odr_console/odr_console: libimplot3d.a
|
||||
apps/odr_console/odr_console: libimgui.a
|
||||
apps/odr_console/odr_console: /usr/lib/x86_64-linux-gnu/libglfw.so.3.3
|
||||
apps/odr_console/odr_console: /usr/lib/x86_64-linux-gnu/libGLX.so
|
||||
apps/odr_console/odr_console: /usr/lib/x86_64-linux-gnu/libOpenGL.so
|
||||
apps/odr_console/odr_console: /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so
|
||||
apps/odr_console/odr_console: /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
apps/odr_console/odr_console: apps/odr_console/CMakeFiles/odr_console.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/lucas/fn_registry/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable odr_console"
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/odr_console.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E make_directory /home/lucas/fn_registry/build/apps/odr_console/assets
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E copy_if_different /home/lucas/fn_registry/cpp/vendor/imgui/misc/fonts/Karla-Regular.ttf /home/lucas/fn_registry/build/apps/odr_console/assets/Karla-Regular.ttf
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E copy_if_different /home/lucas/fn_registry/cpp/vendor/imgui/misc/fonts/Roboto-Medium.ttf /home/lucas/fn_registry/build/apps/odr_console/assets/Roboto-Medium.ttf
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E copy_if_different /home/lucas/fn_registry/cpp/vendor/imgui/misc/fonts/DroidSans.ttf /home/lucas/fn_registry/build/apps/odr_console/assets/DroidSans.ttf
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E copy_if_different /home/lucas/fn_registry/cpp/vendor/imgui/misc/fonts/Cousine-Regular.ttf /home/lucas/fn_registry/build/apps/odr_console/assets/Cousine-Regular.ttf
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && /usr/bin/cmake -E copy_if_different /home/lucas/fn_registry/cpp/vendor/tabler-icons/tabler-icons.ttf /home/lucas/fn_registry/build/apps/odr_console/assets/tabler-icons.ttf
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/build: apps/odr_console/odr_console
|
||||
.PHONY : apps/odr_console/CMakeFiles/odr_console.dir/build
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/clean:
|
||||
cd /home/lucas/fn_registry/build/apps/odr_console && $(CMAKE_COMMAND) -P CMakeFiles/odr_console.dir/cmake_clean.cmake
|
||||
.PHONY : apps/odr_console/CMakeFiles/odr_console.dir/clean
|
||||
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/lucas/fn_registry/cpp /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console /home/lucas/fn_registry/build /home/lucas/fn_registry/build/apps/odr_console /home/lucas/fn_registry/build/apps/odr_console/CMakeFiles/odr_console.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : apps/odr_console/CMakeFiles/odr_console.dir/depend
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/odr_console.dir/data_collectors.cpp.o"
|
||||
"CMakeFiles/odr_console.dir/data_collectors.cpp.o.d"
|
||||
"CMakeFiles/odr_console.dir/data_registry.cpp.o"
|
||||
"CMakeFiles/odr_console.dir/data_registry.cpp.o.d"
|
||||
"CMakeFiles/odr_console.dir/main.cpp.o"
|
||||
"CMakeFiles/odr_console.dir/main.cpp.o.d"
|
||||
"CMakeFiles/odr_console.dir/runner.cpp.o"
|
||||
"CMakeFiles/odr_console.dir/runner.cpp.o.d"
|
||||
"odr_console"
|
||||
"odr_console.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/odr_console.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty compiler generated dependencies file for odr_console.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for odr_console.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for odr_console.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -DFN_CPP_ROOT=\"/home/lucas/fn_registry/cpp\"
|
||||
|
||||
CXX_INCLUDES = -I/home/lucas/fn_registry/cpp/functions -I/home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console -I/home/lucas/fn_registry/cpp/vendor/sqlite3 -I/home/lucas/fn_registry/cpp/framework -I/home/lucas/fn_registry/cpp/vendor/imgui -I/home/lucas/fn_registry/cpp/vendor/imgui/backends -I/home/lucas/fn_registry/cpp/vendor/implot -I/home/lucas/fn_registry/cpp/vendor/implot3d
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -fopenmp -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/odr_console.dir/main.cpp.o CMakeFiles/odr_console.dir/data_registry.cpp.o CMakeFiles/odr_console.dir/data_collectors.cpp.o CMakeFiles/odr_console.dir/runner.cpp.o -o odr_console ../../libfn_framework.a /usr/lib/x86_64-linux-gnu/libsqlite3.so ../../libimplot.a ../../libimplot3d.a ../../libimgui.a /usr/lib/x86_64-linux-gnu/libglfw.so.3.3 /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libOpenGL.so -ldl /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
@@ -0,0 +1,6 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 =
|
||||
CMAKE_PROGRESS_3 =
|
||||
CMAKE_PROGRESS_4 =
|
||||
CMAKE_PROGRESS_5 =
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
4
|
||||
@@ -0,0 +1,276 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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/lucas/fn_registry/cpp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/lucas/fn_registry/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# 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
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/lucas/fn_registry/build/CMakeFiles /home/lucas/fn_registry/build/apps/odr_console//CMakeFiles/progress.marks
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/odr_console/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/lucas/fn_registry/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/odr_console/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/odr_console/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/odr_console/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -P /home/lucas/fn_registry/build/CMakeFiles/VerifyGlobs.cmake
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
apps/odr_console/CMakeFiles/odr_console.dir/rule:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 apps/odr_console/CMakeFiles/odr_console.dir/rule
|
||||
.PHONY : apps/odr_console/CMakeFiles/odr_console.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
odr_console: apps/odr_console/CMakeFiles/odr_console.dir/rule
|
||||
.PHONY : odr_console
|
||||
|
||||
# fast build rule for target.
|
||||
odr_console/fast:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/build
|
||||
.PHONY : odr_console/fast
|
||||
|
||||
data_collectors.o: data_collectors.cpp.o
|
||||
.PHONY : data_collectors.o
|
||||
|
||||
# target to build an object file
|
||||
data_collectors.cpp.o:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.o
|
||||
.PHONY : data_collectors.cpp.o
|
||||
|
||||
data_collectors.i: data_collectors.cpp.i
|
||||
.PHONY : data_collectors.i
|
||||
|
||||
# target to preprocess a source file
|
||||
data_collectors.cpp.i:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.i
|
||||
.PHONY : data_collectors.cpp.i
|
||||
|
||||
data_collectors.s: data_collectors.cpp.s
|
||||
.PHONY : data_collectors.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
data_collectors.cpp.s:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_collectors.cpp.s
|
||||
.PHONY : data_collectors.cpp.s
|
||||
|
||||
data_registry.o: data_registry.cpp.o
|
||||
.PHONY : data_registry.o
|
||||
|
||||
# target to build an object file
|
||||
data_registry.cpp.o:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.o
|
||||
.PHONY : data_registry.cpp.o
|
||||
|
||||
data_registry.i: data_registry.cpp.i
|
||||
.PHONY : data_registry.i
|
||||
|
||||
# target to preprocess a source file
|
||||
data_registry.cpp.i:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.i
|
||||
.PHONY : data_registry.cpp.i
|
||||
|
||||
data_registry.s: data_registry.cpp.s
|
||||
.PHONY : data_registry.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
data_registry.cpp.s:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/data_registry.cpp.s
|
||||
.PHONY : data_registry.cpp.s
|
||||
|
||||
main.o: main.cpp.o
|
||||
.PHONY : main.o
|
||||
|
||||
# target to build an object file
|
||||
main.cpp.o:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.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:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.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:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/main.cpp.s
|
||||
.PHONY : main.cpp.s
|
||||
|
||||
runner.o: runner.cpp.o
|
||||
.PHONY : runner.o
|
||||
|
||||
# target to build an object file
|
||||
runner.cpp.o:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.o
|
||||
.PHONY : runner.cpp.o
|
||||
|
||||
runner.i: runner.cpp.i
|
||||
.PHONY : runner.i
|
||||
|
||||
# target to preprocess a source file
|
||||
runner.cpp.i:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.i
|
||||
.PHONY : runner.cpp.i
|
||||
|
||||
runner.s: runner.cpp.s
|
||||
.PHONY : runner.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
runner.cpp.s:
|
||||
cd /home/lucas/fn_registry/build && $(MAKE) $(MAKESILENT) -f apps/odr_console/CMakeFiles/odr_console.dir/build.make apps/odr_console/CMakeFiles/odr_console.dir/runner.cpp.s
|
||||
.PHONY : runner.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 "... test"
|
||||
@echo "... odr_console"
|
||||
@echo "... data_collectors.o"
|
||||
@echo "... data_collectors.i"
|
||||
@echo "... data_collectors.s"
|
||||
@echo "... data_registry.o"
|
||||
@echo "... data_registry.i"
|
||||
@echo "... data_registry.s"
|
||||
@echo "... main.o"
|
||||
@echo "... main.i"
|
||||
@echo "... main.s"
|
||||
@echo "... runner.o"
|
||||
@echo "... runner.i"
|
||||
@echo "... runner.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:
|
||||
cd /home/lucas/fn_registry/build && $(CMAKE_COMMAND) -P /home/lucas/fn_registry/build/CMakeFiles/VerifyGlobs.cmake
|
||||
cd /home/lucas/fn_registry/build && $(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,44 @@
|
||||
# Install script for directory: /home/lucas/fn_registry/projects/online_data_recopilation/apps/odr_console
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user