123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.16
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Remove some rules from gmake that .SUFFIXES does not remove.
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Suppress display of executed commands.
- $(VERBOSE).SILENT:
- # A target that is always out of date.
- cmake_force:
- .PHONY : cmake_force
- #=============================================================================
- # Set environment variables for the build.
- # The shell in which to execute make rules.
- SHELL = /bin/sh
- # The CMake executable.
- CMAKE_COMMAND = /usr/bin/cmake
- # The command to remove a file.
- RM = /usr/bin/cmake -E remove -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable
- # Include any dependencies generated for this target.
- include CMakeFiles/test-echo.dir/depend.make
- # Include the progress variables for this target.
- include CMakeFiles/test-echo.dir/progress.make
- # Include the compile flags for this target's objects.
- include CMakeFiles/test-echo.dir/flags.make
- CMakeFiles/test-echo.dir/test-server/test-echo.c.o: CMakeFiles/test-echo.dir/flags.make
- CMakeFiles/test-echo.dir/test-server/test-echo.c.o: test-server/test-echo.c
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test-echo.dir/test-server/test-echo.c.o"
- /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test-echo.dir/test-server/test-echo.c.o -c /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/test-server/test-echo.c
- CMakeFiles/test-echo.dir/test-server/test-echo.c.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test-echo.dir/test-server/test-echo.c.i"
- /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/test-server/test-echo.c > CMakeFiles/test-echo.dir/test-server/test-echo.c.i
- CMakeFiles/test-echo.dir/test-server/test-echo.c.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test-echo.dir/test-server/test-echo.c.s"
- /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/test-server/test-echo.c -o CMakeFiles/test-echo.dir/test-server/test-echo.c.s
- # Object files for target test-echo
- test__echo_OBJECTS = \
- "CMakeFiles/test-echo.dir/test-server/test-echo.c.o"
- # External object files for target test-echo
- test__echo_EXTERNAL_OBJECTS =
- bin/libwebsockets-test-echo: CMakeFiles/test-echo.dir/test-server/test-echo.c.o
- bin/libwebsockets-test-echo: CMakeFiles/test-echo.dir/build.make
- bin/libwebsockets-test-echo: lib/libwebsockets.a
- bin/libwebsockets-test-echo: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/libz.so
- bin/libwebsockets-test-echo: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib/libssl.so
- bin/libwebsockets-test-echo: /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib/libcrypto.so
- bin/libwebsockets-test-echo: CMakeFiles/test-echo.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable bin/libwebsockets-test-echo"
- $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test-echo.dir/link.txt --verbose=$(VERBOSE)
- # Rule to build all files generated by this target.
- CMakeFiles/test-echo.dir/build: bin/libwebsockets-test-echo
- .PHONY : CMakeFiles/test-echo.dir/build
- CMakeFiles/test-echo.dir/clean:
- $(CMAKE_COMMAND) -P CMakeFiles/test-echo.dir/cmake_clean.cmake
- .PHONY : CMakeFiles/test-echo.dir/clean
- CMakeFiles/test-echo.dir/depend:
- cd /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/libwebsockets-2.2.2-stable/CMakeFiles/test-echo.dir/DependInfo.cmake --color=$(COLOR)
- .PHONY : CMakeFiles/test-echo.dir/depend
|