Files
updated-radar/build/Makefile
2026-04-23 08:05:03 -07:00

601 lines
18 KiB
Makefile

# 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
# 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/maallyn/new-radar
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/maallyn/new-radar/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/cmake-gui -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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/maallyn/new-radar/build/CMakeFiles /home/maallyn/new-radar/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/maallyn/new-radar/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 radar
# Build rule for target.
radar: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 radar
.PHONY : radar
# fast build rule for target.
radar/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/build
.PHONY : radar/fast
#=============================================================================
# Target rules for targets named copy_assets
# Build rule for target.
copy_assets: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 copy_assets
.PHONY : copy_assets
# fast build rule for target.
copy_assets/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/copy_assets.dir/build.make CMakeFiles/copy_assets.dir/build
.PHONY : copy_assets/fast
glad/src/glad.o: glad/src/glad.c.o
.PHONY : glad/src/glad.o
# target to build an object file
glad/src/glad.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/glad/src/glad.c.o
.PHONY : glad/src/glad.c.o
glad/src/glad.i: glad/src/glad.c.i
.PHONY : glad/src/glad.i
# target to preprocess a source file
glad/src/glad.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/glad/src/glad.c.i
.PHONY : glad/src/glad.c.i
glad/src/glad.s: glad/src/glad.c.s
.PHONY : glad/src/glad.s
# target to generate assembly for a file
glad/src/glad.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/glad/src/glad.c.s
.PHONY : glad/src/glad.c.s
src/graticule.o: src/graticule.cpp.o
.PHONY : src/graticule.o
# target to build an object file
src/graticule.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/graticule.cpp.o
.PHONY : src/graticule.cpp.o
src/graticule.i: src/graticule.cpp.i
.PHONY : src/graticule.i
# target to preprocess a source file
src/graticule.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/graticule.cpp.i
.PHONY : src/graticule.cpp.i
src/graticule.s: src/graticule.cpp.s
.PHONY : src/graticule.s
# target to generate assembly for a file
src/graticule.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/graticule.cpp.s
.PHONY : src/graticule.cpp.s
src/knob_panel.o: src/knob_panel.cpp.o
.PHONY : src/knob_panel.o
# target to build an object file
src/knob_panel.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/knob_panel.cpp.o
.PHONY : src/knob_panel.cpp.o
src/knob_panel.i: src/knob_panel.cpp.i
.PHONY : src/knob_panel.i
# target to preprocess a source file
src/knob_panel.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/knob_panel.cpp.i
.PHONY : src/knob_panel.cpp.i
src/knob_panel.s: src/knob_panel.cpp.s
.PHONY : src/knob_panel.s
# target to generate assembly for a file
src/knob_panel.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/knob_panel.cpp.s
.PHONY : src/knob_panel.cpp.s
src/left_panel.o: src/left_panel.cpp.o
.PHONY : src/left_panel.o
# target to build an object file
src/left_panel.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/left_panel.cpp.o
.PHONY : src/left_panel.cpp.o
src/left_panel.i: src/left_panel.cpp.i
.PHONY : src/left_panel.i
# target to preprocess a source file
src/left_panel.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/left_panel.cpp.i
.PHONY : src/left_panel.cpp.i
src/left_panel.s: src/left_panel.cpp.s
.PHONY : src/left_panel.s
# target to generate assembly for a file
src/left_panel.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/left_panel.cpp.s
.PHONY : src/left_panel.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/radar.dir/build.make CMakeFiles/radar.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/radar.dir/build.make CMakeFiles/radar.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/radar.dir/build.make CMakeFiles/radar.dir/src/main.cpp.s
.PHONY : src/main.cpp.s
src/phosphor.o: src/phosphor.cpp.o
.PHONY : src/phosphor.o
# target to build an object file
src/phosphor.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/phosphor.cpp.o
.PHONY : src/phosphor.cpp.o
src/phosphor.i: src/phosphor.cpp.i
.PHONY : src/phosphor.i
# target to preprocess a source file
src/phosphor.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/phosphor.cpp.i
.PHONY : src/phosphor.cpp.i
src/phosphor.s: src/phosphor.cpp.s
.PHONY : src/phosphor.s
# target to generate assembly for a file
src/phosphor.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/phosphor.cpp.s
.PHONY : src/phosphor.cpp.s
src/rpi_receiver.o: src/rpi_receiver.cpp.o
.PHONY : src/rpi_receiver.o
# target to build an object file
src/rpi_receiver.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/rpi_receiver.cpp.o
.PHONY : src/rpi_receiver.cpp.o
src/rpi_receiver.i: src/rpi_receiver.cpp.i
.PHONY : src/rpi_receiver.i
# target to preprocess a source file
src/rpi_receiver.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/rpi_receiver.cpp.i
.PHONY : src/rpi_receiver.cpp.i
src/rpi_receiver.s: src/rpi_receiver.cpp.s
.PHONY : src/rpi_receiver.s
# target to generate assembly for a file
src/rpi_receiver.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/rpi_receiver.cpp.s
.PHONY : src/rpi_receiver.cpp.s
src/scope.o: src/scope.cpp.o
.PHONY : src/scope.o
# target to build an object file
src/scope.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope.cpp.o
.PHONY : src/scope.cpp.o
src/scope.i: src/scope.cpp.i
.PHONY : src/scope.i
# target to preprocess a source file
src/scope.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope.cpp.i
.PHONY : src/scope.cpp.i
src/scope.s: src/scope.cpp.s
.PHONY : src/scope.s
# target to generate assembly for a file
src/scope.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope.cpp.s
.PHONY : src/scope.cpp.s
src/scope_intro.o: src/scope_intro.cpp.o
.PHONY : src/scope_intro.o
# target to build an object file
src/scope_intro.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_intro.cpp.o
.PHONY : src/scope_intro.cpp.o
src/scope_intro.i: src/scope_intro.cpp.i
.PHONY : src/scope_intro.i
# target to preprocess a source file
src/scope_intro.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_intro.cpp.i
.PHONY : src/scope_intro.cpp.i
src/scope_intro.s: src/scope_intro.cpp.s
.PHONY : src/scope_intro.s
# target to generate assembly for a file
src/scope_intro.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_intro.cpp.s
.PHONY : src/scope_intro.cpp.s
src/scope_manager.o: src/scope_manager.cpp.o
.PHONY : src/scope_manager.o
# target to build an object file
src/scope_manager.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_manager.cpp.o
.PHONY : src/scope_manager.cpp.o
src/scope_manager.i: src/scope_manager.cpp.i
.PHONY : src/scope_manager.i
# target to preprocess a source file
src/scope_manager.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_manager.cpp.i
.PHONY : src/scope_manager.cpp.i
src/scope_manager.s: src/scope_manager.cpp.s
.PHONY : src/scope_manager.s
# target to generate assembly for a file
src/scope_manager.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_manager.cpp.s
.PHONY : src/scope_manager.cpp.s
src/scope_marine_ppi.o: src/scope_marine_ppi.cpp.o
.PHONY : src/scope_marine_ppi.o
# target to build an object file
src/scope_marine_ppi.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_marine_ppi.cpp.o
.PHONY : src/scope_marine_ppi.cpp.o
src/scope_marine_ppi.i: src/scope_marine_ppi.cpp.i
.PHONY : src/scope_marine_ppi.i
# target to preprocess a source file
src/scope_marine_ppi.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_marine_ppi.cpp.i
.PHONY : src/scope_marine_ppi.cpp.i
src/scope_marine_ppi.s: src/scope_marine_ppi.cpp.s
.PHONY : src/scope_marine_ppi.s
# target to generate assembly for a file
src/scope_marine_ppi.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_marine_ppi.cpp.s
.PHONY : src/scope_marine_ppi.cpp.s
src/scope_ppi.o: src/scope_ppi.cpp.o
.PHONY : src/scope_ppi.o
# target to build an object file
src/scope_ppi.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_ppi.cpp.o
.PHONY : src/scope_ppi.cpp.o
src/scope_ppi.i: src/scope_ppi.cpp.i
.PHONY : src/scope_ppi.i
# target to preprocess a source file
src/scope_ppi.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_ppi.cpp.i
.PHONY : src/scope_ppi.cpp.i
src/scope_ppi.s: src/scope_ppi.cpp.s
.PHONY : src/scope_ppi.s
# target to generate assembly for a file
src/scope_ppi.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/scope_ppi.cpp.s
.PHONY : src/scope_ppi.cpp.s
src/shared_render_state.o: src/shared_render_state.cpp.o
.PHONY : src/shared_render_state.o
# target to build an object file
src/shared_render_state.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/shared_render_state.cpp.o
.PHONY : src/shared_render_state.cpp.o
src/shared_render_state.i: src/shared_render_state.cpp.i
.PHONY : src/shared_render_state.i
# target to preprocess a source file
src/shared_render_state.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/shared_render_state.cpp.i
.PHONY : src/shared_render_state.cpp.i
src/shared_render_state.s: src/shared_render_state.cpp.s
.PHONY : src/shared_render_state.s
# target to generate assembly for a file
src/shared_render_state.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/shared_render_state.cpp.s
.PHONY : src/shared_render_state.cpp.s
src/simulator.o: src/simulator.cpp.o
.PHONY : src/simulator.o
# target to build an object file
src/simulator.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/simulator.cpp.o
.PHONY : src/simulator.cpp.o
src/simulator.i: src/simulator.cpp.i
.PHONY : src/simulator.i
# target to preprocess a source file
src/simulator.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/simulator.cpp.i
.PHONY : src/simulator.cpp.i
src/simulator.s: src/simulator.cpp.s
.PHONY : src/simulator.s
# target to generate assembly for a file
src/simulator.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/simulator.cpp.s
.PHONY : src/simulator.cpp.s
src/target_buffer.o: src/target_buffer.cpp.o
.PHONY : src/target_buffer.o
# target to build an object file
src/target_buffer.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/target_buffer.cpp.o
.PHONY : src/target_buffer.cpp.o
src/target_buffer.i: src/target_buffer.cpp.i
.PHONY : src/target_buffer.i
# target to preprocess a source file
src/target_buffer.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/target_buffer.cpp.i
.PHONY : src/target_buffer.cpp.i
src/target_buffer.s: src/target_buffer.cpp.s
.PHONY : src/target_buffer.s
# target to generate assembly for a file
src/target_buffer.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/target_buffer.cpp.s
.PHONY : src/target_buffer.cpp.s
src/traffic_cop.o: src/traffic_cop.cpp.o
.PHONY : src/traffic_cop.o
# target to build an object file
src/traffic_cop.cpp.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/traffic_cop.cpp.o
.PHONY : src/traffic_cop.cpp.o
src/traffic_cop.i: src/traffic_cop.cpp.i
.PHONY : src/traffic_cop.i
# target to preprocess a source file
src/traffic_cop.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/traffic_cop.cpp.i
.PHONY : src/traffic_cop.cpp.i
src/traffic_cop.s: src/traffic_cop.cpp.s
.PHONY : src/traffic_cop.s
# target to generate assembly for a file
src/traffic_cop.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar.dir/build.make CMakeFiles/radar.dir/src/traffic_cop.cpp.s
.PHONY : src/traffic_cop.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 "... copy_assets"
@echo "... radar"
@echo "... glad/src/glad.o"
@echo "... glad/src/glad.i"
@echo "... glad/src/glad.s"
@echo "... src/graticule.o"
@echo "... src/graticule.i"
@echo "... src/graticule.s"
@echo "... src/knob_panel.o"
@echo "... src/knob_panel.i"
@echo "... src/knob_panel.s"
@echo "... src/left_panel.o"
@echo "... src/left_panel.i"
@echo "... src/left_panel.s"
@echo "... src/main.o"
@echo "... src/main.i"
@echo "... src/main.s"
@echo "... src/phosphor.o"
@echo "... src/phosphor.i"
@echo "... src/phosphor.s"
@echo "... src/rpi_receiver.o"
@echo "... src/rpi_receiver.i"
@echo "... src/rpi_receiver.s"
@echo "... src/scope.o"
@echo "... src/scope.i"
@echo "... src/scope.s"
@echo "... src/scope_intro.o"
@echo "... src/scope_intro.i"
@echo "... src/scope_intro.s"
@echo "... src/scope_manager.o"
@echo "... src/scope_manager.i"
@echo "... src/scope_manager.s"
@echo "... src/scope_marine_ppi.o"
@echo "... src/scope_marine_ppi.i"
@echo "... src/scope_marine_ppi.s"
@echo "... src/scope_ppi.o"
@echo "... src/scope_ppi.i"
@echo "... src/scope_ppi.s"
@echo "... src/shared_render_state.o"
@echo "... src/shared_render_state.i"
@echo "... src/shared_render_state.s"
@echo "... src/simulator.o"
@echo "... src/simulator.i"
@echo "... src/simulator.s"
@echo "... src/target_buffer.o"
@echo "... src/target_buffer.i"
@echo "... src/target_buffer.s"
@echo "... src/traffic_cop.o"
@echo "... src/traffic_cop.i"
@echo "... src/traffic_cop.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