Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
169
build/libazeron/CMakeFiles/azeron.dir/build.make
Normal file
169
build/libazeron/CMakeFiles/azeron.dir/build.make
Normal file
@@ -0,0 +1,169 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# 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 = /mnt/alexander/Projects/azeron-linux
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/alexander/Projects/azeron-linux/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include libazeron/CMakeFiles/azeron.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include libazeron/CMakeFiles/azeron.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include libazeron/CMakeFiles/azeron.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include libazeron/CMakeFiles/azeron.dir/flags.make
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/codegen:
|
||||
.PHONY : libazeron/CMakeFiles/azeron.dir/codegen
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o: libazeron/CMakeFiles/azeron.dir/flags.make
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/azeron.c
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o: libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/alexander/Projects/azeron-linux/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libazeron/CMakeFiles/azeron.dir/azeron.c.o"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libazeron/CMakeFiles/azeron.dir/azeron.c.o -MF CMakeFiles/azeron.dir/azeron.c.o.d -o CMakeFiles/azeron.dir/azeron.c.o -c /mnt/alexander/Projects/azeron-linux/libazeron/azeron.c
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/azeron.dir/azeron.c.i"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /mnt/alexander/Projects/azeron-linux/libazeron/azeron.c > CMakeFiles/azeron.dir/azeron.c.i
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/azeron.dir/azeron.c.s"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /mnt/alexander/Projects/azeron-linux/libazeron/azeron.c -o CMakeFiles/azeron.dir/azeron.c.s
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o: libazeron/CMakeFiles/azeron.dir/flags.make
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/protocol.c
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o: libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/alexander/Projects/azeron-linux/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object libazeron/CMakeFiles/azeron.dir/protocol.c.o"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libazeron/CMakeFiles/azeron.dir/protocol.c.o -MF CMakeFiles/azeron.dir/protocol.c.o.d -o CMakeFiles/azeron.dir/protocol.c.o -c /mnt/alexander/Projects/azeron-linux/libazeron/protocol.c
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/azeron.dir/protocol.c.i"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /mnt/alexander/Projects/azeron-linux/libazeron/protocol.c > CMakeFiles/azeron.dir/protocol.c.i
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/azeron.dir/protocol.c.s"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /mnt/alexander/Projects/azeron-linux/libazeron/protocol.c -o CMakeFiles/azeron.dir/protocol.c.s
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o: libazeron/CMakeFiles/azeron.dir/flags.make
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/device.c
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o: libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/alexander/Projects/azeron-linux/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object libazeron/CMakeFiles/azeron.dir/device.c.o"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libazeron/CMakeFiles/azeron.dir/device.c.o -MF CMakeFiles/azeron.dir/device.c.o.d -o CMakeFiles/azeron.dir/device.c.o -c /mnt/alexander/Projects/azeron-linux/libazeron/device.c
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/azeron.dir/device.c.i"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /mnt/alexander/Projects/azeron-linux/libazeron/device.c > CMakeFiles/azeron.dir/device.c.i
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/azeron.dir/device.c.s"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /mnt/alexander/Projects/azeron-linux/libazeron/device.c -o CMakeFiles/azeron.dir/device.c.s
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o: libazeron/CMakeFiles/azeron.dir/flags.make
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/utils.c
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o: libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/mnt/alexander/Projects/azeron-linux/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object libazeron/CMakeFiles/azeron.dir/utils.c.o"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libazeron/CMakeFiles/azeron.dir/utils.c.o -MF CMakeFiles/azeron.dir/utils.c.o.d -o CMakeFiles/azeron.dir/utils.c.o -c /mnt/alexander/Projects/azeron-linux/libazeron/utils.c
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/azeron.dir/utils.c.i"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /mnt/alexander/Projects/azeron-linux/libazeron/utils.c > CMakeFiles/azeron.dir/utils.c.i
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/azeron.dir/utils.c.s"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /mnt/alexander/Projects/azeron-linux/libazeron/utils.c -o CMakeFiles/azeron.dir/utils.c.s
|
||||
|
||||
# Object files for target azeron
|
||||
azeron_OBJECTS = \
|
||||
"CMakeFiles/azeron.dir/azeron.c.o" \
|
||||
"CMakeFiles/azeron.dir/protocol.c.o" \
|
||||
"CMakeFiles/azeron.dir/device.c.o" \
|
||||
"CMakeFiles/azeron.dir/utils.c.o"
|
||||
|
||||
# External object files for target azeron
|
||||
azeron_EXTERNAL_OBJECTS =
|
||||
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/azeron.c.o
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/protocol.c.o
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/device.c.o
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/utils.c.o
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/build.make
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
|
||||
libazeron/libazeron.so.1.0.0: libazeron/CMakeFiles/azeron.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/mnt/alexander/Projects/azeron-linux/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C shared library libazeron.so"
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/azeron.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && $(CMAKE_COMMAND) -E cmake_symlink_library libazeron.so.1.0.0 libazeron.so.1 libazeron.so
|
||||
|
||||
libazeron/libazeron.so.1: libazeron/libazeron.so.1.0.0
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate libazeron/libazeron.so.1
|
||||
|
||||
libazeron/libazeron.so: libazeron/libazeron.so.1.0.0
|
||||
@$(CMAKE_COMMAND) -E touch_nocreate libazeron/libazeron.so
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
libazeron/CMakeFiles/azeron.dir/build: libazeron/libazeron.so
|
||||
.PHONY : libazeron/CMakeFiles/azeron.dir/build
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/clean:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build/libazeron && $(CMAKE_COMMAND) -P CMakeFiles/azeron.dir/cmake_clean.cmake
|
||||
.PHONY : libazeron/CMakeFiles/azeron.dir/clean
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/depend:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/alexander/Projects/azeron-linux /mnt/alexander/Projects/azeron-linux/libazeron /mnt/alexander/Projects/azeron-linux/build /mnt/alexander/Projects/azeron-linux/build/libazeron /mnt/alexander/Projects/azeron-linux/build/libazeron/CMakeFiles/azeron.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : libazeron/CMakeFiles/azeron.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user