A LoRa APRS node with KISS interface based on a Raspberry Pi Pico
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

260 lines
7.9 KiB

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# 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:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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 remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/lora_aprs_node_pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/lora_aprs_node_pico/build
#=============================================================================
# Targets provided globally by CMake.
# 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 -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 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
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/lora_aprs_node_pico/build/CMakeFiles /home/marcel/lora_aprs_node_pico/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/lora_aprs_node_pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -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 bs2_default
# Build rule for target.
bs2_default: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 bs2_default
.PHONY : bs2_default
# fast build rule for target.
bs2_default/fast:
$(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build
.PHONY : bs2_default/fast
#=============================================================================
# Target rules for targets named bs2_default_bin
# Build rule for target.
bs2_default_bin: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 bs2_default_bin
.PHONY : bs2_default_bin
# fast build rule for target.
bs2_default_bin/fast:
$(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build
.PHONY : bs2_default_bin/fast
#=============================================================================
# Target rules for targets named bs2_default_padded_checksummed_asm
# Build rule for target.
bs2_default_padded_checksummed_asm: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 bs2_default_padded_checksummed_asm
.PHONY : bs2_default_padded_checksummed_asm
# fast build rule for target.
bs2_default_padded_checksummed_asm/fast:
$(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build
.PHONY : bs2_default_padded_checksummed_asm/fast
#=============================================================================
# Target rules for targets named LoRa_print
# Build rule for target.
LoRa_print: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 LoRa_print
.PHONY : LoRa_print
# fast build rule for target.
LoRa_print/fast:
$(MAKE) -f src/CMakeFiles/LoRa_print.dir/build.make src/CMakeFiles/LoRa_print.dir/build
.PHONY : LoRa_print/fast
#=============================================================================
# Target rules for targets named KISS
# Build rule for target.
KISS: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 KISS
.PHONY : KISS
# fast build rule for target.
KISS/fast:
$(MAKE) -f src/CMakeFiles/KISS.dir/build.make src/CMakeFiles/KISS.dir/build
.PHONY : KISS/fast
#=============================================================================
# Target rules for targets named i2c_sensor
# Build rule for target.
i2c_sensor: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 i2c_sensor
.PHONY : i2c_sensor
# fast build rule for target.
i2c_sensor/fast:
$(MAKE) -f src/CMakeFiles/i2c_sensor.dir/build.make src/CMakeFiles/i2c_sensor.dir/build
.PHONY : i2c_sensor/fast
#=============================================================================
# Target rules for targets named LoRa_pico_lib
# Build rule for target.
LoRa_pico_lib: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 LoRa_pico_lib
.PHONY : LoRa_pico_lib
# fast build rule for target.
LoRa_pico_lib/fast:
$(MAKE) -f src/CMakeFiles/LoRa_pico_lib.dir/build.make src/CMakeFiles/LoRa_pico_lib.dir/build
.PHONY : LoRa_pico_lib/fast
#=============================================================================
# Target rules for targets named main
# Build rule for target.
main: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 main
.PHONY : main
# fast build rule for target.
main/fast:
$(MAKE) -f src/CMakeFiles/main.dir/build.make src/CMakeFiles/main.dir/build
.PHONY : main/fast
#=============================================================================
# Target rules for targets named ELF2UF2Build
# Build rule for target.
ELF2UF2Build: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 ELF2UF2Build
.PHONY : ELF2UF2Build
# fast build rule for target.
ELF2UF2Build/fast:
$(MAKE) -f src/CMakeFiles/ELF2UF2Build.dir/build.make src/CMakeFiles/ELF2UF2Build.dir/build
.PHONY : ELF2UF2Build/fast
# 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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... bs2_default"
@echo "... bs2_default_bin"
@echo "... bs2_default_padded_checksummed_asm"
@echo "... LoRa_print"
@echo "... KISS"
@echo "... i2c_sensor"
@echo "... LoRa_pico_lib"
@echo "... main"
@echo "... ELF2UF2Build"
.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