Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
16
build/libazeron/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
build/libazeron/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/alexander/Projects/azeron-linux")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/alexander/Projects/azeron-linux/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
34
build/libazeron/CMakeFiles/azeron.dir/DependInfo.cmake
Normal file
34
build/libazeron/CMakeFiles/azeron.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/azeron.c" "libazeron/CMakeFiles/azeron.dir/azeron.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/azeron.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/device.c" "libazeron/CMakeFiles/azeron.dir/device.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/device.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/protocol.c" "libazeron/CMakeFiles/azeron.dir/protocol.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/protocol.c.o.d"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/utils.c" "libazeron/CMakeFiles/azeron.dir/utils.c.o" "gcc" "libazeron/CMakeFiles/azeron.dir/utils.c.o.d"
|
||||
"" "libazeron/libazeron.so" "gcc" "libazeron/CMakeFiles/azeron.dir/link.d"
|
||||
)
|
||||
|
||||
# Pairs of files generated by the same build rule.
|
||||
set(CMAKE_MULTIPLE_OUTPUT_PAIRS
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so" "/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1.0.0"
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1" "/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1.0.0"
|
||||
)
|
||||
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
BIN
build/libazeron/CMakeFiles/azeron.dir/azeron.c.o
Normal file
BIN
build/libazeron/CMakeFiles/azeron.dir/azeron.c.o
Normal file
Binary file not shown.
65
build/libazeron/CMakeFiles/azeron.dir/azeron.c.o.d
Normal file
65
build/libazeron/CMakeFiles/azeron.dir/azeron.c.o.d
Normal file
@@ -0,0 +1,65 @@
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o: \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.c \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/include/json-c/json.h /usr/include/json-c/arraylist.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/include/json-c/debug.h /usr/include/stdlib.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
|
||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/json-c/json_c_version.h /usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_inttypes.h /usr/include/json-c/json_config.h \
|
||||
/usr/include/inttypes.h /usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h /usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h /usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h /usr/include/bits/posix2_lim.h \
|
||||
/usr/include/sys/time.h /usr/include/time.h /usr/include/bits/time.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/string.h /usr/include/strings.h
|
||||
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
|
||||
|
||||
21
build/libazeron/CMakeFiles/azeron.dir/cmake_clean.cmake
Normal file
21
build/libazeron/CMakeFiles/azeron.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,21 @@
|
||||
file(REMOVE_RECURSE
|
||||
".1"
|
||||
"CMakeFiles/azeron.dir/link.d"
|
||||
"CMakeFiles/azeron.dir/azeron.c.o"
|
||||
"CMakeFiles/azeron.dir/azeron.c.o.d"
|
||||
"CMakeFiles/azeron.dir/device.c.o"
|
||||
"CMakeFiles/azeron.dir/device.c.o.d"
|
||||
"CMakeFiles/azeron.dir/protocol.c.o"
|
||||
"CMakeFiles/azeron.dir/protocol.c.o.d"
|
||||
"CMakeFiles/azeron.dir/utils.c.o"
|
||||
"CMakeFiles/azeron.dir/utils.c.o.d"
|
||||
"libazeron.pdb"
|
||||
"libazeron.so"
|
||||
"libazeron.so.1"
|
||||
"libazeron.so.1.0.0"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/azeron.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
466
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.internal
Normal file
466
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.internal
Normal file
@@ -0,0 +1,466 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.c
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h
|
||||
/usr/include/alloca.h
|
||||
/usr/include/bits/atomic_wide_counter.h
|
||||
/usr/include/bits/byteswap.h
|
||||
/usr/include/bits/cpu-set.h
|
||||
/usr/include/bits/endian.h
|
||||
/usr/include/bits/endianness.h
|
||||
/usr/include/bits/floatn-common.h
|
||||
/usr/include/bits/floatn.h
|
||||
/usr/include/bits/libc-header-start.h
|
||||
/usr/include/bits/local_lim.h
|
||||
/usr/include/bits/long-double.h
|
||||
/usr/include/bits/posix1_lim.h
|
||||
/usr/include/bits/posix2_lim.h
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h
|
||||
/usr/include/bits/pthread_stack_min.h
|
||||
/usr/include/bits/pthreadtypes-arch.h
|
||||
/usr/include/bits/pthreadtypes.h
|
||||
/usr/include/bits/sched.h
|
||||
/usr/include/bits/select.h
|
||||
/usr/include/bits/setjmp.h
|
||||
/usr/include/bits/stdint-intn.h
|
||||
/usr/include/bits/stdint-least.h
|
||||
/usr/include/bits/stdint-uintn.h
|
||||
/usr/include/bits/stdio.h
|
||||
/usr/include/bits/stdio_lim.h
|
||||
/usr/include/bits/stdlib-bsearch.h
|
||||
/usr/include/bits/stdlib-float.h
|
||||
/usr/include/bits/struct_mutex.h
|
||||
/usr/include/bits/struct_rwlock.h
|
||||
/usr/include/bits/thread-shared-types.h
|
||||
/usr/include/bits/time.h
|
||||
/usr/include/bits/time64.h
|
||||
/usr/include/bits/timesize.h
|
||||
/usr/include/bits/types.h
|
||||
/usr/include/bits/types/FILE.h
|
||||
/usr/include/bits/types/__FILE.h
|
||||
/usr/include/bits/types/__fpos64_t.h
|
||||
/usr/include/bits/types/__fpos_t.h
|
||||
/usr/include/bits/types/__locale_t.h
|
||||
/usr/include/bits/types/__mbstate_t.h
|
||||
/usr/include/bits/types/__sigset_t.h
|
||||
/usr/include/bits/types/clock_t.h
|
||||
/usr/include/bits/types/clockid_t.h
|
||||
/usr/include/bits/types/cookie_io_functions_t.h
|
||||
/usr/include/bits/types/locale_t.h
|
||||
/usr/include/bits/types/sigset_t.h
|
||||
/usr/include/bits/types/struct_FILE.h
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h
|
||||
/usr/include/bits/types/struct_itimerspec.h
|
||||
/usr/include/bits/types/struct_sched_param.h
|
||||
/usr/include/bits/types/struct_timespec.h
|
||||
/usr/include/bits/types/struct_timeval.h
|
||||
/usr/include/bits/types/struct_tm.h
|
||||
/usr/include/bits/types/time_t.h
|
||||
/usr/include/bits/types/timer_t.h
|
||||
/usr/include/bits/typesizes.h
|
||||
/usr/include/bits/uintn-identity.h
|
||||
/usr/include/bits/waitflags.h
|
||||
/usr/include/bits/waitstatus.h
|
||||
/usr/include/bits/wchar.h
|
||||
/usr/include/bits/wordsize.h
|
||||
/usr/include/endian.h
|
||||
/usr/include/features-time64.h
|
||||
/usr/include/features.h
|
||||
/usr/include/gnu/stubs-64.h
|
||||
/usr/include/gnu/stubs.h
|
||||
/usr/include/inttypes.h
|
||||
/usr/include/json-c/arraylist.h
|
||||
/usr/include/json-c/debug.h
|
||||
/usr/include/json-c/json.h
|
||||
/usr/include/json-c/json_c_version.h
|
||||
/usr/include/json-c/json_config.h
|
||||
/usr/include/json-c/json_inttypes.h
|
||||
/usr/include/json-c/json_object.h
|
||||
/usr/include/json-c/json_object_iterator.h
|
||||
/usr/include/json-c/json_patch.h
|
||||
/usr/include/json-c/json_pointer.h
|
||||
/usr/include/json-c/json_tokener.h
|
||||
/usr/include/json-c/json_types.h
|
||||
/usr/include/json-c/json_util.h
|
||||
/usr/include/json-c/linkhash.h
|
||||
/usr/include/json-c/printbuf.h
|
||||
/usr/include/libusb-1.0/libusb.h
|
||||
/usr/include/limits.h
|
||||
/usr/include/linux/limits.h
|
||||
/usr/include/pthread.h
|
||||
/usr/include/sched.h
|
||||
/usr/include/stdc-predef.h
|
||||
/usr/include/stdint.h
|
||||
/usr/include/stdio.h
|
||||
/usr/include/stdlib.h
|
||||
/usr/include/string.h
|
||||
/usr/include/strings.h
|
||||
/usr/include/sys/cdefs.h
|
||||
/usr/include/sys/select.h
|
||||
/usr/include/sys/time.h
|
||||
/usr/include/sys/types.h
|
||||
/usr/include/time.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/device.c
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h
|
||||
/usr/include/alloca.h
|
||||
/usr/include/bits/atomic_wide_counter.h
|
||||
/usr/include/bits/byteswap.h
|
||||
/usr/include/bits/cpu-set.h
|
||||
/usr/include/bits/endian.h
|
||||
/usr/include/bits/endianness.h
|
||||
/usr/include/bits/floatn-common.h
|
||||
/usr/include/bits/floatn.h
|
||||
/usr/include/bits/libc-header-start.h
|
||||
/usr/include/bits/local_lim.h
|
||||
/usr/include/bits/long-double.h
|
||||
/usr/include/bits/posix1_lim.h
|
||||
/usr/include/bits/posix2_lim.h
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h
|
||||
/usr/include/bits/pthread_stack_min.h
|
||||
/usr/include/bits/pthreadtypes-arch.h
|
||||
/usr/include/bits/pthreadtypes.h
|
||||
/usr/include/bits/sched.h
|
||||
/usr/include/bits/select.h
|
||||
/usr/include/bits/setjmp.h
|
||||
/usr/include/bits/stdint-intn.h
|
||||
/usr/include/bits/stdint-least.h
|
||||
/usr/include/bits/stdint-uintn.h
|
||||
/usr/include/bits/stdio.h
|
||||
/usr/include/bits/stdio_lim.h
|
||||
/usr/include/bits/stdlib-bsearch.h
|
||||
/usr/include/bits/stdlib-float.h
|
||||
/usr/include/bits/struct_mutex.h
|
||||
/usr/include/bits/struct_rwlock.h
|
||||
/usr/include/bits/thread-shared-types.h
|
||||
/usr/include/bits/time.h
|
||||
/usr/include/bits/time64.h
|
||||
/usr/include/bits/timesize.h
|
||||
/usr/include/bits/types.h
|
||||
/usr/include/bits/types/FILE.h
|
||||
/usr/include/bits/types/__FILE.h
|
||||
/usr/include/bits/types/__fpos64_t.h
|
||||
/usr/include/bits/types/__fpos_t.h
|
||||
/usr/include/bits/types/__locale_t.h
|
||||
/usr/include/bits/types/__mbstate_t.h
|
||||
/usr/include/bits/types/__sigset_t.h
|
||||
/usr/include/bits/types/clock_t.h
|
||||
/usr/include/bits/types/clockid_t.h
|
||||
/usr/include/bits/types/cookie_io_functions_t.h
|
||||
/usr/include/bits/types/locale_t.h
|
||||
/usr/include/bits/types/sigset_t.h
|
||||
/usr/include/bits/types/struct_FILE.h
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h
|
||||
/usr/include/bits/types/struct_itimerspec.h
|
||||
/usr/include/bits/types/struct_sched_param.h
|
||||
/usr/include/bits/types/struct_timespec.h
|
||||
/usr/include/bits/types/struct_timeval.h
|
||||
/usr/include/bits/types/struct_tm.h
|
||||
/usr/include/bits/types/time_t.h
|
||||
/usr/include/bits/types/timer_t.h
|
||||
/usr/include/bits/typesizes.h
|
||||
/usr/include/bits/uintn-identity.h
|
||||
/usr/include/bits/waitflags.h
|
||||
/usr/include/bits/waitstatus.h
|
||||
/usr/include/bits/wchar.h
|
||||
/usr/include/bits/wordsize.h
|
||||
/usr/include/endian.h
|
||||
/usr/include/features-time64.h
|
||||
/usr/include/features.h
|
||||
/usr/include/gnu/stubs-64.h
|
||||
/usr/include/gnu/stubs.h
|
||||
/usr/include/inttypes.h
|
||||
/usr/include/json-c/arraylist.h
|
||||
/usr/include/json-c/debug.h
|
||||
/usr/include/json-c/json.h
|
||||
/usr/include/json-c/json_c_version.h
|
||||
/usr/include/json-c/json_config.h
|
||||
/usr/include/json-c/json_inttypes.h
|
||||
/usr/include/json-c/json_object.h
|
||||
/usr/include/json-c/json_object_iterator.h
|
||||
/usr/include/json-c/json_patch.h
|
||||
/usr/include/json-c/json_pointer.h
|
||||
/usr/include/json-c/json_tokener.h
|
||||
/usr/include/json-c/json_types.h
|
||||
/usr/include/json-c/json_util.h
|
||||
/usr/include/json-c/linkhash.h
|
||||
/usr/include/json-c/printbuf.h
|
||||
/usr/include/libusb-1.0/libusb.h
|
||||
/usr/include/limits.h
|
||||
/usr/include/linux/limits.h
|
||||
/usr/include/pthread.h
|
||||
/usr/include/sched.h
|
||||
/usr/include/stdc-predef.h
|
||||
/usr/include/stdint.h
|
||||
/usr/include/stdio.h
|
||||
/usr/include/stdlib.h
|
||||
/usr/include/string.h
|
||||
/usr/include/strings.h
|
||||
/usr/include/sys/cdefs.h
|
||||
/usr/include/sys/select.h
|
||||
/usr/include/sys/time.h
|
||||
/usr/include/sys/types.h
|
||||
/usr/include/time.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/protocol.c
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h
|
||||
/usr/include/alloca.h
|
||||
/usr/include/bits/atomic_wide_counter.h
|
||||
/usr/include/bits/byteswap.h
|
||||
/usr/include/bits/confname.h
|
||||
/usr/include/bits/cpu-set.h
|
||||
/usr/include/bits/endian.h
|
||||
/usr/include/bits/endianness.h
|
||||
/usr/include/bits/environments.h
|
||||
/usr/include/bits/floatn-common.h
|
||||
/usr/include/bits/floatn.h
|
||||
/usr/include/bits/getopt_core.h
|
||||
/usr/include/bits/getopt_posix.h
|
||||
/usr/include/bits/libc-header-start.h
|
||||
/usr/include/bits/local_lim.h
|
||||
/usr/include/bits/long-double.h
|
||||
/usr/include/bits/posix1_lim.h
|
||||
/usr/include/bits/posix2_lim.h
|
||||
/usr/include/bits/posix_opt.h
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h
|
||||
/usr/include/bits/pthread_stack_min.h
|
||||
/usr/include/bits/pthreadtypes-arch.h
|
||||
/usr/include/bits/pthreadtypes.h
|
||||
/usr/include/bits/sched.h
|
||||
/usr/include/bits/select.h
|
||||
/usr/include/bits/setjmp.h
|
||||
/usr/include/bits/stdint-intn.h
|
||||
/usr/include/bits/stdint-least.h
|
||||
/usr/include/bits/stdint-uintn.h
|
||||
/usr/include/bits/stdio.h
|
||||
/usr/include/bits/stdio_lim.h
|
||||
/usr/include/bits/stdlib-bsearch.h
|
||||
/usr/include/bits/stdlib-float.h
|
||||
/usr/include/bits/struct_mutex.h
|
||||
/usr/include/bits/struct_rwlock.h
|
||||
/usr/include/bits/thread-shared-types.h
|
||||
/usr/include/bits/time.h
|
||||
/usr/include/bits/time64.h
|
||||
/usr/include/bits/timesize.h
|
||||
/usr/include/bits/types.h
|
||||
/usr/include/bits/types/FILE.h
|
||||
/usr/include/bits/types/__FILE.h
|
||||
/usr/include/bits/types/__fpos64_t.h
|
||||
/usr/include/bits/types/__fpos_t.h
|
||||
/usr/include/bits/types/__locale_t.h
|
||||
/usr/include/bits/types/__mbstate_t.h
|
||||
/usr/include/bits/types/__sigset_t.h
|
||||
/usr/include/bits/types/clock_t.h
|
||||
/usr/include/bits/types/clockid_t.h
|
||||
/usr/include/bits/types/cookie_io_functions_t.h
|
||||
/usr/include/bits/types/locale_t.h
|
||||
/usr/include/bits/types/sigset_t.h
|
||||
/usr/include/bits/types/struct_FILE.h
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h
|
||||
/usr/include/bits/types/struct_itimerspec.h
|
||||
/usr/include/bits/types/struct_sched_param.h
|
||||
/usr/include/bits/types/struct_timespec.h
|
||||
/usr/include/bits/types/struct_timeval.h
|
||||
/usr/include/bits/types/struct_tm.h
|
||||
/usr/include/bits/types/time_t.h
|
||||
/usr/include/bits/types/timer_t.h
|
||||
/usr/include/bits/typesizes.h
|
||||
/usr/include/bits/uintn-identity.h
|
||||
/usr/include/bits/unistd_ext.h
|
||||
/usr/include/bits/waitflags.h
|
||||
/usr/include/bits/waitstatus.h
|
||||
/usr/include/bits/wchar.h
|
||||
/usr/include/bits/wordsize.h
|
||||
/usr/include/endian.h
|
||||
/usr/include/features-time64.h
|
||||
/usr/include/features.h
|
||||
/usr/include/gnu/stubs-64.h
|
||||
/usr/include/gnu/stubs.h
|
||||
/usr/include/inttypes.h
|
||||
/usr/include/json-c/arraylist.h
|
||||
/usr/include/json-c/debug.h
|
||||
/usr/include/json-c/json.h
|
||||
/usr/include/json-c/json_c_version.h
|
||||
/usr/include/json-c/json_config.h
|
||||
/usr/include/json-c/json_inttypes.h
|
||||
/usr/include/json-c/json_object.h
|
||||
/usr/include/json-c/json_object_iterator.h
|
||||
/usr/include/json-c/json_patch.h
|
||||
/usr/include/json-c/json_pointer.h
|
||||
/usr/include/json-c/json_tokener.h
|
||||
/usr/include/json-c/json_types.h
|
||||
/usr/include/json-c/json_util.h
|
||||
/usr/include/json-c/linkhash.h
|
||||
/usr/include/json-c/printbuf.h
|
||||
/usr/include/libusb-1.0/libusb.h
|
||||
/usr/include/limits.h
|
||||
/usr/include/linux/limits.h
|
||||
/usr/include/pthread.h
|
||||
/usr/include/sched.h
|
||||
/usr/include/stdc-predef.h
|
||||
/usr/include/stdint.h
|
||||
/usr/include/stdio.h
|
||||
/usr/include/stdlib.h
|
||||
/usr/include/string.h
|
||||
/usr/include/strings.h
|
||||
/usr/include/sys/cdefs.h
|
||||
/usr/include/sys/select.h
|
||||
/usr/include/sys/time.h
|
||||
/usr/include/sys/types.h
|
||||
/usr/include/time.h
|
||||
/usr/include/unistd.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/utils.c
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h
|
||||
/usr/include/alloca.h
|
||||
/usr/include/bits/atomic_wide_counter.h
|
||||
/usr/include/bits/byteswap.h
|
||||
/usr/include/bits/cpu-set.h
|
||||
/usr/include/bits/endian.h
|
||||
/usr/include/bits/endianness.h
|
||||
/usr/include/bits/floatn-common.h
|
||||
/usr/include/bits/floatn.h
|
||||
/usr/include/bits/libc-header-start.h
|
||||
/usr/include/bits/local_lim.h
|
||||
/usr/include/bits/long-double.h
|
||||
/usr/include/bits/posix1_lim.h
|
||||
/usr/include/bits/posix2_lim.h
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h
|
||||
/usr/include/bits/pthread_stack_min.h
|
||||
/usr/include/bits/pthreadtypes-arch.h
|
||||
/usr/include/bits/pthreadtypes.h
|
||||
/usr/include/bits/sched.h
|
||||
/usr/include/bits/select.h
|
||||
/usr/include/bits/setjmp.h
|
||||
/usr/include/bits/stdint-intn.h
|
||||
/usr/include/bits/stdint-least.h
|
||||
/usr/include/bits/stdint-uintn.h
|
||||
/usr/include/bits/stdio.h
|
||||
/usr/include/bits/stdio_lim.h
|
||||
/usr/include/bits/stdlib-bsearch.h
|
||||
/usr/include/bits/stdlib-float.h
|
||||
/usr/include/bits/struct_mutex.h
|
||||
/usr/include/bits/struct_rwlock.h
|
||||
/usr/include/bits/thread-shared-types.h
|
||||
/usr/include/bits/time.h
|
||||
/usr/include/bits/time64.h
|
||||
/usr/include/bits/timesize.h
|
||||
/usr/include/bits/types.h
|
||||
/usr/include/bits/types/FILE.h
|
||||
/usr/include/bits/types/__FILE.h
|
||||
/usr/include/bits/types/__fpos64_t.h
|
||||
/usr/include/bits/types/__fpos_t.h
|
||||
/usr/include/bits/types/__locale_t.h
|
||||
/usr/include/bits/types/__mbstate_t.h
|
||||
/usr/include/bits/types/__sigset_t.h
|
||||
/usr/include/bits/types/clock_t.h
|
||||
/usr/include/bits/types/clockid_t.h
|
||||
/usr/include/bits/types/cookie_io_functions_t.h
|
||||
/usr/include/bits/types/locale_t.h
|
||||
/usr/include/bits/types/sigset_t.h
|
||||
/usr/include/bits/types/struct_FILE.h
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h
|
||||
/usr/include/bits/types/struct_itimerspec.h
|
||||
/usr/include/bits/types/struct_sched_param.h
|
||||
/usr/include/bits/types/struct_timespec.h
|
||||
/usr/include/bits/types/struct_timeval.h
|
||||
/usr/include/bits/types/struct_tm.h
|
||||
/usr/include/bits/types/time_t.h
|
||||
/usr/include/bits/types/timer_t.h
|
||||
/usr/include/bits/typesizes.h
|
||||
/usr/include/bits/uintn-identity.h
|
||||
/usr/include/bits/waitflags.h
|
||||
/usr/include/bits/waitstatus.h
|
||||
/usr/include/bits/wchar.h
|
||||
/usr/include/bits/wordsize.h
|
||||
/usr/include/endian.h
|
||||
/usr/include/features-time64.h
|
||||
/usr/include/features.h
|
||||
/usr/include/gnu/stubs-64.h
|
||||
/usr/include/gnu/stubs.h
|
||||
/usr/include/inttypes.h
|
||||
/usr/include/json-c/arraylist.h
|
||||
/usr/include/json-c/debug.h
|
||||
/usr/include/json-c/json.h
|
||||
/usr/include/json-c/json_c_version.h
|
||||
/usr/include/json-c/json_config.h
|
||||
/usr/include/json-c/json_inttypes.h
|
||||
/usr/include/json-c/json_object.h
|
||||
/usr/include/json-c/json_object_iterator.h
|
||||
/usr/include/json-c/json_patch.h
|
||||
/usr/include/json-c/json_pointer.h
|
||||
/usr/include/json-c/json_tokener.h
|
||||
/usr/include/json-c/json_types.h
|
||||
/usr/include/json-c/json_util.h
|
||||
/usr/include/json-c/linkhash.h
|
||||
/usr/include/json-c/printbuf.h
|
||||
/usr/include/libusb-1.0/libusb.h
|
||||
/usr/include/limits.h
|
||||
/usr/include/linux/input-event-codes.h
|
||||
/usr/include/linux/limits.h
|
||||
/usr/include/pthread.h
|
||||
/usr/include/sched.h
|
||||
/usr/include/stdc-predef.h
|
||||
/usr/include/stdint.h
|
||||
/usr/include/stdio.h
|
||||
/usr/include/stdlib.h
|
||||
/usr/include/string.h
|
||||
/usr/include/strings.h
|
||||
/usr/include/sys/cdefs.h
|
||||
/usr/include/sys/select.h
|
||||
/usr/include/sys/time.h
|
||||
/usr/include/sys/types.h
|
||||
/usr/include/time.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/libazeron.so
|
||||
/lib64/ld-linux-x86-64.so.2
|
||||
/lib64/libc.so.6
|
||||
/lib64/libgcc_s.so.1
|
||||
/usr/lib64/crti.o
|
||||
/usr/lib64/crtn.o
|
||||
/usr/lib64/libc.so
|
||||
/usr/lib64/libjson-c.so
|
||||
/usr/lib64/libusb-1.0.so
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtbeginS.o
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtendS.o
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so
|
||||
/usr/lib64/libc_nonshared.a
|
||||
/mnt/alexander/Projects/azeron-linux/build/libazeron/CMakeFiles/azeron.dir/azeron.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/build/libazeron/CMakeFiles/azeron.dir/device.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/build/libazeron/CMakeFiles/azeron.dir/protocol.c.o
|
||||
/mnt/alexander/Projects/azeron-linux/build/libazeron/CMakeFiles/azeron.dir/utils.c.o
|
||||
|
||||
731
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.make
Normal file
731
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.make
Normal file
@@ -0,0 +1,731 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/azeron.c \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/alloca.h \
|
||||
/usr/include/bits/atomic_wide_counter.h \
|
||||
/usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h \
|
||||
/usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/floatn.h \
|
||||
/usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/local_lim.h \
|
||||
/usr/include/bits/long-double.h \
|
||||
/usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/sched.h \
|
||||
/usr/include/bits/select.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/stdint-intn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdio.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/include/bits/stdlib-bsearch.h \
|
||||
/usr/include/bits/stdlib-float.h \
|
||||
/usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h \
|
||||
/usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/time.h \
|
||||
/usr/include/bits/time64.h \
|
||||
/usr/include/bits/timesize.h \
|
||||
/usr/include/bits/types.h \
|
||||
/usr/include/bits/types/FILE.h \
|
||||
/usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/__fpos_t.h \
|
||||
/usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/struct_sched_param.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h \
|
||||
/usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/uintn-identity.h \
|
||||
/usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/wchar.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/endian.h \
|
||||
/usr/include/features-time64.h \
|
||||
/usr/include/features.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/include/gnu/stubs.h \
|
||||
/usr/include/inttypes.h \
|
||||
/usr/include/json-c/arraylist.h \
|
||||
/usr/include/json-c/debug.h \
|
||||
/usr/include/json-c/json.h \
|
||||
/usr/include/json-c/json_c_version.h \
|
||||
/usr/include/json-c/json_config.h \
|
||||
/usr/include/json-c/json_inttypes.h \
|
||||
/usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h \
|
||||
/usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h \
|
||||
/usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/limits.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/pthread.h \
|
||||
/usr/include/sched.h \
|
||||
/usr/include/stdc-predef.h \
|
||||
/usr/include/stdint.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/include/stdlib.h \
|
||||
/usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/sys/cdefs.h \
|
||||
/usr/include/sys/select.h \
|
||||
/usr/include/sys/time.h \
|
||||
/usr/include/sys/types.h \
|
||||
/usr/include/time.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/device.c \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/alloca.h \
|
||||
/usr/include/bits/atomic_wide_counter.h \
|
||||
/usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h \
|
||||
/usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/floatn.h \
|
||||
/usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/local_lim.h \
|
||||
/usr/include/bits/long-double.h \
|
||||
/usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/sched.h \
|
||||
/usr/include/bits/select.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/stdint-intn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdio.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/include/bits/stdlib-bsearch.h \
|
||||
/usr/include/bits/stdlib-float.h \
|
||||
/usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h \
|
||||
/usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/time.h \
|
||||
/usr/include/bits/time64.h \
|
||||
/usr/include/bits/timesize.h \
|
||||
/usr/include/bits/types.h \
|
||||
/usr/include/bits/types/FILE.h \
|
||||
/usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/__fpos_t.h \
|
||||
/usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/struct_sched_param.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h \
|
||||
/usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/uintn-identity.h \
|
||||
/usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/wchar.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/endian.h \
|
||||
/usr/include/features-time64.h \
|
||||
/usr/include/features.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/include/gnu/stubs.h \
|
||||
/usr/include/inttypes.h \
|
||||
/usr/include/json-c/arraylist.h \
|
||||
/usr/include/json-c/debug.h \
|
||||
/usr/include/json-c/json.h \
|
||||
/usr/include/json-c/json_c_version.h \
|
||||
/usr/include/json-c/json_config.h \
|
||||
/usr/include/json-c/json_inttypes.h \
|
||||
/usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h \
|
||||
/usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h \
|
||||
/usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/limits.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/pthread.h \
|
||||
/usr/include/sched.h \
|
||||
/usr/include/stdc-predef.h \
|
||||
/usr/include/stdint.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/include/stdlib.h \
|
||||
/usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/sys/cdefs.h \
|
||||
/usr/include/sys/select.h \
|
||||
/usr/include/sys/time.h \
|
||||
/usr/include/sys/types.h \
|
||||
/usr/include/time.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/protocol.c \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/alloca.h \
|
||||
/usr/include/bits/atomic_wide_counter.h \
|
||||
/usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/confname.h \
|
||||
/usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h \
|
||||
/usr/include/bits/environments.h \
|
||||
/usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/floatn.h \
|
||||
/usr/include/bits/getopt_core.h \
|
||||
/usr/include/bits/getopt_posix.h \
|
||||
/usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/local_lim.h \
|
||||
/usr/include/bits/long-double.h \
|
||||
/usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/include/bits/posix_opt.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/sched.h \
|
||||
/usr/include/bits/select.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/stdint-intn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdio.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/include/bits/stdlib-bsearch.h \
|
||||
/usr/include/bits/stdlib-float.h \
|
||||
/usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h \
|
||||
/usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/time.h \
|
||||
/usr/include/bits/time64.h \
|
||||
/usr/include/bits/timesize.h \
|
||||
/usr/include/bits/types.h \
|
||||
/usr/include/bits/types/FILE.h \
|
||||
/usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/__fpos_t.h \
|
||||
/usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/struct_sched_param.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h \
|
||||
/usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/uintn-identity.h \
|
||||
/usr/include/bits/unistd_ext.h \
|
||||
/usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/wchar.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/endian.h \
|
||||
/usr/include/features-time64.h \
|
||||
/usr/include/features.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/include/gnu/stubs.h \
|
||||
/usr/include/inttypes.h \
|
||||
/usr/include/json-c/arraylist.h \
|
||||
/usr/include/json-c/debug.h \
|
||||
/usr/include/json-c/json.h \
|
||||
/usr/include/json-c/json_c_version.h \
|
||||
/usr/include/json-c/json_config.h \
|
||||
/usr/include/json-c/json_inttypes.h \
|
||||
/usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h \
|
||||
/usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h \
|
||||
/usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/limits.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/pthread.h \
|
||||
/usr/include/sched.h \
|
||||
/usr/include/stdc-predef.h \
|
||||
/usr/include/stdint.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/include/stdlib.h \
|
||||
/usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/sys/cdefs.h \
|
||||
/usr/include/sys/select.h \
|
||||
/usr/include/sys/time.h \
|
||||
/usr/include/sys/types.h \
|
||||
/usr/include/time.h \
|
||||
/usr/include/unistd.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o: /mnt/alexander/Projects/azeron-linux/libazeron/utils.c \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/alloca.h \
|
||||
/usr/include/bits/atomic_wide_counter.h \
|
||||
/usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h \
|
||||
/usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/floatn.h \
|
||||
/usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/local_lim.h \
|
||||
/usr/include/bits/long-double.h \
|
||||
/usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/posix2_lim.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/pthreadtypes.h \
|
||||
/usr/include/bits/sched.h \
|
||||
/usr/include/bits/select.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/stdint-intn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdio.h \
|
||||
/usr/include/bits/stdio_lim.h \
|
||||
/usr/include/bits/stdlib-bsearch.h \
|
||||
/usr/include/bits/stdlib-float.h \
|
||||
/usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h \
|
||||
/usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/time.h \
|
||||
/usr/include/bits/time64.h \
|
||||
/usr/include/bits/timesize.h \
|
||||
/usr/include/bits/types.h \
|
||||
/usr/include/bits/types/FILE.h \
|
||||
/usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/__fpos_t.h \
|
||||
/usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/types/locale_t.h \
|
||||
/usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/struct_sched_param.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h \
|
||||
/usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/uintn-identity.h \
|
||||
/usr/include/bits/waitflags.h \
|
||||
/usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/wchar.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/endian.h \
|
||||
/usr/include/features-time64.h \
|
||||
/usr/include/features.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/include/gnu/stubs.h \
|
||||
/usr/include/inttypes.h \
|
||||
/usr/include/json-c/arraylist.h \
|
||||
/usr/include/json-c/debug.h \
|
||||
/usr/include/json-c/json.h \
|
||||
/usr/include/json-c/json_c_version.h \
|
||||
/usr/include/json-c/json_config.h \
|
||||
/usr/include/json-c/json_inttypes.h \
|
||||
/usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h \
|
||||
/usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h \
|
||||
/usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/include/limits.h \
|
||||
/usr/include/linux/input-event-codes.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/pthread.h \
|
||||
/usr/include/sched.h \
|
||||
/usr/include/stdc-predef.h \
|
||||
/usr/include/stdint.h \
|
||||
/usr/include/stdio.h \
|
||||
/usr/include/stdlib.h \
|
||||
/usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/sys/cdefs.h \
|
||||
/usr/include/sys/select.h \
|
||||
/usr/include/sys/time.h \
|
||||
/usr/include/sys/types.h \
|
||||
/usr/include/time.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h
|
||||
|
||||
libazeron/libazeron.so: /lib64/ld-linux-x86-64.so.2 \
|
||||
/lib64/libc.so.6 \
|
||||
/lib64/libgcc_s.so.1 \
|
||||
/usr/lib64/crti.o \
|
||||
/usr/lib64/crtn.o \
|
||||
/usr/lib64/libc.so \
|
||||
/usr/lib64/libjson-c.so \
|
||||
/usr/lib64/libusb-1.0.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtbeginS.o \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtendS.o \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/usr/lib64/libc_nonshared.a \
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o \
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o \
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o \
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o
|
||||
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o:
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o:
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o:
|
||||
|
||||
/usr/lib64/libc_nonshared.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a:
|
||||
|
||||
/usr/include/bits/types/timer_t.h:
|
||||
|
||||
/usr/include/bits/types/time_t.h:
|
||||
|
||||
/usr/include/bits/types/struct_tm.h:
|
||||
|
||||
/usr/include/bits/wchar.h:
|
||||
|
||||
/usr/include/bits/types/struct_timeval.h:
|
||||
|
||||
libazeron/CMakeFiles/azeron.dir/azeron.c.o:
|
||||
|
||||
/usr/include/bits/types/struct_timespec.h:
|
||||
|
||||
/usr/include/bits/types/struct_sched_param.h:
|
||||
|
||||
/usr/include/bits/waitflags.h:
|
||||
|
||||
/usr/include/bits/types/struct_FILE.h:
|
||||
|
||||
/usr/include/bits/types/locale_t.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/bits/cpu-set.h:
|
||||
|
||||
/usr/include/bits/uintn-identity.h:
|
||||
|
||||
/usr/include/bits/types/cookie_io_functions_t.h:
|
||||
|
||||
/usr/include/bits/sched.h:
|
||||
|
||||
/usr/include/bits/stdint-uintn.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/bits/types/clockid_t.h:
|
||||
|
||||
/usr/include/bits/local_lim.h:
|
||||
|
||||
/usr/include/bits/types/__locale_t.h:
|
||||
|
||||
/usr/include/sched.h:
|
||||
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h:
|
||||
|
||||
/usr/include/bits/setjmp.h:
|
||||
|
||||
/usr/include/bits/types/__FILE.h:
|
||||
|
||||
/usr/include/bits/types/FILE.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/json-c/json_pointer.h:
|
||||
|
||||
/usr/include/bits/floatn-common.h:
|
||||
|
||||
/usr/include/bits/select.h:
|
||||
|
||||
/usr/include/bits/getopt_core.h:
|
||||
|
||||
/usr/include/json-c/debug.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h:
|
||||
|
||||
/usr/lib64/libc.so:
|
||||
|
||||
/usr/include/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/bits/types/__mbstate_t.h:
|
||||
|
||||
/usr/include/bits/time.h:
|
||||
|
||||
/usr/include/bits/stdlib-float.h:
|
||||
|
||||
/usr/include/bits/time64.h:
|
||||
|
||||
/usr/include/libusb-1.0/libusb.h:
|
||||
|
||||
/usr/include/bits/byteswap.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h:
|
||||
|
||||
/usr/include/bits/libc-header-start.h:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h:
|
||||
|
||||
/usr/lib64/crti.o:
|
||||
|
||||
/usr/include/bits/endian.h:
|
||||
|
||||
/usr/include/bits/pthread_stack_min.h:
|
||||
|
||||
/usr/include/bits/struct_rwlock.h:
|
||||
|
||||
/usr/include/bits/types/struct_itimerspec.h:
|
||||
|
||||
/usr/include/sys/types.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h:
|
||||
|
||||
/usr/include/bits/types/__sigset_t.h:
|
||||
|
||||
/usr/include/bits/floatn.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes.h:
|
||||
|
||||
/usr/include/json-c/json_patch.h:
|
||||
|
||||
/usr/include/limits.h:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h:
|
||||
|
||||
/usr/include/bits/stdint-intn.h:
|
||||
|
||||
/usr/include/bits/struct_mutex.h:
|
||||
|
||||
/usr/include/json-c/json_object_iterator.h:
|
||||
|
||||
/usr/include/bits/long-double.h:
|
||||
|
||||
/usr/include/bits/thread-shared-types.h:
|
||||
|
||||
/usr/include/stdlib.h:
|
||||
|
||||
/usr/include/bits/stdio.h:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.c:
|
||||
|
||||
/usr/include/bits/unistd_ext.h:
|
||||
|
||||
/usr/include/bits/types/__fpos_t.h:
|
||||
|
||||
/usr/include/bits/types/clock_t.h:
|
||||
|
||||
/usr/include/bits/posix2_lim.h:
|
||||
|
||||
/usr/include/alloca.h:
|
||||
|
||||
/usr/include/bits/stdint-least.h:
|
||||
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h:
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
|
||||
/usr/include/bits/posix1_lim.h:
|
||||
|
||||
/usr/include/bits/types/sigset_t.h:
|
||||
|
||||
/usr/include/bits/stdlib-bsearch.h:
|
||||
|
||||
/usr/include/time.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h:
|
||||
|
||||
/usr/include/bits/timesize.h:
|
||||
|
||||
/usr/include/bits/waitstatus.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/features-time64.h:
|
||||
|
||||
/usr/include/bits/endianness.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/pthreadtypes-arch.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/lib64/libusb-1.0.so:
|
||||
|
||||
/usr/include/inttypes.h:
|
||||
|
||||
/usr/include/json-c/arraylist.h:
|
||||
|
||||
/usr/include/json-c/json.h:
|
||||
|
||||
/usr/lib64/crtn.o:
|
||||
|
||||
/usr/include/json-c/linkhash.h:
|
||||
|
||||
/usr/include/stdio.h:
|
||||
|
||||
/usr/include/json-c/json_c_version.h:
|
||||
|
||||
/usr/include/json-c/json_config.h:
|
||||
|
||||
/usr/include/json-c/json_inttypes.h:
|
||||
|
||||
/usr/include/json-c/json_object.h:
|
||||
|
||||
/usr/include/json-c/json_tokener.h:
|
||||
|
||||
/usr/include/json-c/json_util.h:
|
||||
|
||||
/usr/include/bits/types/__fpos64_t.h:
|
||||
|
||||
/usr/include/json-c/printbuf.h:
|
||||
|
||||
/usr/include/pthread.h:
|
||||
|
||||
/usr/include/linux/limits.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/device.c:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/sys/select.h:
|
||||
|
||||
/usr/include/bits/environments.h:
|
||||
|
||||
/usr/include/sys/time.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtendS.o:
|
||||
|
||||
/usr/include/bits/atomic_wide_counter.h:
|
||||
|
||||
/usr/include/bits/posix_opt.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h:
|
||||
|
||||
/usr/include/json-c/json_types.h:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/protocol.c:
|
||||
|
||||
/usr/include/bits/confname.h:
|
||||
|
||||
/usr/include/bits/getopt_posix.h:
|
||||
|
||||
/usr/include/unistd.h:
|
||||
|
||||
/lib64/libc.so.6:
|
||||
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/utils.c:
|
||||
|
||||
/usr/include/linux/input-event-codes.h:
|
||||
|
||||
/lib64/ld-linux-x86-64.so.2:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtbeginS.o:
|
||||
|
||||
/lib64/libgcc_s.so.1:
|
||||
|
||||
/usr/lib64/libjson-c.so:
|
||||
2
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
Normal file
2
build/libazeron/CMakeFiles/azeron.dir/compiler_depend.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for azeron.
|
||||
2
build/libazeron/CMakeFiles/azeron.dir/depend.make
Normal file
2
build/libazeron/CMakeFiles/azeron.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for azeron.
|
||||
# This may be replaced when dependencies are built.
|
||||
BIN
build/libazeron/CMakeFiles/azeron.dir/device.c.o
Normal file
BIN
build/libazeron/CMakeFiles/azeron.dir/device.c.o
Normal file
Binary file not shown.
65
build/libazeron/CMakeFiles/azeron.dir/device.c.o.d
Normal file
65
build/libazeron/CMakeFiles/azeron.dir/device.c.o.d
Normal file
@@ -0,0 +1,65 @@
|
||||
libazeron/CMakeFiles/azeron.dir/device.c.o: \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/device.c \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/include/json-c/json.h /usr/include/json-c/arraylist.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/include/json-c/debug.h /usr/include/stdlib.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
|
||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/json-c/json_c_version.h /usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_inttypes.h /usr/include/json-c/json_config.h \
|
||||
/usr/include/inttypes.h /usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h /usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h /usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h /usr/include/bits/posix2_lim.h \
|
||||
/usr/include/sys/time.h /usr/include/time.h /usr/include/bits/time.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/string.h /usr/include/strings.h
|
||||
10
build/libazeron/CMakeFiles/azeron.dir/flags.make
Normal file
10
build/libazeron/CMakeFiles/azeron.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# compile C with /usr/bin/cc
|
||||
C_DEFINES = -DAZERON_DEBUG -Dazeron_EXPORTS
|
||||
|
||||
C_INCLUDES = -I/usr/include/libusb-1.0 -I/usr/include/json-c
|
||||
|
||||
C_FLAGS = -O3 -DNDEBUG -std=gnu11 -fPIC
|
||||
|
||||
85
build/libazeron/CMakeFiles/azeron.dir/link.d
Normal file
85
build/libazeron/CMakeFiles/azeron.dir/link.d
Normal file
@@ -0,0 +1,85 @@
|
||||
libazeron.so.1.0.0: \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtbeginS.o \
|
||||
CMakeFiles/azeron.dir/azeron.c.o \
|
||||
CMakeFiles/azeron.dir/protocol.c.o \
|
||||
CMakeFiles/azeron.dir/device.c.o \
|
||||
CMakeFiles/azeron.dir/utils.c.o \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libusb-1.0.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libjson-c.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/lib64/libgcc_s.so.1 \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so \
|
||||
/lib64/libc.so.6 \
|
||||
/usr/lib64/libc_nonshared.a \
|
||||
/lib64/ld-linux-x86-64.so.2 \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so \
|
||||
/lib64/libgcc_s.so.1 \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtendS.o \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crti.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtbeginS.o:
|
||||
|
||||
CMakeFiles/azeron.dir/azeron.c.o:
|
||||
|
||||
CMakeFiles/azeron.dir/protocol.c.o:
|
||||
|
||||
CMakeFiles/azeron.dir/device.c.o:
|
||||
|
||||
CMakeFiles/azeron.dir/utils.c.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libusb-1.0.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libjson-c.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/lib64/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/libc.so:
|
||||
|
||||
/lib64/libc.so.6:
|
||||
|
||||
/usr/lib64/libc_nonshared.a:
|
||||
|
||||
/lib64/ld-linux-x86-64.so.2:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc_s.so:
|
||||
|
||||
/lib64/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/libgcc.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/crtendS.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/../../../../lib64/crtn.o:
|
||||
1
build/libazeron/CMakeFiles/azeron.dir/link.txt
Normal file
1
build/libazeron/CMakeFiles/azeron.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/cc -fPIC -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/azeron.dir/link.d -shared -Wl,-soname,libazeron.so.1 -o libazeron.so.1.0.0 CMakeFiles/azeron.dir/azeron.c.o CMakeFiles/azeron.dir/protocol.c.o CMakeFiles/azeron.dir/device.c.o CMakeFiles/azeron.dir/utils.c.o -lusb-1.0 -ljson-c
|
||||
6
build/libazeron/CMakeFiles/azeron.dir/progress.make
Normal file
6
build/libazeron/CMakeFiles/azeron.dir/progress.make
Normal file
@@ -0,0 +1,6 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
|
||||
BIN
build/libazeron/CMakeFiles/azeron.dir/protocol.c.o
Normal file
BIN
build/libazeron/CMakeFiles/azeron.dir/protocol.c.o
Normal file
Binary file not shown.
68
build/libazeron/CMakeFiles/azeron.dir/protocol.c.o.d
Normal file
68
build/libazeron/CMakeFiles/azeron.dir/protocol.c.o.d
Normal file
@@ -0,0 +1,68 @@
|
||||
libazeron/CMakeFiles/azeron.dir/protocol.c.o: \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/protocol.c \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/include/json-c/json.h /usr/include/json-c/arraylist.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/include/json-c/debug.h /usr/include/stdlib.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
|
||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/json-c/json_c_version.h /usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_inttypes.h /usr/include/json-c/json_config.h \
|
||||
/usr/include/inttypes.h /usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h /usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h /usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h /usr/include/bits/posix2_lim.h \
|
||||
/usr/include/sys/time.h /usr/include/time.h /usr/include/bits/time.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/string.h /usr/include/strings.h /usr/include/unistd.h \
|
||||
/usr/include/bits/posix_opt.h /usr/include/bits/environments.h \
|
||||
/usr/include/bits/confname.h /usr/include/bits/getopt_posix.h \
|
||||
/usr/include/bits/getopt_core.h /usr/include/bits/unistd_ext.h
|
||||
BIN
build/libazeron/CMakeFiles/azeron.dir/utils.c.o
Normal file
BIN
build/libazeron/CMakeFiles/azeron.dir/utils.c.o
Normal file
Binary file not shown.
66
build/libazeron/CMakeFiles/azeron.dir/utils.c.o.d
Normal file
66
build/libazeron/CMakeFiles/azeron.dir/utils.c.o.d
Normal file
@@ -0,0 +1,66 @@
|
||||
libazeron/CMakeFiles/azeron.dir/utils.c.o: \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/utils.c \
|
||||
/usr/include/stdc-predef.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/timesize.h \
|
||||
/usr/include/sys/cdefs.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/bits/types.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/bits/stdint-least.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdbool.h \
|
||||
/usr/include/json-c/json.h /usr/include/json-c/arraylist.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stddef.h \
|
||||
/usr/include/json-c/debug.h /usr/include/stdlib.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/endian.h \
|
||||
/usr/include/bits/endian.h /usr/include/bits/endianness.h \
|
||||
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
|
||||
/usr/include/sys/select.h /usr/include/bits/select.h \
|
||||
/usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h \
|
||||
/usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
|
||||
/usr/include/json-c/json_c_version.h /usr/include/json-c/json_object.h \
|
||||
/usr/include/json-c/json_inttypes.h /usr/include/json-c/json_config.h \
|
||||
/usr/include/inttypes.h /usr/include/json-c/json_types.h \
|
||||
/usr/include/json-c/printbuf.h \
|
||||
/usr/include/json-c/json_object_iterator.h \
|
||||
/usr/include/json-c/json_patch.h /usr/include/json-c/json_pointer.h \
|
||||
/usr/include/json-c/json_tokener.h /usr/include/json-c/json_util.h \
|
||||
/usr/include/json-c/linkhash.h \
|
||||
/mnt/alexander/Projects/azeron-linux/libazeron/internal.h \
|
||||
/usr/include/libusb-1.0/libusb.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/bits/pthread_stack_min.h /usr/include/bits/posix2_lim.h \
|
||||
/usr/include/sys/time.h /usr/include/time.h /usr/include/bits/time.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h \
|
||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h /usr/include/stdio.h \
|
||||
/usr/lib/gcc/x86_64-redhat-linux/15/include/stdarg.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
|
||||
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/bits/stdio.h \
|
||||
/usr/include/linux/input-event-codes.h /usr/include/string.h \
|
||||
/usr/include/strings.h
|
||||
1
build/libazeron/CMakeFiles/progress.marks
Normal file
1
build/libazeron/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
312
build/libazeron/Makefile
Normal file
312
build/libazeron/Makefile
Normal file
@@ -0,0 +1,312 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
||||
|
||||
# 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 = /mnt/alexander/Projects/azeron-linux
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /mnt/alexander/Projects/azeron-linux/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"doc\" \"udev\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(CMAKE_COMMAND) -E cmake_progress_start /mnt/alexander/Projects/azeron-linux/build/CMakeFiles /mnt/alexander/Projects/azeron-linux/build/libazeron//CMakeFiles/progress.marks
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libazeron/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/alexander/Projects/azeron-linux/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libazeron/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libazeron/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libazeron/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
libazeron/CMakeFiles/azeron.dir/rule:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libazeron/CMakeFiles/azeron.dir/rule
|
||||
.PHONY : libazeron/CMakeFiles/azeron.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
azeron: libazeron/CMakeFiles/azeron.dir/rule
|
||||
.PHONY : azeron
|
||||
|
||||
# fast build rule for target.
|
||||
azeron/fast:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/build
|
||||
.PHONY : azeron/fast
|
||||
|
||||
azeron.o: azeron.c.o
|
||||
.PHONY : azeron.o
|
||||
|
||||
# target to build an object file
|
||||
azeron.c.o:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/azeron.c.o
|
||||
.PHONY : azeron.c.o
|
||||
|
||||
azeron.i: azeron.c.i
|
||||
.PHONY : azeron.i
|
||||
|
||||
# target to preprocess a source file
|
||||
azeron.c.i:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/azeron.c.i
|
||||
.PHONY : azeron.c.i
|
||||
|
||||
azeron.s: azeron.c.s
|
||||
.PHONY : azeron.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
azeron.c.s:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/azeron.c.s
|
||||
.PHONY : azeron.c.s
|
||||
|
||||
device.o: device.c.o
|
||||
.PHONY : device.o
|
||||
|
||||
# target to build an object file
|
||||
device.c.o:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/device.c.o
|
||||
.PHONY : device.c.o
|
||||
|
||||
device.i: device.c.i
|
||||
.PHONY : device.i
|
||||
|
||||
# target to preprocess a source file
|
||||
device.c.i:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/device.c.i
|
||||
.PHONY : device.c.i
|
||||
|
||||
device.s: device.c.s
|
||||
.PHONY : device.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
device.c.s:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/device.c.s
|
||||
.PHONY : device.c.s
|
||||
|
||||
protocol.o: protocol.c.o
|
||||
.PHONY : protocol.o
|
||||
|
||||
# target to build an object file
|
||||
protocol.c.o:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/protocol.c.o
|
||||
.PHONY : protocol.c.o
|
||||
|
||||
protocol.i: protocol.c.i
|
||||
.PHONY : protocol.i
|
||||
|
||||
# target to preprocess a source file
|
||||
protocol.c.i:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/protocol.c.i
|
||||
.PHONY : protocol.c.i
|
||||
|
||||
protocol.s: protocol.c.s
|
||||
.PHONY : protocol.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
protocol.c.s:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/protocol.c.s
|
||||
.PHONY : protocol.c.s
|
||||
|
||||
utils.o: utils.c.o
|
||||
.PHONY : utils.o
|
||||
|
||||
# target to build an object file
|
||||
utils.c.o:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/utils.c.o
|
||||
.PHONY : utils.c.o
|
||||
|
||||
utils.i: utils.c.i
|
||||
.PHONY : utils.i
|
||||
|
||||
# target to preprocess a source file
|
||||
utils.c.i:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/utils.c.i
|
||||
.PHONY : utils.c.i
|
||||
|
||||
utils.s: utils.c.s
|
||||
.PHONY : utils.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
utils.c.s:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(MAKE) $(MAKESILENT) -f libazeron/CMakeFiles/azeron.dir/build.make libazeron/CMakeFiles/azeron.dir/utils.c.s
|
||||
.PHONY : utils.c.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... azeron"
|
||||
@echo "... azeron.o"
|
||||
@echo "... azeron.i"
|
||||
@echo "... azeron.s"
|
||||
@echo "... device.o"
|
||||
@echo "... device.i"
|
||||
@echo "... device.s"
|
||||
@echo "... protocol.o"
|
||||
@echo "... protocol.i"
|
||||
@echo "... protocol.s"
|
||||
@echo "... utils.o"
|
||||
@echo "... utils.i"
|
||||
@echo "... utils.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:
|
||||
cd /mnt/alexander/Projects/azeron-linux/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
11
build/libazeron/azeron.pc
Normal file
11
build/libazeron/azeron.pc
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: azeron
|
||||
Description: Azeron device configuration library
|
||||
Version: 1.0.0
|
||||
Libs: -L${libdir} -lazeron
|
||||
Cflags: -I${includedir}
|
||||
Requires: libusb-1.0 json-c
|
||||
94
build/libazeron/cmake_install.cmake
Normal file
94
build/libazeron/cmake_install.cmake
Normal file
@@ -0,0 +1,94 @@
|
||||
# Install script for directory: /mnt/alexander/Projects/azeron-linux/libazeron
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set path to fallback-tool for dependency-resolution.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
foreach(file
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libazeron.so.1.0.0"
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libazeron.so.1"
|
||||
)
|
||||
if(EXISTS "${file}" AND
|
||||
NOT IS_SYMLINK "${file}")
|
||||
file(RPATH_CHECK
|
||||
FILE "${file}"
|
||||
RPATH "")
|
||||
endif()
|
||||
endforeach()
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1.0.0"
|
||||
"/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so.1"
|
||||
)
|
||||
foreach(file
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libazeron.so.1.0.0"
|
||||
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libazeron.so.1"
|
||||
)
|
||||
if(EXISTS "${file}" AND
|
||||
NOT IS_SYMLINK "${file}")
|
||||
if(CMAKE_INSTALL_DO_STRIP)
|
||||
execute_process(COMMAND "/usr/bin/strip" "${file}")
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/mnt/alexander/Projects/azeron-linux/build/libazeron/libazeron.so")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/azeron" TYPE FILE FILES
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/azeron.h"
|
||||
"/mnt/alexander/Projects/azeron-linux/libazeron/internal.h"
|
||||
)
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/mnt/alexander/Projects/azeron-linux/build/libazeron/azeron.pc")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/mnt/alexander/Projects/azeron-linux/build/libazeron/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
1
build/libazeron/libazeron.so
Symbolic link
1
build/libazeron/libazeron.so
Symbolic link
@@ -0,0 +1 @@
|
||||
libazeron.so.1
|
||||
1
build/libazeron/libazeron.so.1
Symbolic link
1
build/libazeron/libazeron.so.1
Symbolic link
@@ -0,0 +1 @@
|
||||
libazeron.so.1.0.0
|
||||
BIN
build/libazeron/libazeron.so.1.0.0
Normal file
BIN
build/libazeron/libazeron.so.1.0.0
Normal file
Binary file not shown.
Reference in New Issue
Block a user