Files
MARTe_IO_Components/Client/NativeUI/build/Makefile
T
2026-05-27 15:46:50 +02:00

745 lines
27 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# 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/martino/Projects/MARTe_IO_components/Client/NativeUI
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/martino/Projects/MARTe_IO_components/Client/NativeUI/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..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target 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 /home/martino/Projects/MARTe_IO_components/Client/NativeUI/build/CMakeFiles /home/martino/Projects/MARTe_IO_components/Client/NativeUI/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/martino/Projects/MARTe_IO_components/Client/NativeUI/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 imgui
# Build rule for target.
imgui: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imgui
.PHONY : imgui
# fast build rule for target.
imgui/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/build
.PHONY : imgui/fast
#=============================================================================
# Target rules for targets named implot
# Build rule for target.
implot: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 implot
.PHONY : implot
# fast build rule for target.
implot/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/build
.PHONY : implot/fast
#=============================================================================
# Target rules for targets named daq_viewer
# Build rule for target.
daq_viewer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 daq_viewer
.PHONY : daq_viewer
# fast build rule for target.
daq_viewer/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/build
.PHONY : daq_viewer/fast
src/config.o: src/config.cpp.o
.PHONY : src/config.o
# target to build an object file
src/config.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/config.cpp.o
.PHONY : src/config.cpp.o
src/config.i: src/config.cpp.i
.PHONY : src/config.i
# target to preprocess a source file
src/config.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/config.cpp.i
.PHONY : src/config.cpp.i
src/config.s: src/config.cpp.s
.PHONY : src/config.s
# target to generate assembly for a file
src/config.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/config.cpp.s
.PHONY : src/config.cpp.s
src/decimator.o: src/decimator.cpp.o
.PHONY : src/decimator.o
# target to build an object file
src/decimator.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/decimator.cpp.o
.PHONY : src/decimator.cpp.o
src/decimator.i: src/decimator.cpp.i
.PHONY : src/decimator.i
# target to preprocess a source file
src/decimator.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/decimator.cpp.i
.PHONY : src/decimator.cpp.i
src/decimator.s: src/decimator.cpp.s
.PHONY : src/decimator.s
# target to generate assembly for a file
src/decimator.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/decimator.cpp.s
.PHONY : src/decimator.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/daq_viewer.dir/build.make CMakeFiles/daq_viewer.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/daq_viewer.dir/build.make CMakeFiles/daq_viewer.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/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/main.cpp.s
.PHONY : src/main.cpp.s
src/protocol.o: src/protocol.cpp.o
.PHONY : src/protocol.o
# target to build an object file
src/protocol.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/protocol.cpp.o
.PHONY : src/protocol.cpp.o
src/protocol.i: src/protocol.cpp.i
.PHONY : src/protocol.i
# target to preprocess a source file
src/protocol.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/protocol.cpp.i
.PHONY : src/protocol.cpp.i
src/protocol.s: src/protocol.cpp.s
.PHONY : src/protocol.s
# target to generate assembly for a file
src/protocol.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/protocol.cpp.s
.PHONY : src/protocol.cpp.s
src/renderer.o: src/renderer.cpp.o
.PHONY : src/renderer.o
# target to build an object file
src/renderer.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/renderer.cpp.o
.PHONY : src/renderer.cpp.o
src/renderer.i: src/renderer.cpp.i
.PHONY : src/renderer.i
# target to preprocess a source file
src/renderer.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/renderer.cpp.i
.PHONY : src/renderer.cpp.i
src/renderer.s: src/renderer.cpp.s
.PHONY : src/renderer.s
# target to generate assembly for a file
src/renderer.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/renderer.cpp.s
.PHONY : src/renderer.cpp.s
src/ring_buffer.o: src/ring_buffer.cpp.o
.PHONY : src/ring_buffer.o
# target to build an object file
src/ring_buffer.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/ring_buffer.cpp.o
.PHONY : src/ring_buffer.cpp.o
src/ring_buffer.i: src/ring_buffer.cpp.i
.PHONY : src/ring_buffer.i
# target to preprocess a source file
src/ring_buffer.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/ring_buffer.cpp.i
.PHONY : src/ring_buffer.cpp.i
src/ring_buffer.s: src/ring_buffer.cpp.s
.PHONY : src/ring_buffer.s
# target to generate assembly for a file
src/ring_buffer.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/ring_buffer.cpp.s
.PHONY : src/ring_buffer.cpp.s
src/source.o: src/source.cpp.o
.PHONY : src/source.o
# target to build an object file
src/source.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/source.cpp.o
.PHONY : src/source.cpp.o
src/source.i: src/source.cpp.i
.PHONY : src/source.i
# target to preprocess a source file
src/source.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/source.cpp.i
.PHONY : src/source.cpp.i
src/source.s: src/source.cpp.s
.PHONY : src/source.s
# target to generate assembly for a file
src/source.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/source.cpp.s
.PHONY : src/source.cpp.s
src/trigger_engine.o: src/trigger_engine.cpp.o
.PHONY : src/trigger_engine.o
# target to build an object file
src/trigger_engine.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/trigger_engine.cpp.o
.PHONY : src/trigger_engine.cpp.o
src/trigger_engine.i: src/trigger_engine.cpp.i
.PHONY : src/trigger_engine.i
# target to preprocess a source file
src/trigger_engine.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/trigger_engine.cpp.i
.PHONY : src/trigger_engine.cpp.i
src/trigger_engine.s: src/trigger_engine.cpp.s
.PHONY : src/trigger_engine.s
# target to generate assembly for a file
src/trigger_engine.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/trigger_engine.cpp.s
.PHONY : src/trigger_engine.cpp.s
src/udp_client.o: src/udp_client.cpp.o
.PHONY : src/udp_client.o
# target to build an object file
src/udp_client.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/udp_client.cpp.o
.PHONY : src/udp_client.cpp.o
src/udp_client.i: src/udp_client.cpp.i
.PHONY : src/udp_client.i
# target to preprocess a source file
src/udp_client.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/udp_client.cpp.i
.PHONY : src/udp_client.cpp.i
src/udp_client.s: src/udp_client.cpp.s
.PHONY : src/udp_client.s
# target to generate assembly for a file
src/udp_client.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/daq_viewer.dir/build.make CMakeFiles/daq_viewer.dir/src/udp_client.cpp.s
.PHONY : src/udp_client.cpp.s
third_party/imgui/backends/imgui_impl_glfw.o: third_party/imgui/backends/imgui_impl_glfw.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_glfw.o
# target to build an object file
third_party/imgui/backends/imgui_impl_glfw.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_glfw.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_glfw.cpp.o
third_party/imgui/backends/imgui_impl_glfw.i: third_party/imgui/backends/imgui_impl_glfw.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_glfw.i
# target to preprocess a source file
third_party/imgui/backends/imgui_impl_glfw.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_glfw.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_glfw.cpp.i
third_party/imgui/backends/imgui_impl_glfw.s: third_party/imgui/backends/imgui_impl_glfw.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_glfw.s
# target to generate assembly for a file
third_party/imgui/backends/imgui_impl_glfw.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_glfw.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_glfw.cpp.s
third_party/imgui/backends/imgui_impl_opengl2.o: third_party/imgui/backends/imgui_impl_opengl2.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.o
# target to build an object file
third_party/imgui/backends/imgui_impl_opengl2.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl2.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.cpp.o
third_party/imgui/backends/imgui_impl_opengl2.i: third_party/imgui/backends/imgui_impl_opengl2.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.i
# target to preprocess a source file
third_party/imgui/backends/imgui_impl_opengl2.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl2.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.cpp.i
third_party/imgui/backends/imgui_impl_opengl2.s: third_party/imgui/backends/imgui_impl_opengl2.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.s
# target to generate assembly for a file
third_party/imgui/backends/imgui_impl_opengl2.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl2.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_opengl2.cpp.s
third_party/imgui/backends/imgui_impl_opengl3.o: third_party/imgui/backends/imgui_impl_opengl3.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.o
# target to build an object file
third_party/imgui/backends/imgui_impl_opengl3.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl3.cpp.o
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.cpp.o
third_party/imgui/backends/imgui_impl_opengl3.i: third_party/imgui/backends/imgui_impl_opengl3.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.i
# target to preprocess a source file
third_party/imgui/backends/imgui_impl_opengl3.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl3.cpp.i
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.cpp.i
third_party/imgui/backends/imgui_impl_opengl3.s: third_party/imgui/backends/imgui_impl_opengl3.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.s
# target to generate assembly for a file
third_party/imgui/backends/imgui_impl_opengl3.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/backends/imgui_impl_opengl3.cpp.s
.PHONY : third_party/imgui/backends/imgui_impl_opengl3.cpp.s
third_party/imgui/imgui.o: third_party/imgui/imgui.cpp.o
.PHONY : third_party/imgui/imgui.o
# target to build an object file
third_party/imgui/imgui.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui.cpp.o
.PHONY : third_party/imgui/imgui.cpp.o
third_party/imgui/imgui.i: third_party/imgui/imgui.cpp.i
.PHONY : third_party/imgui/imgui.i
# target to preprocess a source file
third_party/imgui/imgui.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui.cpp.i
.PHONY : third_party/imgui/imgui.cpp.i
third_party/imgui/imgui.s: third_party/imgui/imgui.cpp.s
.PHONY : third_party/imgui/imgui.s
# target to generate assembly for a file
third_party/imgui/imgui.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui.cpp.s
.PHONY : third_party/imgui/imgui.cpp.s
third_party/imgui/imgui_demo.o: third_party/imgui/imgui_demo.cpp.o
.PHONY : third_party/imgui/imgui_demo.o
# target to build an object file
third_party/imgui/imgui_demo.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_demo.cpp.o
.PHONY : third_party/imgui/imgui_demo.cpp.o
third_party/imgui/imgui_demo.i: third_party/imgui/imgui_demo.cpp.i
.PHONY : third_party/imgui/imgui_demo.i
# target to preprocess a source file
third_party/imgui/imgui_demo.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_demo.cpp.i
.PHONY : third_party/imgui/imgui_demo.cpp.i
third_party/imgui/imgui_demo.s: third_party/imgui/imgui_demo.cpp.s
.PHONY : third_party/imgui/imgui_demo.s
# target to generate assembly for a file
third_party/imgui/imgui_demo.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_demo.cpp.s
.PHONY : third_party/imgui/imgui_demo.cpp.s
third_party/imgui/imgui_draw.o: third_party/imgui/imgui_draw.cpp.o
.PHONY : third_party/imgui/imgui_draw.o
# target to build an object file
third_party/imgui/imgui_draw.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_draw.cpp.o
.PHONY : third_party/imgui/imgui_draw.cpp.o
third_party/imgui/imgui_draw.i: third_party/imgui/imgui_draw.cpp.i
.PHONY : third_party/imgui/imgui_draw.i
# target to preprocess a source file
third_party/imgui/imgui_draw.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_draw.cpp.i
.PHONY : third_party/imgui/imgui_draw.cpp.i
third_party/imgui/imgui_draw.s: third_party/imgui/imgui_draw.cpp.s
.PHONY : third_party/imgui/imgui_draw.s
# target to generate assembly for a file
third_party/imgui/imgui_draw.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_draw.cpp.s
.PHONY : third_party/imgui/imgui_draw.cpp.s
third_party/imgui/imgui_tables.o: third_party/imgui/imgui_tables.cpp.o
.PHONY : third_party/imgui/imgui_tables.o
# target to build an object file
third_party/imgui/imgui_tables.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_tables.cpp.o
.PHONY : third_party/imgui/imgui_tables.cpp.o
third_party/imgui/imgui_tables.i: third_party/imgui/imgui_tables.cpp.i
.PHONY : third_party/imgui/imgui_tables.i
# target to preprocess a source file
third_party/imgui/imgui_tables.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_tables.cpp.i
.PHONY : third_party/imgui/imgui_tables.cpp.i
third_party/imgui/imgui_tables.s: third_party/imgui/imgui_tables.cpp.s
.PHONY : third_party/imgui/imgui_tables.s
# target to generate assembly for a file
third_party/imgui/imgui_tables.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_tables.cpp.s
.PHONY : third_party/imgui/imgui_tables.cpp.s
third_party/imgui/imgui_widgets.o: third_party/imgui/imgui_widgets.cpp.o
.PHONY : third_party/imgui/imgui_widgets.o
# target to build an object file
third_party/imgui/imgui_widgets.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_widgets.cpp.o
.PHONY : third_party/imgui/imgui_widgets.cpp.o
third_party/imgui/imgui_widgets.i: third_party/imgui/imgui_widgets.cpp.i
.PHONY : third_party/imgui/imgui_widgets.i
# target to preprocess a source file
third_party/imgui/imgui_widgets.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_widgets.cpp.i
.PHONY : third_party/imgui/imgui_widgets.cpp.i
third_party/imgui/imgui_widgets.s: third_party/imgui/imgui_widgets.cpp.s
.PHONY : third_party/imgui/imgui_widgets.s
# target to generate assembly for a file
third_party/imgui/imgui_widgets.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui.dir/build.make CMakeFiles/imgui.dir/third_party/imgui/imgui_widgets.cpp.s
.PHONY : third_party/imgui/imgui_widgets.cpp.s
third_party/implot/implot.o: third_party/implot/implot.cpp.o
.PHONY : third_party/implot/implot.o
# target to build an object file
third_party/implot/implot.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot.cpp.o
.PHONY : third_party/implot/implot.cpp.o
third_party/implot/implot.i: third_party/implot/implot.cpp.i
.PHONY : third_party/implot/implot.i
# target to preprocess a source file
third_party/implot/implot.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot.cpp.i
.PHONY : third_party/implot/implot.cpp.i
third_party/implot/implot.s: third_party/implot/implot.cpp.s
.PHONY : third_party/implot/implot.s
# target to generate assembly for a file
third_party/implot/implot.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot.cpp.s
.PHONY : third_party/implot/implot.cpp.s
third_party/implot/implot_items.o: third_party/implot/implot_items.cpp.o
.PHONY : third_party/implot/implot_items.o
# target to build an object file
third_party/implot/implot_items.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot_items.cpp.o
.PHONY : third_party/implot/implot_items.cpp.o
third_party/implot/implot_items.i: third_party/implot/implot_items.cpp.i
.PHONY : third_party/implot/implot_items.i
# target to preprocess a source file
third_party/implot/implot_items.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot_items.cpp.i
.PHONY : third_party/implot/implot_items.cpp.i
third_party/implot/implot_items.s: third_party/implot/implot_items.cpp.s
.PHONY : third_party/implot/implot_items.s
# target to generate assembly for a file
third_party/implot/implot_items.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/implot.dir/build.make CMakeFiles/implot.dir/third_party/implot/implot_items.cpp.s
.PHONY : third_party/implot/implot_items.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 "... daq_viewer"
@echo "... imgui"
@echo "... implot"
@echo "... src/config.o"
@echo "... src/config.i"
@echo "... src/config.s"
@echo "... src/decimator.o"
@echo "... src/decimator.i"
@echo "... src/decimator.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
@echo "... src/protocol.o"
@echo "... src/protocol.i"
@echo "... src/protocol.s"
@echo "... src/renderer.o"
@echo "... src/renderer.i"
@echo "... src/renderer.s"
@echo "... src/ring_buffer.o"
@echo "... src/ring_buffer.i"
@echo "... src/ring_buffer.s"
@echo "... src/source.o"
@echo "... src/source.i"
@echo "... src/source.s"
@echo "... src/trigger_engine.o"
@echo "... src/trigger_engine.i"
@echo "... src/trigger_engine.s"
@echo "... src/udp_client.o"
@echo "... src/udp_client.i"
@echo "... src/udp_client.s"
@echo "... third_party/imgui/backends/imgui_impl_glfw.o"
@echo "... third_party/imgui/backends/imgui_impl_glfw.i"
@echo "... third_party/imgui/backends/imgui_impl_glfw.s"
@echo "... third_party/imgui/backends/imgui_impl_opengl2.o"
@echo "... third_party/imgui/backends/imgui_impl_opengl2.i"
@echo "... third_party/imgui/backends/imgui_impl_opengl2.s"
@echo "... third_party/imgui/backends/imgui_impl_opengl3.o"
@echo "... third_party/imgui/backends/imgui_impl_opengl3.i"
@echo "... third_party/imgui/backends/imgui_impl_opengl3.s"
@echo "... third_party/imgui/imgui.o"
@echo "... third_party/imgui/imgui.i"
@echo "... third_party/imgui/imgui.s"
@echo "... third_party/imgui/imgui_demo.o"
@echo "... third_party/imgui/imgui_demo.i"
@echo "... third_party/imgui/imgui_demo.s"
@echo "... third_party/imgui/imgui_draw.o"
@echo "... third_party/imgui/imgui_draw.i"
@echo "... third_party/imgui/imgui_draw.s"
@echo "... third_party/imgui/imgui_tables.o"
@echo "... third_party/imgui/imgui_tables.i"
@echo "... third_party/imgui/imgui_tables.s"
@echo "... third_party/imgui/imgui_widgets.o"
@echo "... third_party/imgui/imgui_widgets.i"
@echo "... third_party/imgui/imgui_widgets.s"
@echo "... third_party/implot/implot.o"
@echo "... third_party/implot/implot.i"
@echo "... third_party/implot/implot.s"
@echo "... third_party/implot/implot_items.o"
@echo "... third_party/implot/implot_items.i"
@echo "... third_party/implot/implot_items.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