123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.16
- # Default target executed when no arguments are given to make.
- default_target: all
- .PHONY : default_target
- # Allow only one "make -f Makefile2" at a time, but pass parallelism.
- .NOTPARALLEL:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Remove some rules from gmake that .SUFFIXES does not remove.
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Suppress display of executed commands.
- $(VERBOSE).SILENT:
- # A target that is always out of date.
- cmake_force:
- .PHONY : cmake_force
- #=============================================================================
- # Set environment variables for the build.
- # The shell in which to execute make rules.
- SHELL = /bin/sh
- # The CMake executable.
- CMAKE_COMMAND = /usr/bin/cmake
- # The command to remove a file.
- RM = /usr/bin/cmake -E remove -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/lz/code/clamp_safety
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/lz/code/clamp_safety/build
- #=============================================================================
- # Targets provided globally by CMake.
- # Special rule for the target rebuild_cache
- rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
- .PHONY : rebuild_cache
- # Special rule for the target rebuild_cache
- rebuild_cache/fast: rebuild_cache
- .PHONY : rebuild_cache/fast
- # Special rule for the target edit_cache
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "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
- # The main all target
- all: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /home/lz/code/clamp_safety/build/CMakeFiles /home/lz/code/clamp_safety/build/CMakeFiles/progress.marks
- $(MAKE) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/lz/code/clamp_safety/build/CMakeFiles 0
- .PHONY : all
- # The main clean target
- clean:
- $(MAKE) -f CMakeFiles/Makefile2 clean
- .PHONY : clean
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
- # Prepare targets for installation.
- preinstall: all
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
- .PHONY : preinstall
- # Prepare targets for installation.
- preinstall/fast:
- $(MAKE) -f CMakeFiles/Makefile2 preinstall
- .PHONY : preinstall/fast
- # clear depends
- depend:
- $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
- .PHONY : depend
- #=============================================================================
- # Target rules for targets named clamp_safety
- # Build rule for target.
- clamp_safety: cmake_check_build_system
- $(MAKE) -f CMakeFiles/Makefile2 clamp_safety
- .PHONY : clamp_safety
- # fast build rule for target.
- clamp_safety/fast:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/build
- .PHONY : clamp_safety/fast
- clamp_parameter.pb.o: clamp_parameter.pb.cc.o
- .PHONY : clamp_parameter.pb.o
- # target to build an object file
- clamp_parameter.pb.cc.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/clamp_parameter.pb.cc.o
- .PHONY : clamp_parameter.pb.cc.o
- clamp_parameter.pb.i: clamp_parameter.pb.cc.i
- .PHONY : clamp_parameter.pb.i
- # target to preprocess a source file
- clamp_parameter.pb.cc.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/clamp_parameter.pb.cc.i
- .PHONY : clamp_parameter.pb.cc.i
- clamp_parameter.pb.s: clamp_parameter.pb.cc.s
- .PHONY : clamp_parameter.pb.s
- # target to generate assembly for a file
- clamp_parameter.pb.cc.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/clamp_parameter.pb.cc.s
- .PHONY : clamp_parameter.pb.cc.s
- detect/clamp_safety_detect.o: detect/clamp_safety_detect.cpp.o
- .PHONY : detect/clamp_safety_detect.o
- # target to build an object file
- detect/clamp_safety_detect.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/detect/clamp_safety_detect.cpp.o
- .PHONY : detect/clamp_safety_detect.cpp.o
- detect/clamp_safety_detect.i: detect/clamp_safety_detect.cpp.i
- .PHONY : detect/clamp_safety_detect.i
- # target to preprocess a source file
- detect/clamp_safety_detect.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/detect/clamp_safety_detect.cpp.i
- .PHONY : detect/clamp_safety_detect.cpp.i
- detect/clamp_safety_detect.s: detect/clamp_safety_detect.cpp.s
- .PHONY : detect/clamp_safety_detect.s
- # target to generate assembly for a file
- detect/clamp_safety_detect.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/detect/clamp_safety_detect.cpp.s
- .PHONY : detect/clamp_safety_detect.cpp.s
- error_code/error_code.o: error_code/error_code.cpp.o
- .PHONY : error_code/error_code.o
- # target to build an object file
- error_code/error_code.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/error_code/error_code.cpp.o
- .PHONY : error_code/error_code.cpp.o
- error_code/error_code.i: error_code/error_code.cpp.i
- .PHONY : error_code/error_code.i
- # target to preprocess a source file
- error_code/error_code.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/error_code/error_code.cpp.i
- .PHONY : error_code/error_code.cpp.i
- error_code/error_code.s: error_code/error_code.cpp.s
- .PHONY : error_code/error_code.s
- # target to generate assembly for a file
- error_code/error_code.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/error_code/error_code.cpp.s
- .PHONY : error_code/error_code.cpp.s
- lidar/async_client.o: lidar/async_client.cpp.o
- .PHONY : lidar/async_client.o
- # target to build an object file
- lidar/async_client.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/async_client.cpp.o
- .PHONY : lidar/async_client.cpp.o
- lidar/async_client.i: lidar/async_client.cpp.i
- .PHONY : lidar/async_client.i
- # target to preprocess a source file
- lidar/async_client.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/async_client.cpp.i
- .PHONY : lidar/async_client.cpp.i
- lidar/async_client.s: lidar/async_client.cpp.s
- .PHONY : lidar/async_client.s
- # target to generate assembly for a file
- lidar/async_client.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/async_client.cpp.s
- .PHONY : lidar/async_client.cpp.s
- lidar/wanji_716N_device.o: lidar/wanji_716N_device.cpp.o
- .PHONY : lidar/wanji_716N_device.o
- # target to build an object file
- lidar/wanji_716N_device.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wanji_716N_device.cpp.o
- .PHONY : lidar/wanji_716N_device.cpp.o
- lidar/wanji_716N_device.i: lidar/wanji_716N_device.cpp.i
- .PHONY : lidar/wanji_716N_device.i
- # target to preprocess a source file
- lidar/wanji_716N_device.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wanji_716N_device.cpp.i
- .PHONY : lidar/wanji_716N_device.cpp.i
- lidar/wanji_716N_device.s: lidar/wanji_716N_device.cpp.s
- .PHONY : lidar/wanji_716N_device.s
- # target to generate assembly for a file
- lidar/wanji_716N_device.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wanji_716N_device.cpp.s
- .PHONY : lidar/wanji_716N_device.cpp.s
- lidar/wj_716N_lidar_protocol.o: lidar/wj_716N_lidar_protocol.cpp.o
- .PHONY : lidar/wj_716N_lidar_protocol.o
- # target to build an object file
- lidar/wj_716N_lidar_protocol.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wj_716N_lidar_protocol.cpp.o
- .PHONY : lidar/wj_716N_lidar_protocol.cpp.o
- lidar/wj_716N_lidar_protocol.i: lidar/wj_716N_lidar_protocol.cpp.i
- .PHONY : lidar/wj_716N_lidar_protocol.i
- # target to preprocess a source file
- lidar/wj_716N_lidar_protocol.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wj_716N_lidar_protocol.cpp.i
- .PHONY : lidar/wj_716N_lidar_protocol.cpp.i
- lidar/wj_716N_lidar_protocol.s: lidar/wj_716N_lidar_protocol.cpp.s
- .PHONY : lidar/wj_716N_lidar_protocol.s
- # target to generate assembly for a file
- lidar/wj_716N_lidar_protocol.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/lidar/wj_716N_lidar_protocol.cpp.s
- .PHONY : lidar/wj_716N_lidar_protocol.cpp.s
- main.o: main.cpp.o
- .PHONY : main.o
- # target to build an object file
- main.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/main.cpp.o
- .PHONY : main.cpp.o
- main.i: main.cpp.i
- .PHONY : main.i
- # target to preprocess a source file
- main.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/main.cpp.i
- .PHONY : main.cpp.i
- main.s: main.cpp.s
- .PHONY : main.s
- # target to generate assembly for a file
- main.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/main.cpp.s
- .PHONY : main.cpp.s
- plc/plc_data.o: plc/plc_data.cpp.o
- .PHONY : plc/plc_data.o
- # target to build an object file
- plc/plc_data.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/plc_data.cpp.o
- .PHONY : plc/plc_data.cpp.o
- plc/plc_data.i: plc/plc_data.cpp.i
- .PHONY : plc/plc_data.i
- # target to preprocess a source file
- plc/plc_data.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/plc_data.cpp.i
- .PHONY : plc/plc_data.cpp.i
- plc/plc_data.s: plc/plc_data.cpp.s
- .PHONY : plc/plc_data.s
- # target to generate assembly for a file
- plc/plc_data.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/plc_data.cpp.s
- .PHONY : plc/plc_data.cpp.s
- plc/s7_plc.o: plc/s7_plc.cpp.o
- .PHONY : plc/s7_plc.o
- # target to build an object file
- plc/s7_plc.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/s7_plc.cpp.o
- .PHONY : plc/s7_plc.cpp.o
- plc/s7_plc.i: plc/s7_plc.cpp.i
- .PHONY : plc/s7_plc.i
- # target to preprocess a source file
- plc/s7_plc.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/s7_plc.cpp.i
- .PHONY : plc/s7_plc.cpp.i
- plc/s7_plc.s: plc/s7_plc.cpp.s
- .PHONY : plc/s7_plc.s
- # target to generate assembly for a file
- plc/s7_plc.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/s7_plc.cpp.s
- .PHONY : plc/s7_plc.cpp.s
- plc/snap7_buf.o: plc/snap7_buf.cpp.o
- .PHONY : plc/snap7_buf.o
- # target to build an object file
- plc/snap7_buf.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_buf.cpp.o
- .PHONY : plc/snap7_buf.cpp.o
- plc/snap7_buf.i: plc/snap7_buf.cpp.i
- .PHONY : plc/snap7_buf.i
- # target to preprocess a source file
- plc/snap7_buf.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_buf.cpp.i
- .PHONY : plc/snap7_buf.cpp.i
- plc/snap7_buf.s: plc/snap7_buf.cpp.s
- .PHONY : plc/snap7_buf.s
- # target to generate assembly for a file
- plc/snap7_buf.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_buf.cpp.s
- .PHONY : plc/snap7_buf.cpp.s
- plc/snap7_communication_base.o: plc/snap7_communication_base.cpp.o
- .PHONY : plc/snap7_communication_base.o
- # target to build an object file
- plc/snap7_communication_base.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_communication_base.cpp.o
- .PHONY : plc/snap7_communication_base.cpp.o
- plc/snap7_communication_base.i: plc/snap7_communication_base.cpp.i
- .PHONY : plc/snap7_communication_base.i
- # target to preprocess a source file
- plc/snap7_communication_base.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_communication_base.cpp.i
- .PHONY : plc/snap7_communication_base.cpp.i
- plc/snap7_communication_base.s: plc/snap7_communication_base.cpp.s
- .PHONY : plc/snap7_communication_base.s
- # target to generate assembly for a file
- plc/snap7_communication_base.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/plc/snap7_communication_base.cpp.s
- .PHONY : plc/snap7_communication_base.cpp.s
- tool/binary_buf.o: tool/binary_buf.cpp.o
- .PHONY : tool/binary_buf.o
- # target to build an object file
- tool/binary_buf.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/binary_buf.cpp.o
- .PHONY : tool/binary_buf.cpp.o
- tool/binary_buf.i: tool/binary_buf.cpp.i
- .PHONY : tool/binary_buf.i
- # target to preprocess a source file
- tool/binary_buf.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/binary_buf.cpp.i
- .PHONY : tool/binary_buf.cpp.i
- tool/binary_buf.s: tool/binary_buf.cpp.s
- .PHONY : tool/binary_buf.s
- # target to generate assembly for a file
- tool/binary_buf.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/binary_buf.cpp.s
- .PHONY : tool/binary_buf.cpp.s
- tool/pathcreator.o: tool/pathcreator.cpp.o
- .PHONY : tool/pathcreator.o
- # target to build an object file
- tool/pathcreator.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/pathcreator.cpp.o
- .PHONY : tool/pathcreator.cpp.o
- tool/pathcreator.i: tool/pathcreator.cpp.i
- .PHONY : tool/pathcreator.i
- # target to preprocess a source file
- tool/pathcreator.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/pathcreator.cpp.i
- .PHONY : tool/pathcreator.cpp.i
- tool/pathcreator.s: tool/pathcreator.cpp.s
- .PHONY : tool/pathcreator.s
- # target to generate assembly for a file
- tool/pathcreator.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/pathcreator.cpp.s
- .PHONY : tool/pathcreator.cpp.s
- tool/point2D_tool.o: tool/point2D_tool.cpp.o
- .PHONY : tool/point2D_tool.o
- # target to build an object file
- tool/point2D_tool.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/point2D_tool.cpp.o
- .PHONY : tool/point2D_tool.cpp.o
- tool/point2D_tool.i: tool/point2D_tool.cpp.i
- .PHONY : tool/point2D_tool.i
- # target to preprocess a source file
- tool/point2D_tool.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/point2D_tool.cpp.i
- .PHONY : tool/point2D_tool.cpp.i
- tool/point2D_tool.s: tool/point2D_tool.cpp.s
- .PHONY : tool/point2D_tool.s
- # target to generate assembly for a file
- tool/point2D_tool.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/point2D_tool.cpp.s
- .PHONY : tool/point2D_tool.cpp.s
- tool/proto_tool.o: tool/proto_tool.cpp.o
- .PHONY : tool/proto_tool.o
- # target to build an object file
- tool/proto_tool.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/proto_tool.cpp.o
- .PHONY : tool/proto_tool.cpp.o
- tool/proto_tool.i: tool/proto_tool.cpp.i
- .PHONY : tool/proto_tool.i
- # target to preprocess a source file
- tool/proto_tool.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/proto_tool.cpp.i
- .PHONY : tool/proto_tool.cpp.i
- tool/proto_tool.s: tool/proto_tool.cpp.s
- .PHONY : tool/proto_tool.s
- # target to generate assembly for a file
- tool/proto_tool.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/proto_tool.cpp.s
- .PHONY : tool/proto_tool.cpp.s
- tool/singleton.o: tool/singleton.cpp.o
- .PHONY : tool/singleton.o
- # target to build an object file
- tool/singleton.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/singleton.cpp.o
- .PHONY : tool/singleton.cpp.o
- tool/singleton.i: tool/singleton.cpp.i
- .PHONY : tool/singleton.i
- # target to preprocess a source file
- tool/singleton.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/singleton.cpp.i
- .PHONY : tool/singleton.cpp.i
- tool/singleton.s: tool/singleton.cpp.s
- .PHONY : tool/singleton.s
- # target to generate assembly for a file
- tool/singleton.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/singleton.cpp.s
- .PHONY : tool/singleton.cpp.s
- tool/thread_condition.o: tool/thread_condition.cpp.o
- .PHONY : tool/thread_condition.o
- # target to build an object file
- tool/thread_condition.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_condition.cpp.o
- .PHONY : tool/thread_condition.cpp.o
- tool/thread_condition.i: tool/thread_condition.cpp.i
- .PHONY : tool/thread_condition.i
- # target to preprocess a source file
- tool/thread_condition.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_condition.cpp.i
- .PHONY : tool/thread_condition.cpp.i
- tool/thread_condition.s: tool/thread_condition.cpp.s
- .PHONY : tool/thread_condition.s
- # target to generate assembly for a file
- tool/thread_condition.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_condition.cpp.s
- .PHONY : tool/thread_condition.cpp.s
- tool/thread_safe_queue.o: tool/thread_safe_queue.cpp.o
- .PHONY : tool/thread_safe_queue.o
- # target to build an object file
- tool/thread_safe_queue.cpp.o:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_safe_queue.cpp.o
- .PHONY : tool/thread_safe_queue.cpp.o
- tool/thread_safe_queue.i: tool/thread_safe_queue.cpp.i
- .PHONY : tool/thread_safe_queue.i
- # target to preprocess a source file
- tool/thread_safe_queue.cpp.i:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_safe_queue.cpp.i
- .PHONY : tool/thread_safe_queue.cpp.i
- tool/thread_safe_queue.s: tool/thread_safe_queue.cpp.s
- .PHONY : tool/thread_safe_queue.s
- # target to generate assembly for a file
- tool/thread_safe_queue.cpp.s:
- $(MAKE) -f CMakeFiles/clamp_safety.dir/build.make CMakeFiles/clamp_safety.dir/tool/thread_safe_queue.cpp.s
- .PHONY : tool/thread_safe_queue.cpp.s
- # Help Target
- help:
- @echo "The following are some of the valid targets for this Makefile:"
- @echo "... all (the default if no target is provided)"
- @echo "... clean"
- @echo "... depend"
- @echo "... rebuild_cache"
- @echo "... edit_cache"
- @echo "... clamp_safety"
- @echo "... clamp_parameter.pb.o"
- @echo "... clamp_parameter.pb.i"
- @echo "... clamp_parameter.pb.s"
- @echo "... detect/clamp_safety_detect.o"
- @echo "... detect/clamp_safety_detect.i"
- @echo "... detect/clamp_safety_detect.s"
- @echo "... error_code/error_code.o"
- @echo "... error_code/error_code.i"
- @echo "... error_code/error_code.s"
- @echo "... lidar/async_client.o"
- @echo "... lidar/async_client.i"
- @echo "... lidar/async_client.s"
- @echo "... lidar/wanji_716N_device.o"
- @echo "... lidar/wanji_716N_device.i"
- @echo "... lidar/wanji_716N_device.s"
- @echo "... lidar/wj_716N_lidar_protocol.o"
- @echo "... lidar/wj_716N_lidar_protocol.i"
- @echo "... lidar/wj_716N_lidar_protocol.s"
- @echo "... main.o"
- @echo "... main.i"
- @echo "... main.s"
- @echo "... plc/plc_data.o"
- @echo "... plc/plc_data.i"
- @echo "... plc/plc_data.s"
- @echo "... plc/s7_plc.o"
- @echo "... plc/s7_plc.i"
- @echo "... plc/s7_plc.s"
- @echo "... plc/snap7_buf.o"
- @echo "... plc/snap7_buf.i"
- @echo "... plc/snap7_buf.s"
- @echo "... plc/snap7_communication_base.o"
- @echo "... plc/snap7_communication_base.i"
- @echo "... plc/snap7_communication_base.s"
- @echo "... tool/binary_buf.o"
- @echo "... tool/binary_buf.i"
- @echo "... tool/binary_buf.s"
- @echo "... tool/pathcreator.o"
- @echo "... tool/pathcreator.i"
- @echo "... tool/pathcreator.s"
- @echo "... tool/point2D_tool.o"
- @echo "... tool/point2D_tool.i"
- @echo "... tool/point2D_tool.s"
- @echo "... tool/proto_tool.o"
- @echo "... tool/proto_tool.i"
- @echo "... tool/proto_tool.s"
- @echo "... tool/singleton.o"
- @echo "... tool/singleton.i"
- @echo "... tool/singleton.s"
- @echo "... tool/thread_condition.o"
- @echo "... tool/thread_condition.i"
- @echo "... tool/thread_condition.s"
- @echo "... tool/thread_safe_queue.o"
- @echo "... tool/thread_safe_queue.i"
- @echo "... tool/thread_safe_queue.s"
- .PHONY : help
- #=============================================================================
- # Special targets to cleanup operation of make.
- # Special rule to run CMake to check the build system integrity.
- # No rule that depends on this can have commands that come from listfiles
- # because they might be regenerated.
- cmake_check_build_system:
- $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|