1437 lines
54 KiB
Makefile
1437 lines
54 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW 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.
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = "D:\Program Files\JetBrains\CLion 2022.1\bin\cmake\win\bin\cmake.exe"
|
|
|
|
# The command to remove a file.
|
|
RM = "D:\Program Files\JetBrains\CLion 2022.1\bin\cmake\win\bin\cmake.exe" -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = D:\GNSSINS\read_IMU
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = D:\GNSSINS\read_IMU\cmake-build-debug
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
"D:\Program Files\JetBrains\CLion 2022.1\bin\cmake\win\bin\cmake.exe" -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..."
|
|
"D:\Program Files\JetBrains\CLion 2022.1\bin\cmake\win\bin\cmake.exe" --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 D:\GNSSINS\read_IMU\cmake-build-debug\CMakeFiles D:\GNSSINS\read_IMU\cmake-build-debug\\CMakeFiles\progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start D:\GNSSINS\read_IMU\cmake-build-debug\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 read_IMU
|
|
|
|
# Build rule for target.
|
|
read_IMU: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 read_IMU
|
|
.PHONY : read_IMU
|
|
|
|
# fast build rule for target.
|
|
read_IMU/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/build
|
|
.PHONY : read_IMU/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named read_IMU_autogen
|
|
|
|
# Build rule for target.
|
|
read_IMU_autogen: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 read_IMU_autogen
|
|
.PHONY : read_IMU_autogen
|
|
|
|
# fast build rule for target.
|
|
read_IMU_autogen/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU_autogen.dir\build.make CMakeFiles/read_IMU_autogen.dir/build
|
|
.PHONY : read_IMU_autogen/fast
|
|
|
|
Source/Read_IMU.obj: Source/Read_IMU.cpp.obj
|
|
.PHONY : Source/Read_IMU.obj
|
|
|
|
# target to build an object file
|
|
Source/Read_IMU.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_IMU.cpp.obj
|
|
.PHONY : Source/Read_IMU.cpp.obj
|
|
|
|
Source/Read_IMU.i: Source/Read_IMU.cpp.i
|
|
.PHONY : Source/Read_IMU.i
|
|
|
|
# target to preprocess a source file
|
|
Source/Read_IMU.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_IMU.cpp.i
|
|
.PHONY : Source/Read_IMU.cpp.i
|
|
|
|
Source/Read_IMU.s: Source/Read_IMU.cpp.s
|
|
.PHONY : Source/Read_IMU.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/Read_IMU.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_IMU.cpp.s
|
|
.PHONY : Source/Read_IMU.cpp.s
|
|
|
|
Source/Read_PVT.obj: Source/Read_PVT.cpp.obj
|
|
.PHONY : Source/Read_PVT.obj
|
|
|
|
# target to build an object file
|
|
Source/Read_PVT.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_PVT.cpp.obj
|
|
.PHONY : Source/Read_PVT.cpp.obj
|
|
|
|
Source/Read_PVT.i: Source/Read_PVT.cpp.i
|
|
.PHONY : Source/Read_PVT.i
|
|
|
|
# target to preprocess a source file
|
|
Source/Read_PVT.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_PVT.cpp.i
|
|
.PHONY : Source/Read_PVT.cpp.i
|
|
|
|
Source/Read_PVT.s: Source/Read_PVT.cpp.s
|
|
.PHONY : Source/Read_PVT.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/Read_PVT.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_PVT.cpp.s
|
|
.PHONY : Source/Read_PVT.cpp.s
|
|
|
|
Source/Read_Sat.obj: Source/Read_Sat.cpp.obj
|
|
.PHONY : Source/Read_Sat.obj
|
|
|
|
# target to build an object file
|
|
Source/Read_Sat.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_Sat.cpp.obj
|
|
.PHONY : Source/Read_Sat.cpp.obj
|
|
|
|
Source/Read_Sat.i: Source/Read_Sat.cpp.i
|
|
.PHONY : Source/Read_Sat.i
|
|
|
|
# target to preprocess a source file
|
|
Source/Read_Sat.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_Sat.cpp.i
|
|
.PHONY : Source/Read_Sat.cpp.i
|
|
|
|
Source/Read_Sat.s: Source/Read_Sat.cpp.s
|
|
.PHONY : Source/Read_Sat.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/Read_Sat.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/Read_Sat.cpp.s
|
|
.PHONY : Source/Read_Sat.cpp.s
|
|
|
|
Source/main.obj: Source/main.cpp.obj
|
|
.PHONY : Source/main.obj
|
|
|
|
# target to build an object file
|
|
Source/main.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main.cpp.obj
|
|
.PHONY : Source/main.cpp.obj
|
|
|
|
Source/main.i: Source/main.cpp.i
|
|
.PHONY : Source/main.i
|
|
|
|
# target to preprocess a source file
|
|
Source/main.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main.cpp.i
|
|
.PHONY : Source/main.cpp.i
|
|
|
|
Source/main.s: Source/main.cpp.s
|
|
.PHONY : Source/main.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/main.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main.cpp.s
|
|
.PHONY : Source/main.cpp.s
|
|
|
|
Source/main_window.obj: Source/main_window.cpp.obj
|
|
.PHONY : Source/main_window.obj
|
|
|
|
# target to build an object file
|
|
Source/main_window.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main_window.cpp.obj
|
|
.PHONY : Source/main_window.cpp.obj
|
|
|
|
Source/main_window.i: Source/main_window.cpp.i
|
|
.PHONY : Source/main_window.i
|
|
|
|
# target to preprocess a source file
|
|
Source/main_window.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main_window.cpp.i
|
|
.PHONY : Source/main_window.cpp.i
|
|
|
|
Source/main_window.s: Source/main_window.cpp.s
|
|
.PHONY : Source/main_window.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/main_window.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/main_window.cpp.s
|
|
.PHONY : Source/main_window.cpp.s
|
|
|
|
Source/rtk_source/binex.obj: Source/rtk_source/binex.c.obj
|
|
.PHONY : Source/rtk_source/binex.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/binex.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/binex.c.obj
|
|
.PHONY : Source/rtk_source/binex.c.obj
|
|
|
|
Source/rtk_source/binex.i: Source/rtk_source/binex.c.i
|
|
.PHONY : Source/rtk_source/binex.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/binex.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/binex.c.i
|
|
.PHONY : Source/rtk_source/binex.c.i
|
|
|
|
Source/rtk_source/binex.s: Source/rtk_source/binex.c.s
|
|
.PHONY : Source/rtk_source/binex.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/binex.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/binex.c.s
|
|
.PHONY : Source/rtk_source/binex.c.s
|
|
|
|
Source/rtk_source/convgpx.obj: Source/rtk_source/convgpx.c.obj
|
|
.PHONY : Source/rtk_source/convgpx.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/convgpx.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convgpx.c.obj
|
|
.PHONY : Source/rtk_source/convgpx.c.obj
|
|
|
|
Source/rtk_source/convgpx.i: Source/rtk_source/convgpx.c.i
|
|
.PHONY : Source/rtk_source/convgpx.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/convgpx.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convgpx.c.i
|
|
.PHONY : Source/rtk_source/convgpx.c.i
|
|
|
|
Source/rtk_source/convgpx.s: Source/rtk_source/convgpx.c.s
|
|
.PHONY : Source/rtk_source/convgpx.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/convgpx.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convgpx.c.s
|
|
.PHONY : Source/rtk_source/convgpx.c.s
|
|
|
|
Source/rtk_source/convkml.obj: Source/rtk_source/convkml.c.obj
|
|
.PHONY : Source/rtk_source/convkml.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/convkml.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convkml.c.obj
|
|
.PHONY : Source/rtk_source/convkml.c.obj
|
|
|
|
Source/rtk_source/convkml.i: Source/rtk_source/convkml.c.i
|
|
.PHONY : Source/rtk_source/convkml.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/convkml.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convkml.c.i
|
|
.PHONY : Source/rtk_source/convkml.c.i
|
|
|
|
Source/rtk_source/convkml.s: Source/rtk_source/convkml.c.s
|
|
.PHONY : Source/rtk_source/convkml.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/convkml.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convkml.c.s
|
|
.PHONY : Source/rtk_source/convkml.c.s
|
|
|
|
Source/rtk_source/convrnx.obj: Source/rtk_source/convrnx.c.obj
|
|
.PHONY : Source/rtk_source/convrnx.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/convrnx.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convrnx.c.obj
|
|
.PHONY : Source/rtk_source/convrnx.c.obj
|
|
|
|
Source/rtk_source/convrnx.i: Source/rtk_source/convrnx.c.i
|
|
.PHONY : Source/rtk_source/convrnx.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/convrnx.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convrnx.c.i
|
|
.PHONY : Source/rtk_source/convrnx.c.i
|
|
|
|
Source/rtk_source/convrnx.s: Source/rtk_source/convrnx.c.s
|
|
.PHONY : Source/rtk_source/convrnx.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/convrnx.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/convrnx.c.s
|
|
.PHONY : Source/rtk_source/convrnx.c.s
|
|
|
|
Source/rtk_source/crescent.obj: Source/rtk_source/crescent.c.obj
|
|
.PHONY : Source/rtk_source/crescent.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/crescent.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/crescent.c.obj
|
|
.PHONY : Source/rtk_source/crescent.c.obj
|
|
|
|
Source/rtk_source/crescent.i: Source/rtk_source/crescent.c.i
|
|
.PHONY : Source/rtk_source/crescent.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/crescent.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/crescent.c.i
|
|
.PHONY : Source/rtk_source/crescent.c.i
|
|
|
|
Source/rtk_source/crescent.s: Source/rtk_source/crescent.c.s
|
|
.PHONY : Source/rtk_source/crescent.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/crescent.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/crescent.c.s
|
|
.PHONY : Source/rtk_source/crescent.c.s
|
|
|
|
Source/rtk_source/datum.obj: Source/rtk_source/datum.c.obj
|
|
.PHONY : Source/rtk_source/datum.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/datum.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/datum.c.obj
|
|
.PHONY : Source/rtk_source/datum.c.obj
|
|
|
|
Source/rtk_source/datum.i: Source/rtk_source/datum.c.i
|
|
.PHONY : Source/rtk_source/datum.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/datum.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/datum.c.i
|
|
.PHONY : Source/rtk_source/datum.c.i
|
|
|
|
Source/rtk_source/datum.s: Source/rtk_source/datum.c.s
|
|
.PHONY : Source/rtk_source/datum.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/datum.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/datum.c.s
|
|
.PHONY : Source/rtk_source/datum.c.s
|
|
|
|
Source/rtk_source/download.obj: Source/rtk_source/download.c.obj
|
|
.PHONY : Source/rtk_source/download.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/download.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/download.c.obj
|
|
.PHONY : Source/rtk_source/download.c.obj
|
|
|
|
Source/rtk_source/download.i: Source/rtk_source/download.c.i
|
|
.PHONY : Source/rtk_source/download.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/download.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/download.c.i
|
|
.PHONY : Source/rtk_source/download.c.i
|
|
|
|
Source/rtk_source/download.s: Source/rtk_source/download.c.s
|
|
.PHONY : Source/rtk_source/download.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/download.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/download.c.s
|
|
.PHONY : Source/rtk_source/download.c.s
|
|
|
|
Source/rtk_source/ephemeris.obj: Source/rtk_source/ephemeris.c.obj
|
|
.PHONY : Source/rtk_source/ephemeris.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/ephemeris.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ephemeris.c.obj
|
|
.PHONY : Source/rtk_source/ephemeris.c.obj
|
|
|
|
Source/rtk_source/ephemeris.i: Source/rtk_source/ephemeris.c.i
|
|
.PHONY : Source/rtk_source/ephemeris.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/ephemeris.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ephemeris.c.i
|
|
.PHONY : Source/rtk_source/ephemeris.c.i
|
|
|
|
Source/rtk_source/ephemeris.s: Source/rtk_source/ephemeris.c.s
|
|
.PHONY : Source/rtk_source/ephemeris.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/ephemeris.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ephemeris.c.s
|
|
.PHONY : Source/rtk_source/ephemeris.c.s
|
|
|
|
Source/rtk_source/geoid.obj: Source/rtk_source/geoid.c.obj
|
|
.PHONY : Source/rtk_source/geoid.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/geoid.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/geoid.c.obj
|
|
.PHONY : Source/rtk_source/geoid.c.obj
|
|
|
|
Source/rtk_source/geoid.i: Source/rtk_source/geoid.c.i
|
|
.PHONY : Source/rtk_source/geoid.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/geoid.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/geoid.c.i
|
|
.PHONY : Source/rtk_source/geoid.c.i
|
|
|
|
Source/rtk_source/geoid.s: Source/rtk_source/geoid.c.s
|
|
.PHONY : Source/rtk_source/geoid.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/geoid.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/geoid.c.s
|
|
.PHONY : Source/rtk_source/geoid.c.s
|
|
|
|
Source/rtk_source/gis.obj: Source/rtk_source/gis.c.obj
|
|
.PHONY : Source/rtk_source/gis.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/gis.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/gis.c.obj
|
|
.PHONY : Source/rtk_source/gis.c.obj
|
|
|
|
Source/rtk_source/gis.i: Source/rtk_source/gis.c.i
|
|
.PHONY : Source/rtk_source/gis.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/gis.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/gis.c.i
|
|
.PHONY : Source/rtk_source/gis.c.i
|
|
|
|
Source/rtk_source/gis.s: Source/rtk_source/gis.c.s
|
|
.PHONY : Source/rtk_source/gis.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/gis.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/gis.c.s
|
|
.PHONY : Source/rtk_source/gis.c.s
|
|
|
|
Source/rtk_source/ionex.obj: Source/rtk_source/ionex.c.obj
|
|
.PHONY : Source/rtk_source/ionex.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/ionex.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ionex.c.obj
|
|
.PHONY : Source/rtk_source/ionex.c.obj
|
|
|
|
Source/rtk_source/ionex.i: Source/rtk_source/ionex.c.i
|
|
.PHONY : Source/rtk_source/ionex.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/ionex.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ionex.c.i
|
|
.PHONY : Source/rtk_source/ionex.c.i
|
|
|
|
Source/rtk_source/ionex.s: Source/rtk_source/ionex.c.s
|
|
.PHONY : Source/rtk_source/ionex.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/ionex.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ionex.c.s
|
|
.PHONY : Source/rtk_source/ionex.c.s
|
|
|
|
Source/rtk_source/javad.obj: Source/rtk_source/javad.c.obj
|
|
.PHONY : Source/rtk_source/javad.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/javad.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/javad.c.obj
|
|
.PHONY : Source/rtk_source/javad.c.obj
|
|
|
|
Source/rtk_source/javad.i: Source/rtk_source/javad.c.i
|
|
.PHONY : Source/rtk_source/javad.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/javad.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/javad.c.i
|
|
.PHONY : Source/rtk_source/javad.c.i
|
|
|
|
Source/rtk_source/javad.s: Source/rtk_source/javad.c.s
|
|
.PHONY : Source/rtk_source/javad.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/javad.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/javad.c.s
|
|
.PHONY : Source/rtk_source/javad.c.s
|
|
|
|
Source/rtk_source/lambda.obj: Source/rtk_source/lambda.c.obj
|
|
.PHONY : Source/rtk_source/lambda.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/lambda.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/lambda.c.obj
|
|
.PHONY : Source/rtk_source/lambda.c.obj
|
|
|
|
Source/rtk_source/lambda.i: Source/rtk_source/lambda.c.i
|
|
.PHONY : Source/rtk_source/lambda.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/lambda.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/lambda.c.i
|
|
.PHONY : Source/rtk_source/lambda.c.i
|
|
|
|
Source/rtk_source/lambda.s: Source/rtk_source/lambda.c.s
|
|
.PHONY : Source/rtk_source/lambda.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/lambda.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/lambda.c.s
|
|
.PHONY : Source/rtk_source/lambda.c.s
|
|
|
|
Source/rtk_source/novatel.obj: Source/rtk_source/novatel.c.obj
|
|
.PHONY : Source/rtk_source/novatel.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/novatel.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/novatel.c.obj
|
|
.PHONY : Source/rtk_source/novatel.c.obj
|
|
|
|
Source/rtk_source/novatel.i: Source/rtk_source/novatel.c.i
|
|
.PHONY : Source/rtk_source/novatel.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/novatel.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/novatel.c.i
|
|
.PHONY : Source/rtk_source/novatel.c.i
|
|
|
|
Source/rtk_source/novatel.s: Source/rtk_source/novatel.c.s
|
|
.PHONY : Source/rtk_source/novatel.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/novatel.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/novatel.c.s
|
|
.PHONY : Source/rtk_source/novatel.c.s
|
|
|
|
Source/rtk_source/nvs.obj: Source/rtk_source/nvs.c.obj
|
|
.PHONY : Source/rtk_source/nvs.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/nvs.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/nvs.c.obj
|
|
.PHONY : Source/rtk_source/nvs.c.obj
|
|
|
|
Source/rtk_source/nvs.i: Source/rtk_source/nvs.c.i
|
|
.PHONY : Source/rtk_source/nvs.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/nvs.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/nvs.c.i
|
|
.PHONY : Source/rtk_source/nvs.c.i
|
|
|
|
Source/rtk_source/nvs.s: Source/rtk_source/nvs.c.s
|
|
.PHONY : Source/rtk_source/nvs.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/nvs.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/nvs.c.s
|
|
.PHONY : Source/rtk_source/nvs.c.s
|
|
|
|
Source/rtk_source/options.obj: Source/rtk_source/options.c.obj
|
|
.PHONY : Source/rtk_source/options.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/options.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/options.c.obj
|
|
.PHONY : Source/rtk_source/options.c.obj
|
|
|
|
Source/rtk_source/options.i: Source/rtk_source/options.c.i
|
|
.PHONY : Source/rtk_source/options.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/options.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/options.c.i
|
|
.PHONY : Source/rtk_source/options.c.i
|
|
|
|
Source/rtk_source/options.s: Source/rtk_source/options.c.s
|
|
.PHONY : Source/rtk_source/options.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/options.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/options.c.s
|
|
.PHONY : Source/rtk_source/options.c.s
|
|
|
|
Source/rtk_source/pntpos.obj: Source/rtk_source/pntpos.c.obj
|
|
.PHONY : Source/rtk_source/pntpos.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/pntpos.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/pntpos.c.obj
|
|
.PHONY : Source/rtk_source/pntpos.c.obj
|
|
|
|
Source/rtk_source/pntpos.i: Source/rtk_source/pntpos.c.i
|
|
.PHONY : Source/rtk_source/pntpos.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/pntpos.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/pntpos.c.i
|
|
.PHONY : Source/rtk_source/pntpos.c.i
|
|
|
|
Source/rtk_source/pntpos.s: Source/rtk_source/pntpos.c.s
|
|
.PHONY : Source/rtk_source/pntpos.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/pntpos.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/pntpos.c.s
|
|
.PHONY : Source/rtk_source/pntpos.c.s
|
|
|
|
Source/rtk_source/postpos.obj: Source/rtk_source/postpos.c.obj
|
|
.PHONY : Source/rtk_source/postpos.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/postpos.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/postpos.c.obj
|
|
.PHONY : Source/rtk_source/postpos.c.obj
|
|
|
|
Source/rtk_source/postpos.i: Source/rtk_source/postpos.c.i
|
|
.PHONY : Source/rtk_source/postpos.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/postpos.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/postpos.c.i
|
|
.PHONY : Source/rtk_source/postpos.c.i
|
|
|
|
Source/rtk_source/postpos.s: Source/rtk_source/postpos.c.s
|
|
.PHONY : Source/rtk_source/postpos.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/postpos.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/postpos.c.s
|
|
.PHONY : Source/rtk_source/postpos.c.s
|
|
|
|
Source/rtk_source/ppp.obj: Source/rtk_source/ppp.c.obj
|
|
.PHONY : Source/rtk_source/ppp.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/ppp.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp.c.obj
|
|
.PHONY : Source/rtk_source/ppp.c.obj
|
|
|
|
Source/rtk_source/ppp.i: Source/rtk_source/ppp.c.i
|
|
.PHONY : Source/rtk_source/ppp.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/ppp.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp.c.i
|
|
.PHONY : Source/rtk_source/ppp.c.i
|
|
|
|
Source/rtk_source/ppp.s: Source/rtk_source/ppp.c.s
|
|
.PHONY : Source/rtk_source/ppp.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/ppp.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp.c.s
|
|
.PHONY : Source/rtk_source/ppp.c.s
|
|
|
|
Source/rtk_source/ppp_ar.obj: Source/rtk_source/ppp_ar.c.obj
|
|
.PHONY : Source/rtk_source/ppp_ar.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/ppp_ar.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp_ar.c.obj
|
|
.PHONY : Source/rtk_source/ppp_ar.c.obj
|
|
|
|
Source/rtk_source/ppp_ar.i: Source/rtk_source/ppp_ar.c.i
|
|
.PHONY : Source/rtk_source/ppp_ar.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/ppp_ar.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp_ar.c.i
|
|
.PHONY : Source/rtk_source/ppp_ar.c.i
|
|
|
|
Source/rtk_source/ppp_ar.s: Source/rtk_source/ppp_ar.c.s
|
|
.PHONY : Source/rtk_source/ppp_ar.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/ppp_ar.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ppp_ar.c.s
|
|
.PHONY : Source/rtk_source/ppp_ar.c.s
|
|
|
|
Source/rtk_source/preceph.obj: Source/rtk_source/preceph.c.obj
|
|
.PHONY : Source/rtk_source/preceph.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/preceph.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/preceph.c.obj
|
|
.PHONY : Source/rtk_source/preceph.c.obj
|
|
|
|
Source/rtk_source/preceph.i: Source/rtk_source/preceph.c.i
|
|
.PHONY : Source/rtk_source/preceph.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/preceph.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/preceph.c.i
|
|
.PHONY : Source/rtk_source/preceph.c.i
|
|
|
|
Source/rtk_source/preceph.s: Source/rtk_source/preceph.c.s
|
|
.PHONY : Source/rtk_source/preceph.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/preceph.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/preceph.c.s
|
|
.PHONY : Source/rtk_source/preceph.c.s
|
|
|
|
Source/rtk_source/rcvraw.obj: Source/rtk_source/rcvraw.c.obj
|
|
.PHONY : Source/rtk_source/rcvraw.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rcvraw.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rcvraw.c.obj
|
|
.PHONY : Source/rtk_source/rcvraw.c.obj
|
|
|
|
Source/rtk_source/rcvraw.i: Source/rtk_source/rcvraw.c.i
|
|
.PHONY : Source/rtk_source/rcvraw.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rcvraw.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rcvraw.c.i
|
|
.PHONY : Source/rtk_source/rcvraw.c.i
|
|
|
|
Source/rtk_source/rcvraw.s: Source/rtk_source/rcvraw.c.s
|
|
.PHONY : Source/rtk_source/rcvraw.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rcvraw.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rcvraw.c.s
|
|
.PHONY : Source/rtk_source/rcvraw.c.s
|
|
|
|
Source/rtk_source/rinex.obj: Source/rtk_source/rinex.c.obj
|
|
.PHONY : Source/rtk_source/rinex.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rinex.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rinex.c.obj
|
|
.PHONY : Source/rtk_source/rinex.c.obj
|
|
|
|
Source/rtk_source/rinex.i: Source/rtk_source/rinex.c.i
|
|
.PHONY : Source/rtk_source/rinex.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rinex.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rinex.c.i
|
|
.PHONY : Source/rtk_source/rinex.c.i
|
|
|
|
Source/rtk_source/rinex.s: Source/rtk_source/rinex.c.s
|
|
.PHONY : Source/rtk_source/rinex.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rinex.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rinex.c.s
|
|
.PHONY : Source/rtk_source/rinex.c.s
|
|
|
|
Source/rtk_source/rt17.obj: Source/rtk_source/rt17.c.obj
|
|
.PHONY : Source/rtk_source/rt17.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rt17.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rt17.c.obj
|
|
.PHONY : Source/rtk_source/rt17.c.obj
|
|
|
|
Source/rtk_source/rt17.i: Source/rtk_source/rt17.c.i
|
|
.PHONY : Source/rtk_source/rt17.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rt17.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rt17.c.i
|
|
.PHONY : Source/rtk_source/rt17.c.i
|
|
|
|
Source/rtk_source/rt17.s: Source/rtk_source/rt17.c.s
|
|
.PHONY : Source/rtk_source/rt17.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rt17.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rt17.c.s
|
|
.PHONY : Source/rtk_source/rt17.c.s
|
|
|
|
Source/rtk_source/rtcm.obj: Source/rtk_source/rtcm.c.obj
|
|
.PHONY : Source/rtk_source/rtcm.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtcm.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm.c.obj
|
|
.PHONY : Source/rtk_source/rtcm.c.obj
|
|
|
|
Source/rtk_source/rtcm.i: Source/rtk_source/rtcm.c.i
|
|
.PHONY : Source/rtk_source/rtcm.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtcm.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm.c.i
|
|
.PHONY : Source/rtk_source/rtcm.c.i
|
|
|
|
Source/rtk_source/rtcm.s: Source/rtk_source/rtcm.c.s
|
|
.PHONY : Source/rtk_source/rtcm.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtcm.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm.c.s
|
|
.PHONY : Source/rtk_source/rtcm.c.s
|
|
|
|
Source/rtk_source/rtcm2.obj: Source/rtk_source/rtcm2.c.obj
|
|
.PHONY : Source/rtk_source/rtcm2.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtcm2.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm2.c.obj
|
|
.PHONY : Source/rtk_source/rtcm2.c.obj
|
|
|
|
Source/rtk_source/rtcm2.i: Source/rtk_source/rtcm2.c.i
|
|
.PHONY : Source/rtk_source/rtcm2.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtcm2.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm2.c.i
|
|
.PHONY : Source/rtk_source/rtcm2.c.i
|
|
|
|
Source/rtk_source/rtcm2.s: Source/rtk_source/rtcm2.c.s
|
|
.PHONY : Source/rtk_source/rtcm2.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtcm2.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm2.c.s
|
|
.PHONY : Source/rtk_source/rtcm2.c.s
|
|
|
|
Source/rtk_source/rtcm3.obj: Source/rtk_source/rtcm3.c.obj
|
|
.PHONY : Source/rtk_source/rtcm3.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtcm3.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3.c.obj
|
|
.PHONY : Source/rtk_source/rtcm3.c.obj
|
|
|
|
Source/rtk_source/rtcm3.i: Source/rtk_source/rtcm3.c.i
|
|
.PHONY : Source/rtk_source/rtcm3.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtcm3.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3.c.i
|
|
.PHONY : Source/rtk_source/rtcm3.c.i
|
|
|
|
Source/rtk_source/rtcm3.s: Source/rtk_source/rtcm3.c.s
|
|
.PHONY : Source/rtk_source/rtcm3.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtcm3.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3.c.s
|
|
.PHONY : Source/rtk_source/rtcm3.c.s
|
|
|
|
Source/rtk_source/rtcm3e.obj: Source/rtk_source/rtcm3e.c.obj
|
|
.PHONY : Source/rtk_source/rtcm3e.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtcm3e.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3e.c.obj
|
|
.PHONY : Source/rtk_source/rtcm3e.c.obj
|
|
|
|
Source/rtk_source/rtcm3e.i: Source/rtk_source/rtcm3e.c.i
|
|
.PHONY : Source/rtk_source/rtcm3e.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtcm3e.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3e.c.i
|
|
.PHONY : Source/rtk_source/rtcm3e.c.i
|
|
|
|
Source/rtk_source/rtcm3e.s: Source/rtk_source/rtcm3e.c.s
|
|
.PHONY : Source/rtk_source/rtcm3e.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtcm3e.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtcm3e.c.s
|
|
.PHONY : Source/rtk_source/rtcm3e.c.s
|
|
|
|
Source/rtk_source/rtkcmn.obj: Source/rtk_source/rtkcmn.c.obj
|
|
.PHONY : Source/rtk_source/rtkcmn.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtkcmn.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkcmn.c.obj
|
|
.PHONY : Source/rtk_source/rtkcmn.c.obj
|
|
|
|
Source/rtk_source/rtkcmn.i: Source/rtk_source/rtkcmn.c.i
|
|
.PHONY : Source/rtk_source/rtkcmn.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtkcmn.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkcmn.c.i
|
|
.PHONY : Source/rtk_source/rtkcmn.c.i
|
|
|
|
Source/rtk_source/rtkcmn.s: Source/rtk_source/rtkcmn.c.s
|
|
.PHONY : Source/rtk_source/rtkcmn.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtkcmn.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkcmn.c.s
|
|
.PHONY : Source/rtk_source/rtkcmn.c.s
|
|
|
|
Source/rtk_source/rtkpos.obj: Source/rtk_source/rtkpos.c.obj
|
|
.PHONY : Source/rtk_source/rtkpos.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtkpos.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkpos.c.obj
|
|
.PHONY : Source/rtk_source/rtkpos.c.obj
|
|
|
|
Source/rtk_source/rtkpos.i: Source/rtk_source/rtkpos.c.i
|
|
.PHONY : Source/rtk_source/rtkpos.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtkpos.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkpos.c.i
|
|
.PHONY : Source/rtk_source/rtkpos.c.i
|
|
|
|
Source/rtk_source/rtkpos.s: Source/rtk_source/rtkpos.c.s
|
|
.PHONY : Source/rtk_source/rtkpos.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtkpos.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtkpos.c.s
|
|
.PHONY : Source/rtk_source/rtkpos.c.s
|
|
|
|
Source/rtk_source/rtksvr.obj: Source/rtk_source/rtksvr.c.obj
|
|
.PHONY : Source/rtk_source/rtksvr.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/rtksvr.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtksvr.c.obj
|
|
.PHONY : Source/rtk_source/rtksvr.c.obj
|
|
|
|
Source/rtk_source/rtksvr.i: Source/rtk_source/rtksvr.c.i
|
|
.PHONY : Source/rtk_source/rtksvr.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/rtksvr.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtksvr.c.i
|
|
.PHONY : Source/rtk_source/rtksvr.c.i
|
|
|
|
Source/rtk_source/rtksvr.s: Source/rtk_source/rtksvr.c.s
|
|
.PHONY : Source/rtk_source/rtksvr.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/rtksvr.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/rtksvr.c.s
|
|
.PHONY : Source/rtk_source/rtksvr.c.s
|
|
|
|
Source/rtk_source/sbas.obj: Source/rtk_source/sbas.c.obj
|
|
.PHONY : Source/rtk_source/sbas.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/sbas.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/sbas.c.obj
|
|
.PHONY : Source/rtk_source/sbas.c.obj
|
|
|
|
Source/rtk_source/sbas.i: Source/rtk_source/sbas.c.i
|
|
.PHONY : Source/rtk_source/sbas.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/sbas.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/sbas.c.i
|
|
.PHONY : Source/rtk_source/sbas.c.i
|
|
|
|
Source/rtk_source/sbas.s: Source/rtk_source/sbas.c.s
|
|
.PHONY : Source/rtk_source/sbas.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/sbas.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/sbas.c.s
|
|
.PHONY : Source/rtk_source/sbas.c.s
|
|
|
|
Source/rtk_source/septentrio.obj: Source/rtk_source/septentrio.c.obj
|
|
.PHONY : Source/rtk_source/septentrio.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/septentrio.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/septentrio.c.obj
|
|
.PHONY : Source/rtk_source/septentrio.c.obj
|
|
|
|
Source/rtk_source/septentrio.i: Source/rtk_source/septentrio.c.i
|
|
.PHONY : Source/rtk_source/septentrio.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/septentrio.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/septentrio.c.i
|
|
.PHONY : Source/rtk_source/septentrio.c.i
|
|
|
|
Source/rtk_source/septentrio.s: Source/rtk_source/septentrio.c.s
|
|
.PHONY : Source/rtk_source/septentrio.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/septentrio.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/septentrio.c.s
|
|
.PHONY : Source/rtk_source/septentrio.c.s
|
|
|
|
Source/rtk_source/skytraq.obj: Source/rtk_source/skytraq.c.obj
|
|
.PHONY : Source/rtk_source/skytraq.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/skytraq.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/skytraq.c.obj
|
|
.PHONY : Source/rtk_source/skytraq.c.obj
|
|
|
|
Source/rtk_source/skytraq.i: Source/rtk_source/skytraq.c.i
|
|
.PHONY : Source/rtk_source/skytraq.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/skytraq.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/skytraq.c.i
|
|
.PHONY : Source/rtk_source/skytraq.c.i
|
|
|
|
Source/rtk_source/skytraq.s: Source/rtk_source/skytraq.c.s
|
|
.PHONY : Source/rtk_source/skytraq.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/skytraq.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/skytraq.c.s
|
|
.PHONY : Source/rtk_source/skytraq.c.s
|
|
|
|
Source/rtk_source/solution.obj: Source/rtk_source/solution.c.obj
|
|
.PHONY : Source/rtk_source/solution.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/solution.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/solution.c.obj
|
|
.PHONY : Source/rtk_source/solution.c.obj
|
|
|
|
Source/rtk_source/solution.i: Source/rtk_source/solution.c.i
|
|
.PHONY : Source/rtk_source/solution.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/solution.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/solution.c.i
|
|
.PHONY : Source/rtk_source/solution.c.i
|
|
|
|
Source/rtk_source/solution.s: Source/rtk_source/solution.c.s
|
|
.PHONY : Source/rtk_source/solution.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/solution.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/solution.c.s
|
|
.PHONY : Source/rtk_source/solution.c.s
|
|
|
|
Source/rtk_source/stream.obj: Source/rtk_source/stream.c.obj
|
|
.PHONY : Source/rtk_source/stream.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/stream.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/stream.c.obj
|
|
.PHONY : Source/rtk_source/stream.c.obj
|
|
|
|
Source/rtk_source/stream.i: Source/rtk_source/stream.c.i
|
|
.PHONY : Source/rtk_source/stream.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/stream.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/stream.c.i
|
|
.PHONY : Source/rtk_source/stream.c.i
|
|
|
|
Source/rtk_source/stream.s: Source/rtk_source/stream.c.s
|
|
.PHONY : Source/rtk_source/stream.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/stream.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/stream.c.s
|
|
.PHONY : Source/rtk_source/stream.c.s
|
|
|
|
Source/rtk_source/streamsvr.obj: Source/rtk_source/streamsvr.c.obj
|
|
.PHONY : Source/rtk_source/streamsvr.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/streamsvr.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/streamsvr.c.obj
|
|
.PHONY : Source/rtk_source/streamsvr.c.obj
|
|
|
|
Source/rtk_source/streamsvr.i: Source/rtk_source/streamsvr.c.i
|
|
.PHONY : Source/rtk_source/streamsvr.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/streamsvr.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/streamsvr.c.i
|
|
.PHONY : Source/rtk_source/streamsvr.c.i
|
|
|
|
Source/rtk_source/streamsvr.s: Source/rtk_source/streamsvr.c.s
|
|
.PHONY : Source/rtk_source/streamsvr.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/streamsvr.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/streamsvr.c.s
|
|
.PHONY : Source/rtk_source/streamsvr.c.s
|
|
|
|
Source/rtk_source/swiftnav.obj: Source/rtk_source/swiftnav.c.obj
|
|
.PHONY : Source/rtk_source/swiftnav.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/swiftnav.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/swiftnav.c.obj
|
|
.PHONY : Source/rtk_source/swiftnav.c.obj
|
|
|
|
Source/rtk_source/swiftnav.i: Source/rtk_source/swiftnav.c.i
|
|
.PHONY : Source/rtk_source/swiftnav.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/swiftnav.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/swiftnav.c.i
|
|
.PHONY : Source/rtk_source/swiftnav.c.i
|
|
|
|
Source/rtk_source/swiftnav.s: Source/rtk_source/swiftnav.c.s
|
|
.PHONY : Source/rtk_source/swiftnav.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/swiftnav.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/swiftnav.c.s
|
|
.PHONY : Source/rtk_source/swiftnav.c.s
|
|
|
|
Source/rtk_source/tides.obj: Source/rtk_source/tides.c.obj
|
|
.PHONY : Source/rtk_source/tides.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/tides.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tides.c.obj
|
|
.PHONY : Source/rtk_source/tides.c.obj
|
|
|
|
Source/rtk_source/tides.i: Source/rtk_source/tides.c.i
|
|
.PHONY : Source/rtk_source/tides.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/tides.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tides.c.i
|
|
.PHONY : Source/rtk_source/tides.c.i
|
|
|
|
Source/rtk_source/tides.s: Source/rtk_source/tides.c.s
|
|
.PHONY : Source/rtk_source/tides.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/tides.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tides.c.s
|
|
.PHONY : Source/rtk_source/tides.c.s
|
|
|
|
Source/rtk_source/tle.obj: Source/rtk_source/tle.c.obj
|
|
.PHONY : Source/rtk_source/tle.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/tle.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tle.c.obj
|
|
.PHONY : Source/rtk_source/tle.c.obj
|
|
|
|
Source/rtk_source/tle.i: Source/rtk_source/tle.c.i
|
|
.PHONY : Source/rtk_source/tle.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/tle.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tle.c.i
|
|
.PHONY : Source/rtk_source/tle.c.i
|
|
|
|
Source/rtk_source/tle.s: Source/rtk_source/tle.c.s
|
|
.PHONY : Source/rtk_source/tle.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/tle.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/tle.c.s
|
|
.PHONY : Source/rtk_source/tle.c.s
|
|
|
|
Source/rtk_source/ublox.obj: Source/rtk_source/ublox.c.obj
|
|
.PHONY : Source/rtk_source/ublox.obj
|
|
|
|
# target to build an object file
|
|
Source/rtk_source/ublox.c.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ublox.c.obj
|
|
.PHONY : Source/rtk_source/ublox.c.obj
|
|
|
|
Source/rtk_source/ublox.i: Source/rtk_source/ublox.c.i
|
|
.PHONY : Source/rtk_source/ublox.i
|
|
|
|
# target to preprocess a source file
|
|
Source/rtk_source/ublox.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ublox.c.i
|
|
.PHONY : Source/rtk_source/ublox.c.i
|
|
|
|
Source/rtk_source/ublox.s: Source/rtk_source/ublox.c.s
|
|
.PHONY : Source/rtk_source/ublox.s
|
|
|
|
# target to generate assembly for a file
|
|
Source/rtk_source/ublox.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/Source/rtk_source/ublox.c.s
|
|
.PHONY : Source/rtk_source/ublox.c.s
|
|
|
|
read_IMU_autogen/mocs_compilation.obj: read_IMU_autogen/mocs_compilation.cpp.obj
|
|
.PHONY : read_IMU_autogen/mocs_compilation.obj
|
|
|
|
# target to build an object file
|
|
read_IMU_autogen/mocs_compilation.cpp.obj:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/read_IMU_autogen/mocs_compilation.cpp.obj
|
|
.PHONY : read_IMU_autogen/mocs_compilation.cpp.obj
|
|
|
|
read_IMU_autogen/mocs_compilation.i: read_IMU_autogen/mocs_compilation.cpp.i
|
|
.PHONY : read_IMU_autogen/mocs_compilation.i
|
|
|
|
# target to preprocess a source file
|
|
read_IMU_autogen/mocs_compilation.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/read_IMU_autogen/mocs_compilation.cpp.i
|
|
.PHONY : read_IMU_autogen/mocs_compilation.cpp.i
|
|
|
|
read_IMU_autogen/mocs_compilation.s: read_IMU_autogen/mocs_compilation.cpp.s
|
|
.PHONY : read_IMU_autogen/mocs_compilation.s
|
|
|
|
# target to generate assembly for a file
|
|
read_IMU_autogen/mocs_compilation.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles\read_IMU.dir\build.make CMakeFiles/read_IMU.dir/read_IMU_autogen/mocs_compilation.cpp.s
|
|
.PHONY : read_IMU_autogen/mocs_compilation.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 ... read_IMU_autogen
|
|
@echo ... read_IMU
|
|
@echo ... Source/Read_IMU.obj
|
|
@echo ... Source/Read_IMU.i
|
|
@echo ... Source/Read_IMU.s
|
|
@echo ... Source/Read_PVT.obj
|
|
@echo ... Source/Read_PVT.i
|
|
@echo ... Source/Read_PVT.s
|
|
@echo ... Source/Read_Sat.obj
|
|
@echo ... Source/Read_Sat.i
|
|
@echo ... Source/Read_Sat.s
|
|
@echo ... Source/main.obj
|
|
@echo ... Source/main.i
|
|
@echo ... Source/main.s
|
|
@echo ... Source/main_window.obj
|
|
@echo ... Source/main_window.i
|
|
@echo ... Source/main_window.s
|
|
@echo ... Source/rtk_source/binex.obj
|
|
@echo ... Source/rtk_source/binex.i
|
|
@echo ... Source/rtk_source/binex.s
|
|
@echo ... Source/rtk_source/convgpx.obj
|
|
@echo ... Source/rtk_source/convgpx.i
|
|
@echo ... Source/rtk_source/convgpx.s
|
|
@echo ... Source/rtk_source/convkml.obj
|
|
@echo ... Source/rtk_source/convkml.i
|
|
@echo ... Source/rtk_source/convkml.s
|
|
@echo ... Source/rtk_source/convrnx.obj
|
|
@echo ... Source/rtk_source/convrnx.i
|
|
@echo ... Source/rtk_source/convrnx.s
|
|
@echo ... Source/rtk_source/crescent.obj
|
|
@echo ... Source/rtk_source/crescent.i
|
|
@echo ... Source/rtk_source/crescent.s
|
|
@echo ... Source/rtk_source/datum.obj
|
|
@echo ... Source/rtk_source/datum.i
|
|
@echo ... Source/rtk_source/datum.s
|
|
@echo ... Source/rtk_source/download.obj
|
|
@echo ... Source/rtk_source/download.i
|
|
@echo ... Source/rtk_source/download.s
|
|
@echo ... Source/rtk_source/ephemeris.obj
|
|
@echo ... Source/rtk_source/ephemeris.i
|
|
@echo ... Source/rtk_source/ephemeris.s
|
|
@echo ... Source/rtk_source/geoid.obj
|
|
@echo ... Source/rtk_source/geoid.i
|
|
@echo ... Source/rtk_source/geoid.s
|
|
@echo ... Source/rtk_source/gis.obj
|
|
@echo ... Source/rtk_source/gis.i
|
|
@echo ... Source/rtk_source/gis.s
|
|
@echo ... Source/rtk_source/ionex.obj
|
|
@echo ... Source/rtk_source/ionex.i
|
|
@echo ... Source/rtk_source/ionex.s
|
|
@echo ... Source/rtk_source/javad.obj
|
|
@echo ... Source/rtk_source/javad.i
|
|
@echo ... Source/rtk_source/javad.s
|
|
@echo ... Source/rtk_source/lambda.obj
|
|
@echo ... Source/rtk_source/lambda.i
|
|
@echo ... Source/rtk_source/lambda.s
|
|
@echo ... Source/rtk_source/novatel.obj
|
|
@echo ... Source/rtk_source/novatel.i
|
|
@echo ... Source/rtk_source/novatel.s
|
|
@echo ... Source/rtk_source/nvs.obj
|
|
@echo ... Source/rtk_source/nvs.i
|
|
@echo ... Source/rtk_source/nvs.s
|
|
@echo ... Source/rtk_source/options.obj
|
|
@echo ... Source/rtk_source/options.i
|
|
@echo ... Source/rtk_source/options.s
|
|
@echo ... Source/rtk_source/pntpos.obj
|
|
@echo ... Source/rtk_source/pntpos.i
|
|
@echo ... Source/rtk_source/pntpos.s
|
|
@echo ... Source/rtk_source/postpos.obj
|
|
@echo ... Source/rtk_source/postpos.i
|
|
@echo ... Source/rtk_source/postpos.s
|
|
@echo ... Source/rtk_source/ppp.obj
|
|
@echo ... Source/rtk_source/ppp.i
|
|
@echo ... Source/rtk_source/ppp.s
|
|
@echo ... Source/rtk_source/ppp_ar.obj
|
|
@echo ... Source/rtk_source/ppp_ar.i
|
|
@echo ... Source/rtk_source/ppp_ar.s
|
|
@echo ... Source/rtk_source/preceph.obj
|
|
@echo ... Source/rtk_source/preceph.i
|
|
@echo ... Source/rtk_source/preceph.s
|
|
@echo ... Source/rtk_source/rcvraw.obj
|
|
@echo ... Source/rtk_source/rcvraw.i
|
|
@echo ... Source/rtk_source/rcvraw.s
|
|
@echo ... Source/rtk_source/rinex.obj
|
|
@echo ... Source/rtk_source/rinex.i
|
|
@echo ... Source/rtk_source/rinex.s
|
|
@echo ... Source/rtk_source/rt17.obj
|
|
@echo ... Source/rtk_source/rt17.i
|
|
@echo ... Source/rtk_source/rt17.s
|
|
@echo ... Source/rtk_source/rtcm.obj
|
|
@echo ... Source/rtk_source/rtcm.i
|
|
@echo ... Source/rtk_source/rtcm.s
|
|
@echo ... Source/rtk_source/rtcm2.obj
|
|
@echo ... Source/rtk_source/rtcm2.i
|
|
@echo ... Source/rtk_source/rtcm2.s
|
|
@echo ... Source/rtk_source/rtcm3.obj
|
|
@echo ... Source/rtk_source/rtcm3.i
|
|
@echo ... Source/rtk_source/rtcm3.s
|
|
@echo ... Source/rtk_source/rtcm3e.obj
|
|
@echo ... Source/rtk_source/rtcm3e.i
|
|
@echo ... Source/rtk_source/rtcm3e.s
|
|
@echo ... Source/rtk_source/rtkcmn.obj
|
|
@echo ... Source/rtk_source/rtkcmn.i
|
|
@echo ... Source/rtk_source/rtkcmn.s
|
|
@echo ... Source/rtk_source/rtkpos.obj
|
|
@echo ... Source/rtk_source/rtkpos.i
|
|
@echo ... Source/rtk_source/rtkpos.s
|
|
@echo ... Source/rtk_source/rtksvr.obj
|
|
@echo ... Source/rtk_source/rtksvr.i
|
|
@echo ... Source/rtk_source/rtksvr.s
|
|
@echo ... Source/rtk_source/sbas.obj
|
|
@echo ... Source/rtk_source/sbas.i
|
|
@echo ... Source/rtk_source/sbas.s
|
|
@echo ... Source/rtk_source/septentrio.obj
|
|
@echo ... Source/rtk_source/septentrio.i
|
|
@echo ... Source/rtk_source/septentrio.s
|
|
@echo ... Source/rtk_source/skytraq.obj
|
|
@echo ... Source/rtk_source/skytraq.i
|
|
@echo ... Source/rtk_source/skytraq.s
|
|
@echo ... Source/rtk_source/solution.obj
|
|
@echo ... Source/rtk_source/solution.i
|
|
@echo ... Source/rtk_source/solution.s
|
|
@echo ... Source/rtk_source/stream.obj
|
|
@echo ... Source/rtk_source/stream.i
|
|
@echo ... Source/rtk_source/stream.s
|
|
@echo ... Source/rtk_source/streamsvr.obj
|
|
@echo ... Source/rtk_source/streamsvr.i
|
|
@echo ... Source/rtk_source/streamsvr.s
|
|
@echo ... Source/rtk_source/swiftnav.obj
|
|
@echo ... Source/rtk_source/swiftnav.i
|
|
@echo ... Source/rtk_source/swiftnav.s
|
|
@echo ... Source/rtk_source/tides.obj
|
|
@echo ... Source/rtk_source/tides.i
|
|
@echo ... Source/rtk_source/tides.s
|
|
@echo ... Source/rtk_source/tle.obj
|
|
@echo ... Source/rtk_source/tle.i
|
|
@echo ... Source/rtk_source/tle.s
|
|
@echo ... Source/rtk_source/ublox.obj
|
|
@echo ... Source/rtk_source/ublox.i
|
|
@echo ... Source/rtk_source/ublox.s
|
|
@echo ... read_IMU_autogen/mocs_compilation.obj
|
|
@echo ... read_IMU_autogen/mocs_compilation.i
|
|
@echo ... read_IMU_autogen/mocs_compilation.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
|
|
|