123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.10
- # Default target executed when no arguments are given to make.
- default_target: all
- .PHONY : default_target
- # The main recursive all target
- all:
- .PHONY : all
- # The main recursive preinstall target
- preinstall:
- .PHONY : preinstall
- #=============================================================================
- # 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/msgpack-3.1.1
- # 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/msgpack-3.1.1/release
- #=============================================================================
- # Target rules for target CMakeFiles/msgpackc.dir
- # All Build rule for target.
- CMakeFiles/msgpackc.dir/all:
- $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/depend
- $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=15,16,17,18,19,20 "Built target msgpackc"
- .PHONY : CMakeFiles/msgpackc.dir/all
- # Include target in all.
- all: CMakeFiles/msgpackc.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- CMakeFiles/msgpackc.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 6
- $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/msgpackc.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : CMakeFiles/msgpackc.dir/rule
- # Convenience name for target.
- msgpackc: CMakeFiles/msgpackc.dir/rule
- .PHONY : msgpackc
- # clean rule for target.
- CMakeFiles/msgpackc.dir/clean:
- $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/clean
- .PHONY : CMakeFiles/msgpackc.dir/clean
- # clean rule for target.
- clean: CMakeFiles/msgpackc.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target CMakeFiles/msgpackc-static.dir
- # All Build rule for target.
- CMakeFiles/msgpackc-static.dir/all:
- $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/depend
- $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=21,22,23,24,25,26 "Built target msgpackc-static"
- .PHONY : CMakeFiles/msgpackc-static.dir/all
- # Include target in all.
- all: CMakeFiles/msgpackc-static.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- CMakeFiles/msgpackc-static.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 6
- $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/msgpackc-static.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : CMakeFiles/msgpackc-static.dir/rule
- # Convenience name for target.
- msgpackc-static: CMakeFiles/msgpackc-static.dir/rule
- .PHONY : msgpackc-static
- # clean rule for target.
- CMakeFiles/msgpackc-static.dir/clean:
- $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/clean
- .PHONY : CMakeFiles/msgpackc-static.dir/clean
- # clean rule for target.
- clean: CMakeFiles/msgpackc-static.dir/clean
- .PHONY : clean
- #=============================================================================
- # Directory level rules for directory example
- # Convenience name for "all" pass in the directory.
- example/all: example/c/all
- example/all: example/cpp03/all
- example/all: example/cpp11/all
- example/all: example/boost/all
- example/all: example/x3/all
- .PHONY : example/all
- # Convenience name for "clean" pass in the directory.
- example/clean: example/c/clean
- example/clean: example/cpp03/clean
- example/clean: example/cpp11/clean
- example/clean: example/boost/clean
- example/clean: example/x3/clean
- .PHONY : example/clean
- # Convenience name for "preinstall" pass in the directory.
- example/preinstall: example/c/preinstall
- example/preinstall: example/cpp03/preinstall
- example/preinstall: example/cpp11/preinstall
- example/preinstall: example/boost/preinstall
- example/preinstall: example/x3/preinstall
- .PHONY : example/preinstall
- #=============================================================================
- # Directory level rules for directory example/c
- # Convenience name for "all" pass in the directory.
- example/c/all: example/c/CMakeFiles/simple_c.dir/all
- example/c/all: example/c/CMakeFiles/speed_test_uint64_array.dir/all
- example/c/all: example/c/CMakeFiles/lib_buffer_unpack.dir/all
- example/c/all: example/c/CMakeFiles/speed_test_uint32_array.dir/all
- example/c/all: example/c/CMakeFiles/user_buffer_unpack.dir/all
- .PHONY : example/c/all
- # Convenience name for "clean" pass in the directory.
- example/c/clean: example/c/CMakeFiles/simple_c.dir/clean
- example/c/clean: example/c/CMakeFiles/speed_test_uint64_array.dir/clean
- example/c/clean: example/c/CMakeFiles/lib_buffer_unpack.dir/clean
- example/c/clean: example/c/CMakeFiles/speed_test_uint32_array.dir/clean
- example/c/clean: example/c/CMakeFiles/user_buffer_unpack.dir/clean
- .PHONY : example/c/clean
- # Convenience name for "preinstall" pass in the directory.
- example/c/preinstall:
- .PHONY : example/c/preinstall
- #=============================================================================
- # Target rules for target example/c/CMakeFiles/simple_c.dir
- # All Build rule for target.
- example/c/CMakeFiles/simple_c.dir/all: CMakeFiles/msgpackc-static.dir/all
- $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/depend
- $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=33,34 "Built target simple_c"
- .PHONY : example/c/CMakeFiles/simple_c.dir/all
- # Include target in all.
- all: example/c/CMakeFiles/simple_c.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/c/CMakeFiles/simple_c.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 8
- $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/simple_c.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/c/CMakeFiles/simple_c.dir/rule
- # Convenience name for target.
- simple_c: example/c/CMakeFiles/simple_c.dir/rule
- .PHONY : simple_c
- # clean rule for target.
- example/c/CMakeFiles/simple_c.dir/clean:
- $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/clean
- .PHONY : example/c/CMakeFiles/simple_c.dir/clean
- # clean rule for target.
- clean: example/c/CMakeFiles/simple_c.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/c/CMakeFiles/speed_test_uint64_array.dir
- # All Build rule for target.
- example/c/CMakeFiles/speed_test_uint64_array.dir/all: CMakeFiles/msgpackc-static.dir/all
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/depend
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=37,38 "Built target speed_test_uint64_array"
- .PHONY : example/c/CMakeFiles/speed_test_uint64_array.dir/all
- # Include target in all.
- all: example/c/CMakeFiles/speed_test_uint64_array.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/c/CMakeFiles/speed_test_uint64_array.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 8
- $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/speed_test_uint64_array.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/c/CMakeFiles/speed_test_uint64_array.dir/rule
- # Convenience name for target.
- speed_test_uint64_array: example/c/CMakeFiles/speed_test_uint64_array.dir/rule
- .PHONY : speed_test_uint64_array
- # clean rule for target.
- example/c/CMakeFiles/speed_test_uint64_array.dir/clean:
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/clean
- .PHONY : example/c/CMakeFiles/speed_test_uint64_array.dir/clean
- # clean rule for target.
- clean: example/c/CMakeFiles/speed_test_uint64_array.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/c/CMakeFiles/lib_buffer_unpack.dir
- # All Build rule for target.
- example/c/CMakeFiles/lib_buffer_unpack.dir/all: CMakeFiles/msgpackc-static.dir/all
- $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/depend
- $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=11,12 "Built target lib_buffer_unpack"
- .PHONY : example/c/CMakeFiles/lib_buffer_unpack.dir/all
- # Include target in all.
- all: example/c/CMakeFiles/lib_buffer_unpack.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/c/CMakeFiles/lib_buffer_unpack.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 8
- $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/lib_buffer_unpack.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/c/CMakeFiles/lib_buffer_unpack.dir/rule
- # Convenience name for target.
- lib_buffer_unpack: example/c/CMakeFiles/lib_buffer_unpack.dir/rule
- .PHONY : lib_buffer_unpack
- # clean rule for target.
- example/c/CMakeFiles/lib_buffer_unpack.dir/clean:
- $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/clean
- .PHONY : example/c/CMakeFiles/lib_buffer_unpack.dir/clean
- # clean rule for target.
- clean: example/c/CMakeFiles/lib_buffer_unpack.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/c/CMakeFiles/speed_test_uint32_array.dir
- # All Build rule for target.
- example/c/CMakeFiles/speed_test_uint32_array.dir/all: CMakeFiles/msgpackc-static.dir/all
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/depend
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=35,36 "Built target speed_test_uint32_array"
- .PHONY : example/c/CMakeFiles/speed_test_uint32_array.dir/all
- # Include target in all.
- all: example/c/CMakeFiles/speed_test_uint32_array.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/c/CMakeFiles/speed_test_uint32_array.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 8
- $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/speed_test_uint32_array.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/c/CMakeFiles/speed_test_uint32_array.dir/rule
- # Convenience name for target.
- speed_test_uint32_array: example/c/CMakeFiles/speed_test_uint32_array.dir/rule
- .PHONY : speed_test_uint32_array
- # clean rule for target.
- example/c/CMakeFiles/speed_test_uint32_array.dir/clean:
- $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/clean
- .PHONY : example/c/CMakeFiles/speed_test_uint32_array.dir/clean
- # clean rule for target.
- clean: example/c/CMakeFiles/speed_test_uint32_array.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/c/CMakeFiles/user_buffer_unpack.dir
- # All Build rule for target.
- example/c/CMakeFiles/user_buffer_unpack.dir/all: CMakeFiles/msgpackc-static.dir/all
- $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/depend
- $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=41,42 "Built target user_buffer_unpack"
- .PHONY : example/c/CMakeFiles/user_buffer_unpack.dir/all
- # Include target in all.
- all: example/c/CMakeFiles/user_buffer_unpack.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/c/CMakeFiles/user_buffer_unpack.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 8
- $(MAKE) -f CMakeFiles/Makefile2 example/c/CMakeFiles/user_buffer_unpack.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/c/CMakeFiles/user_buffer_unpack.dir/rule
- # Convenience name for target.
- user_buffer_unpack: example/c/CMakeFiles/user_buffer_unpack.dir/rule
- .PHONY : user_buffer_unpack
- # clean rule for target.
- example/c/CMakeFiles/user_buffer_unpack.dir/clean:
- $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/clean
- .PHONY : example/c/CMakeFiles/user_buffer_unpack.dir/clean
- # clean rule for target.
- clean: example/c/CMakeFiles/user_buffer_unpack.dir/clean
- .PHONY : clean
- #=============================================================================
- # Directory level rules for directory example/cpp03
- # Convenience name for "all" pass in the directory.
- example/cpp03/all: example/cpp03/CMakeFiles/stream.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/simple.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/reuse_zone.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/protocol_new.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/class_intrusive_map.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/class_intrusive.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/class_non_intrusive.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/map_based_versionup.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/custom.dir/all
- example/cpp03/all: example/cpp03/CMakeFiles/enum.dir/all
- .PHONY : example/cpp03/all
- # Convenience name for "clean" pass in the directory.
- example/cpp03/clean: example/cpp03/CMakeFiles/stream.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/simple.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/reuse_zone.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/protocol_new.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/class_intrusive_map.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/class_intrusive.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/class_non_intrusive.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/map_based_versionup.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/custom.dir/clean
- example/cpp03/clean: example/cpp03/CMakeFiles/enum.dir/clean
- .PHONY : example/cpp03/clean
- # Convenience name for "preinstall" pass in the directory.
- example/cpp03/preinstall:
- .PHONY : example/cpp03/preinstall
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/stream.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/stream.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=39,40 "Built target stream"
- .PHONY : example/cpp03/CMakeFiles/stream.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/stream.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/stream.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/stream.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/stream.dir/rule
- # Convenience name for target.
- stream: example/cpp03/CMakeFiles/stream.dir/rule
- .PHONY : stream
- # clean rule for target.
- example/cpp03/CMakeFiles/stream.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/clean
- .PHONY : example/cpp03/CMakeFiles/stream.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/stream.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/simple.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/simple.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=31,32 "Built target simple"
- .PHONY : example/cpp03/CMakeFiles/simple.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/simple.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/simple.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/simple.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/simple.dir/rule
- # Convenience name for target.
- simple: example/cpp03/CMakeFiles/simple.dir/rule
- .PHONY : simple
- # clean rule for target.
- example/cpp03/CMakeFiles/simple.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/clean
- .PHONY : example/cpp03/CMakeFiles/simple.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/simple.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/reuse_zone.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/reuse_zone.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=29,30 "Built target reuse_zone"
- .PHONY : example/cpp03/CMakeFiles/reuse_zone.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/reuse_zone.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/reuse_zone.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/reuse_zone.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/reuse_zone.dir/rule
- # Convenience name for target.
- reuse_zone: example/cpp03/CMakeFiles/reuse_zone.dir/rule
- .PHONY : reuse_zone
- # clean rule for target.
- example/cpp03/CMakeFiles/reuse_zone.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/clean
- .PHONY : example/cpp03/CMakeFiles/reuse_zone.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/reuse_zone.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/protocol_new.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/protocol_new.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=27,28 "Built target protocol_new"
- .PHONY : example/cpp03/CMakeFiles/protocol_new.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/protocol_new.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/protocol_new.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/protocol_new.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/protocol_new.dir/rule
- # Convenience name for target.
- protocol_new: example/cpp03/CMakeFiles/protocol_new.dir/rule
- .PHONY : protocol_new
- # clean rule for target.
- example/cpp03/CMakeFiles/protocol_new.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/clean
- .PHONY : example/cpp03/CMakeFiles/protocol_new.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/protocol_new.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/class_intrusive_map.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/class_intrusive_map.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=3,4 "Built target class_intrusive_map"
- .PHONY : example/cpp03/CMakeFiles/class_intrusive_map.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/class_intrusive_map.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/class_intrusive_map.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/class_intrusive_map.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/class_intrusive_map.dir/rule
- # Convenience name for target.
- class_intrusive_map: example/cpp03/CMakeFiles/class_intrusive_map.dir/rule
- .PHONY : class_intrusive_map
- # clean rule for target.
- example/cpp03/CMakeFiles/class_intrusive_map.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/clean
- .PHONY : example/cpp03/CMakeFiles/class_intrusive_map.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/class_intrusive_map.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/class_intrusive.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/class_intrusive.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=1,2 "Built target class_intrusive"
- .PHONY : example/cpp03/CMakeFiles/class_intrusive.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/class_intrusive.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/class_intrusive.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/class_intrusive.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/class_intrusive.dir/rule
- # Convenience name for target.
- class_intrusive: example/cpp03/CMakeFiles/class_intrusive.dir/rule
- .PHONY : class_intrusive
- # clean rule for target.
- example/cpp03/CMakeFiles/class_intrusive.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/clean
- .PHONY : example/cpp03/CMakeFiles/class_intrusive.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/class_intrusive.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/class_non_intrusive.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/class_non_intrusive.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=5,6 "Built target class_non_intrusive"
- .PHONY : example/cpp03/CMakeFiles/class_non_intrusive.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/class_non_intrusive.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/class_non_intrusive.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/class_non_intrusive.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/class_non_intrusive.dir/rule
- # Convenience name for target.
- class_non_intrusive: example/cpp03/CMakeFiles/class_non_intrusive.dir/rule
- .PHONY : class_non_intrusive
- # clean rule for target.
- example/cpp03/CMakeFiles/class_non_intrusive.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/clean
- .PHONY : example/cpp03/CMakeFiles/class_non_intrusive.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/class_non_intrusive.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/map_based_versionup.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/map_based_versionup.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=13,14 "Built target map_based_versionup"
- .PHONY : example/cpp03/CMakeFiles/map_based_versionup.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/map_based_versionup.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/map_based_versionup.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/map_based_versionup.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/map_based_versionup.dir/rule
- # Convenience name for target.
- map_based_versionup: example/cpp03/CMakeFiles/map_based_versionup.dir/rule
- .PHONY : map_based_versionup
- # clean rule for target.
- example/cpp03/CMakeFiles/map_based_versionup.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/clean
- .PHONY : example/cpp03/CMakeFiles/map_based_versionup.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/map_based_versionup.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/custom.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/custom.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=7,8 "Built target custom"
- .PHONY : example/cpp03/CMakeFiles/custom.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/custom.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/custom.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/custom.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/custom.dir/rule
- # Convenience name for target.
- custom: example/cpp03/CMakeFiles/custom.dir/rule
- .PHONY : custom
- # clean rule for target.
- example/cpp03/CMakeFiles/custom.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/clean
- .PHONY : example/cpp03/CMakeFiles/custom.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/custom.dir/clean
- .PHONY : clean
- #=============================================================================
- # Target rules for target example/cpp03/CMakeFiles/enum.dir
- # All Build rule for target.
- example/cpp03/CMakeFiles/enum.dir/all:
- $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/depend
- $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/build
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles --progress-num=9,10 "Built target enum"
- .PHONY : example/cpp03/CMakeFiles/enum.dir/all
- # Include target in all.
- all: example/cpp03/CMakeFiles/enum.dir/all
- .PHONY : all
- # Build rule for subdir invocation for target.
- example/cpp03/CMakeFiles/enum.dir/rule: cmake_check_build_system
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 2
- $(MAKE) -f CMakeFiles/Makefile2 example/cpp03/CMakeFiles/enum.dir/all
- $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles 0
- .PHONY : example/cpp03/CMakeFiles/enum.dir/rule
- # Convenience name for target.
- enum: example/cpp03/CMakeFiles/enum.dir/rule
- .PHONY : enum
- # clean rule for target.
- example/cpp03/CMakeFiles/enum.dir/clean:
- $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/clean
- .PHONY : example/cpp03/CMakeFiles/enum.dir/clean
- # clean rule for target.
- clean: example/cpp03/CMakeFiles/enum.dir/clean
- .PHONY : clean
- #=============================================================================
- # Directory level rules for directory example/cpp11
- # Convenience name for "all" pass in the directory.
- example/cpp11/all:
- .PHONY : example/cpp11/all
- # Convenience name for "clean" pass in the directory.
- example/cpp11/clean:
- .PHONY : example/cpp11/clean
- # Convenience name for "preinstall" pass in the directory.
- example/cpp11/preinstall:
- .PHONY : example/cpp11/preinstall
- #=============================================================================
- # Directory level rules for directory example/boost
- # Convenience name for "all" pass in the directory.
- example/boost/all:
- .PHONY : example/boost/all
- # Convenience name for "clean" pass in the directory.
- example/boost/clean:
- .PHONY : example/boost/clean
- # Convenience name for "preinstall" pass in the directory.
- example/boost/preinstall:
- .PHONY : example/boost/preinstall
- #=============================================================================
- # Directory level rules for directory example/x3
- # Convenience name for "all" pass in the directory.
- example/x3/all:
- .PHONY : example/x3/all
- # Convenience name for "clean" pass in the directory.
- example/x3/clean:
- .PHONY : example/x3/clean
- # Convenience name for "preinstall" pass in the directory.
- example/x3/preinstall:
- .PHONY : example/x3/preinstall
- #=============================================================================
- # 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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|