123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- default_target: all
- .PHONY : default_target
- .NOTPARALLEL:
- .SUFFIXES:
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- $(VERBOSE).SILENT:
- cmake_force:
- .PHONY : cmake_force
- SHELL = /bin/sh
- CMAKE_COMMAND = /usr/local/bin/cmake
- RM = /usr/local/bin/cmake -E remove -f
- EQUALS = =
- CMAKE_SOURCE_DIR = /home/book/hisi3518_lora
- CMAKE_BINARY_DIR = /home/book/hisi3518_lora/cmake-build-debug
- install/strip: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip
- install/strip/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
- /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
- .PHONY : install/strip/fast
- install/local: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local
- install/local/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
- /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
- .PHONY : install/local/fast
- rebuild_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
- /usr/local/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
- .PHONY : rebuild_cache
- rebuild_cache/fast: rebuild_cache
- .PHONY : rebuild_cache/fast
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- .PHONY : edit_cache
- edit_cache/fast: edit_cache
- .PHONY : edit_cache/fast
- list_install_components:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
- .PHONY : list_install_components
- list_install_components/fast: list_install_components
- .PHONY : list_install_components/fast
- install: preinstall
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/local/bin/cmake -P cmake_install.cmake
- .PHONY : install
- install/fast: preinstall/fast
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
- /usr/local/bin/cmake -P cmake_install.cmake
- .PHONY : install/fast
- all: cmake_check_build_system
- cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles /home/book/hisi3518_lora/cmake-build-debug/common/CMakeFiles/progress.marks
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/book/hisi3518_lora/cmake-build-debug/CMakeFiles 0
- .PHONY : all
- clean:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/clean
- .PHONY : clean
- clean/fast: clean
- .PHONY : clean/fast
- preinstall: all
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/preinstall
- .PHONY : preinstall
- preinstall/fast:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/preinstall
- .PHONY : preinstall/fast
- depend:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
- .PHONY : depend
- common/CMakeFiles/mc-common_static.dir/rule:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/CMakeFiles/mc-common_static.dir/rule
- .PHONY : common/CMakeFiles/mc-common_static.dir/rule
- mc-common_static: common/CMakeFiles/mc-common_static.dir/rule
- .PHONY : mc-common_static
- mc-common_static/fast:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/build
- .PHONY : mc-common_static/fast
- common/CMakeFiles/mc-common.dir/rule:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 common/CMakeFiles/mc-common.dir/rule
- .PHONY : common/CMakeFiles/mc-common.dir/rule
- mc-common: common/CMakeFiles/mc-common.dir/rule
- .PHONY : mc-common
- mc-common/fast:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/build
- .PHONY : mc-common/fast
- mqtt_list.o: mqtt_list.c.o
- .PHONY : mqtt_list.o
- mqtt_list.c.o:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/mqtt_list.c.o
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/mqtt_list.c.o
- .PHONY : mqtt_list.c.o
- mqtt_list.i: mqtt_list.c.i
- .PHONY : mqtt_list.i
- mqtt_list.c.i:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/mqtt_list.c.i
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/mqtt_list.c.i
- .PHONY : mqtt_list.c.i
- mqtt_list.s: mqtt_list.c.s
- .PHONY : mqtt_list.s
- mqtt_list.c.s:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/mqtt_list.c.s
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/mqtt_list.c.s
- .PHONY : mqtt_list.c.s
- random.o: random.c.o
- .PHONY : random.o
- random.c.o:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/random.c.o
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/random.c.o
- .PHONY : random.c.o
- random.i: random.c.i
- .PHONY : random.i
- random.c.i:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/random.c.i
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/random.c.i
- .PHONY : random.c.i
- random.s: random.c.s
- .PHONY : random.s
- random.c.s:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common_static.dir/build.make common/CMakeFiles/mc-common_static.dir/random.c.s
- cd /home/book/hisi3518_lora/cmake-build-debug && $(MAKE) -f common/CMakeFiles/mc-common.dir/build.make common/CMakeFiles/mc-common.dir/random.c.s
- .PHONY : random.c.s
- 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 "... install/strip"
- @echo "... install/local"
- @echo "... mc-common_static"
- @echo "... rebuild_cache"
- @echo "... mc-common"
- @echo "... edit_cache"
- @echo "... list_install_components"
- @echo "... install"
- @echo "... mqtt_list.o"
- @echo "... mqtt_list.i"
- @echo "... mqtt_list.s"
- @echo "... random.o"
- @echo "... random.i"
- @echo "... random.s"
- .PHONY : help
- cmake_check_build_system:
- cd /home/book/hisi3518_lora/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
- .PHONY : cmake_check_build_system
|