650 lines
23 KiB
Makefile
650 lines
23 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_Integrated_components/Client/streamhub
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/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_Integrated_components/Client/streamhub/build/CMakeFiles /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/martino/Projects/MARTe_Integrated_components/Client/streamhub/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_lib
|
|
|
|
# Build rule for target.
|
|
imgui_lib: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imgui_lib
|
|
.PHONY : imgui_lib
|
|
|
|
# fast build rule for target.
|
|
imgui_lib/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/build
|
|
.PHONY : imgui_lib/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named StreamHubClient
|
|
|
|
# Build rule for target.
|
|
StreamHubClient: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 StreamHubClient
|
|
.PHONY : StreamHubClient
|
|
|
|
# fast build rule for target.
|
|
StreamHubClient/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/build
|
|
.PHONY : StreamHubClient/fast
|
|
|
|
App.o: App.cpp.o
|
|
.PHONY : App.o
|
|
|
|
# target to build an object file
|
|
App.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/App.cpp.o
|
|
.PHONY : App.cpp.o
|
|
|
|
App.i: App.cpp.i
|
|
.PHONY : App.i
|
|
|
|
# target to preprocess a source file
|
|
App.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/App.cpp.i
|
|
.PHONY : App.cpp.i
|
|
|
|
App.s: App.cpp.s
|
|
.PHONY : App.s
|
|
|
|
# target to generate assembly for a file
|
|
App.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/App.cpp.s
|
|
.PHONY : App.cpp.s
|
|
|
|
PlotPanel.o: PlotPanel.cpp.o
|
|
.PHONY : PlotPanel.o
|
|
|
|
# target to build an object file
|
|
PlotPanel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/PlotPanel.cpp.o
|
|
.PHONY : PlotPanel.cpp.o
|
|
|
|
PlotPanel.i: PlotPanel.cpp.i
|
|
.PHONY : PlotPanel.i
|
|
|
|
# target to preprocess a source file
|
|
PlotPanel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/PlotPanel.cpp.i
|
|
.PHONY : PlotPanel.cpp.i
|
|
|
|
PlotPanel.s: PlotPanel.cpp.s
|
|
.PHONY : PlotPanel.s
|
|
|
|
# target to generate assembly for a file
|
|
PlotPanel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/PlotPanel.cpp.s
|
|
.PHONY : PlotPanel.cpp.s
|
|
|
|
Protocol.o: Protocol.cpp.o
|
|
.PHONY : Protocol.o
|
|
|
|
# target to build an object file
|
|
Protocol.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/Protocol.cpp.o
|
|
.PHONY : Protocol.cpp.o
|
|
|
|
Protocol.i: Protocol.cpp.i
|
|
.PHONY : Protocol.i
|
|
|
|
# target to preprocess a source file
|
|
Protocol.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/Protocol.cpp.i
|
|
.PHONY : Protocol.cpp.i
|
|
|
|
Protocol.s: Protocol.cpp.s
|
|
.PHONY : Protocol.s
|
|
|
|
# target to generate assembly for a file
|
|
Protocol.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/Protocol.cpp.s
|
|
.PHONY : Protocol.cpp.s
|
|
|
|
SourcePanel.o: SourcePanel.cpp.o
|
|
.PHONY : SourcePanel.o
|
|
|
|
# target to build an object file
|
|
SourcePanel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/SourcePanel.cpp.o
|
|
.PHONY : SourcePanel.cpp.o
|
|
|
|
SourcePanel.i: SourcePanel.cpp.i
|
|
.PHONY : SourcePanel.i
|
|
|
|
# target to preprocess a source file
|
|
SourcePanel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/SourcePanel.cpp.i
|
|
.PHONY : SourcePanel.cpp.i
|
|
|
|
SourcePanel.s: SourcePanel.cpp.s
|
|
.PHONY : SourcePanel.s
|
|
|
|
# target to generate assembly for a file
|
|
SourcePanel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/SourcePanel.cpp.s
|
|
.PHONY : SourcePanel.cpp.s
|
|
|
|
StatsPanel.o: StatsPanel.cpp.o
|
|
.PHONY : StatsPanel.o
|
|
|
|
# target to build an object file
|
|
StatsPanel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/StatsPanel.cpp.o
|
|
.PHONY : StatsPanel.cpp.o
|
|
|
|
StatsPanel.i: StatsPanel.cpp.i
|
|
.PHONY : StatsPanel.i
|
|
|
|
# target to preprocess a source file
|
|
StatsPanel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/StatsPanel.cpp.i
|
|
.PHONY : StatsPanel.cpp.i
|
|
|
|
StatsPanel.s: StatsPanel.cpp.s
|
|
.PHONY : StatsPanel.s
|
|
|
|
# target to generate assembly for a file
|
|
StatsPanel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/StatsPanel.cpp.s
|
|
.PHONY : StatsPanel.cpp.s
|
|
|
|
TriggerPanel.o: TriggerPanel.cpp.o
|
|
.PHONY : TriggerPanel.o
|
|
|
|
# target to build an object file
|
|
TriggerPanel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/TriggerPanel.cpp.o
|
|
.PHONY : TriggerPanel.cpp.o
|
|
|
|
TriggerPanel.i: TriggerPanel.cpp.i
|
|
.PHONY : TriggerPanel.i
|
|
|
|
# target to preprocess a source file
|
|
TriggerPanel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/TriggerPanel.cpp.i
|
|
.PHONY : TriggerPanel.cpp.i
|
|
|
|
TriggerPanel.s: TriggerPanel.cpp.s
|
|
.PHONY : TriggerPanel.s
|
|
|
|
# target to generate assembly for a file
|
|
TriggerPanel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/TriggerPanel.cpp.s
|
|
.PHONY : TriggerPanel.cpp.s
|
|
|
|
WSClient.o: WSClient.cpp.o
|
|
.PHONY : WSClient.o
|
|
|
|
# target to build an object file
|
|
WSClient.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/WSClient.cpp.o
|
|
.PHONY : WSClient.cpp.o
|
|
|
|
WSClient.i: WSClient.cpp.i
|
|
.PHONY : WSClient.i
|
|
|
|
# target to preprocess a source file
|
|
WSClient.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/WSClient.cpp.i
|
|
.PHONY : WSClient.cpp.i
|
|
|
|
WSClient.s: WSClient.cpp.s
|
|
.PHONY : WSClient.s
|
|
|
|
# target to generate assembly for a file
|
|
WSClient.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/WSClient.cpp.s
|
|
.PHONY : WSClient.cpp.s
|
|
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.o: _deps/imgui-src/backends/imgui_impl_opengl3.cpp.o
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_opengl3.cpp.o
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.cpp.o
|
|
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.i: _deps/imgui-src/backends/imgui_impl_opengl3.cpp.i
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_opengl3.cpp.i
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.cpp.i
|
|
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.s: _deps/imgui-src/backends/imgui_impl_opengl3.cpp.s
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/backends/imgui_impl_opengl3.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_opengl3.cpp.s
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_opengl3.cpp.s
|
|
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.o: _deps/imgui-src/backends/imgui_impl_sdl2.cpp.o
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_sdl2.cpp.o
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.cpp.o
|
|
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.i: _deps/imgui-src/backends/imgui_impl_sdl2.cpp.i
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_sdl2.cpp.i
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.cpp.i
|
|
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.s: _deps/imgui-src/backends/imgui_impl_sdl2.cpp.s
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/backends/imgui_impl_sdl2.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/backends/imgui_impl_sdl2.cpp.s
|
|
.PHONY : _deps/imgui-src/backends/imgui_impl_sdl2.cpp.s
|
|
|
|
_deps/imgui-src/imgui.o: _deps/imgui-src/imgui.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/imgui.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui.cpp.o
|
|
|
|
_deps/imgui-src/imgui.i: _deps/imgui-src/imgui.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/imgui.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui.cpp.i
|
|
|
|
_deps/imgui-src/imgui.s: _deps/imgui-src/imgui.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/imgui.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui.cpp.s
|
|
|
|
_deps/imgui-src/imgui_draw.o: _deps/imgui-src/imgui_draw.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_draw.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/imgui_draw.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_draw.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_draw.cpp.o
|
|
|
|
_deps/imgui-src/imgui_draw.i: _deps/imgui-src/imgui_draw.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_draw.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/imgui_draw.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_draw.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_draw.cpp.i
|
|
|
|
_deps/imgui-src/imgui_draw.s: _deps/imgui-src/imgui_draw.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_draw.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/imgui_draw.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_draw.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_draw.cpp.s
|
|
|
|
_deps/imgui-src/imgui_tables.o: _deps/imgui-src/imgui_tables.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_tables.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/imgui_tables.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_tables.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_tables.cpp.o
|
|
|
|
_deps/imgui-src/imgui_tables.i: _deps/imgui-src/imgui_tables.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_tables.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/imgui_tables.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_tables.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_tables.cpp.i
|
|
|
|
_deps/imgui-src/imgui_tables.s: _deps/imgui-src/imgui_tables.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_tables.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/imgui_tables.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_tables.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_tables.cpp.s
|
|
|
|
_deps/imgui-src/imgui_widgets.o: _deps/imgui-src/imgui_widgets.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_widgets.o
|
|
|
|
# target to build an object file
|
|
_deps/imgui-src/imgui_widgets.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_widgets.cpp.o
|
|
.PHONY : _deps/imgui-src/imgui_widgets.cpp.o
|
|
|
|
_deps/imgui-src/imgui_widgets.i: _deps/imgui-src/imgui_widgets.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_widgets.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/imgui-src/imgui_widgets.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_widgets.cpp.i
|
|
.PHONY : _deps/imgui-src/imgui_widgets.cpp.i
|
|
|
|
_deps/imgui-src/imgui_widgets.s: _deps/imgui-src/imgui_widgets.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_widgets.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/imgui-src/imgui_widgets.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/imgui-src/imgui_widgets.cpp.s
|
|
.PHONY : _deps/imgui-src/imgui_widgets.cpp.s
|
|
|
|
_deps/implot-src/implot.o: _deps/implot-src/implot.cpp.o
|
|
.PHONY : _deps/implot-src/implot.o
|
|
|
|
# target to build an object file
|
|
_deps/implot-src/implot.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot.cpp.o
|
|
.PHONY : _deps/implot-src/implot.cpp.o
|
|
|
|
_deps/implot-src/implot.i: _deps/implot-src/implot.cpp.i
|
|
.PHONY : _deps/implot-src/implot.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/implot-src/implot.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot.cpp.i
|
|
.PHONY : _deps/implot-src/implot.cpp.i
|
|
|
|
_deps/implot-src/implot.s: _deps/implot-src/implot.cpp.s
|
|
.PHONY : _deps/implot-src/implot.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/implot-src/implot.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot.cpp.s
|
|
.PHONY : _deps/implot-src/implot.cpp.s
|
|
|
|
_deps/implot-src/implot_items.o: _deps/implot-src/implot_items.cpp.o
|
|
.PHONY : _deps/implot-src/implot_items.o
|
|
|
|
# target to build an object file
|
|
_deps/implot-src/implot_items.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot_items.cpp.o
|
|
.PHONY : _deps/implot-src/implot_items.cpp.o
|
|
|
|
_deps/implot-src/implot_items.i: _deps/implot-src/implot_items.cpp.i
|
|
.PHONY : _deps/implot-src/implot_items.i
|
|
|
|
# target to preprocess a source file
|
|
_deps/implot-src/implot_items.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot_items.cpp.i
|
|
.PHONY : _deps/implot-src/implot_items.cpp.i
|
|
|
|
_deps/implot-src/implot_items.s: _deps/implot-src/implot_items.cpp.s
|
|
.PHONY : _deps/implot-src/implot_items.s
|
|
|
|
# target to generate assembly for a file
|
|
_deps/implot-src/implot_items.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/imgui_lib.dir/build.make CMakeFiles/imgui_lib.dir/_deps/implot-src/implot_items.cpp.s
|
|
.PHONY : _deps/implot-src/implot_items.cpp.s
|
|
|
|
main.o: main.cpp.o
|
|
.PHONY : main.o
|
|
|
|
# target to build an object file
|
|
main.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/main.cpp.o
|
|
.PHONY : main.cpp.o
|
|
|
|
main.i: main.cpp.i
|
|
.PHONY : main.i
|
|
|
|
# target to preprocess a source file
|
|
main.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/main.cpp.i
|
|
.PHONY : main.cpp.i
|
|
|
|
main.s: main.cpp.s
|
|
.PHONY : main.s
|
|
|
|
# target to generate assembly for a file
|
|
main.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/StreamHubClient.dir/build.make CMakeFiles/StreamHubClient.dir/main.cpp.s
|
|
.PHONY : main.cpp.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... StreamHubClient"
|
|
@echo "... imgui_lib"
|
|
@echo "... App.o"
|
|
@echo "... App.i"
|
|
@echo "... App.s"
|
|
@echo "... PlotPanel.o"
|
|
@echo "... PlotPanel.i"
|
|
@echo "... PlotPanel.s"
|
|
@echo "... Protocol.o"
|
|
@echo "... Protocol.i"
|
|
@echo "... Protocol.s"
|
|
@echo "... SourcePanel.o"
|
|
@echo "... SourcePanel.i"
|
|
@echo "... SourcePanel.s"
|
|
@echo "... StatsPanel.o"
|
|
@echo "... StatsPanel.i"
|
|
@echo "... StatsPanel.s"
|
|
@echo "... TriggerPanel.o"
|
|
@echo "... TriggerPanel.i"
|
|
@echo "... TriggerPanel.s"
|
|
@echo "... WSClient.o"
|
|
@echo "... WSClient.i"
|
|
@echo "... WSClient.s"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_opengl3.o"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_opengl3.i"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_opengl3.s"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_sdl2.o"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_sdl2.i"
|
|
@echo "... _deps/imgui-src/backends/imgui_impl_sdl2.s"
|
|
@echo "... _deps/imgui-src/imgui.o"
|
|
@echo "... _deps/imgui-src/imgui.i"
|
|
@echo "... _deps/imgui-src/imgui.s"
|
|
@echo "... _deps/imgui-src/imgui_draw.o"
|
|
@echo "... _deps/imgui-src/imgui_draw.i"
|
|
@echo "... _deps/imgui-src/imgui_draw.s"
|
|
@echo "... _deps/imgui-src/imgui_tables.o"
|
|
@echo "... _deps/imgui-src/imgui_tables.i"
|
|
@echo "... _deps/imgui-src/imgui_tables.s"
|
|
@echo "... _deps/imgui-src/imgui_widgets.o"
|
|
@echo "... _deps/imgui-src/imgui_widgets.i"
|
|
@echo "... _deps/imgui-src/imgui_widgets.s"
|
|
@echo "... _deps/implot-src/implot.o"
|
|
@echo "... _deps/implot-src/implot.i"
|
|
@echo "... _deps/implot-src/implot.s"
|
|
@echo "... _deps/implot-src/implot_items.o"
|
|
@echo "... _deps/implot-src/implot_items.i"
|
|
@echo "... _deps/implot-src/implot_items.s"
|
|
@echo "... main.o"
|
|
@echo "... main.i"
|
|
@echo "... main.s"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets to cleanup operation of make.
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
# because they might be regenerated.
|
|
cmake_check_build_system:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|