| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.22
- # 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 = /home/zw/zhouwei/test/xianhe/app_XHTC
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/zw/zhouwei/test/xianhe/app_XHTC/build
- #=============================================================================
- # Targets provided globally by CMake.
- # Special rule for the target edit_cache
- edit_cache:
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
- /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
- .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\""
- .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
- $(CMAKE_COMMAND) -E cmake_progress_start /home/zw/zhouwei/test/xianhe/app_XHTC/build/CMakeFiles /home/zw/zhouwei/test/xianhe/app_XHTC/build//CMakeFiles/progress.marks
- $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
- $(CMAKE_COMMAND) -E cmake_progress_start /home/zw/zhouwei/test/xianhe/app_XHTC/build/CMakeFiles 0
- .PHONY : all
- # The main clean target
- clean:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
- .PHONY : clean
- # The main clean target
- clean/fast: clean
- .PHONY : clean/fast
- # Prepare targets for installation.
- preinstall: all
- $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
- .PHONY : preinstall
- # Prepare targets for installation.
- preinstall/fast:
- $(MAKE) $(MAKESILENT) -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 app_XHHW
- # Build rule for target.
- app_XHHW: cmake_check_build_system
- $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app_XHHW
- .PHONY : app_XHHW
- # fast build rule for target.
- app_XHHW/fast:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/build
- .PHONY : app_XHHW/fast
- cJSON/cJSON.o: cJSON/cJSON.c.o
- .PHONY : cJSON/cJSON.o
- # target to build an object file
- cJSON/cJSON.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.o
- .PHONY : cJSON/cJSON.c.o
- cJSON/cJSON.i: cJSON/cJSON.c.i
- .PHONY : cJSON/cJSON.i
- # target to preprocess a source file
- cJSON/cJSON.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.i
- .PHONY : cJSON/cJSON.c.i
- cJSON/cJSON.s: cJSON/cJSON.c.s
- .PHONY : cJSON/cJSON.s
- # target to generate assembly for a file
- cJSON/cJSON.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON.c.s
- .PHONY : cJSON/cJSON.c.s
- cJSON/cJSON_Utils.o: cJSON/cJSON_Utils.c.o
- .PHONY : cJSON/cJSON_Utils.o
- # target to build an object file
- cJSON/cJSON_Utils.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.o
- .PHONY : cJSON/cJSON_Utils.c.o
- cJSON/cJSON_Utils.i: cJSON/cJSON_Utils.c.i
- .PHONY : cJSON/cJSON_Utils.i
- # target to preprocess a source file
- cJSON/cJSON_Utils.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.i
- .PHONY : cJSON/cJSON_Utils.c.i
- cJSON/cJSON_Utils.s: cJSON/cJSON_Utils.c.s
- .PHONY : cJSON/cJSON_Utils.s
- # target to generate assembly for a file
- cJSON/cJSON_Utils.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/cJSON/cJSON_Utils.c.s
- .PHONY : cJSON/cJSON_Utils.c.s
- easylog/elog.o: easylog/elog.c.o
- .PHONY : easylog/elog.o
- # target to build an object file
- easylog/elog.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.o
- .PHONY : easylog/elog.c.o
- easylog/elog.i: easylog/elog.c.i
- .PHONY : easylog/elog.i
- # target to preprocess a source file
- easylog/elog.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.i
- .PHONY : easylog/elog.c.i
- easylog/elog.s: easylog/elog.c.s
- .PHONY : easylog/elog.s
- # target to generate assembly for a file
- easylog/elog.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog.c.s
- .PHONY : easylog/elog.c.s
- easylog/elog_async.o: easylog/elog_async.c.o
- .PHONY : easylog/elog_async.o
- # target to build an object file
- easylog/elog_async.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.o
- .PHONY : easylog/elog_async.c.o
- easylog/elog_async.i: easylog/elog_async.c.i
- .PHONY : easylog/elog_async.i
- # target to preprocess a source file
- easylog/elog_async.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.i
- .PHONY : easylog/elog_async.c.i
- easylog/elog_async.s: easylog/elog_async.c.s
- .PHONY : easylog/elog_async.s
- # target to generate assembly for a file
- easylog/elog_async.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_async.c.s
- .PHONY : easylog/elog_async.c.s
- easylog/elog_file.o: easylog/elog_file.c.o
- .PHONY : easylog/elog_file.o
- # target to build an object file
- easylog/elog_file.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.o
- .PHONY : easylog/elog_file.c.o
- easylog/elog_file.i: easylog/elog_file.c.i
- .PHONY : easylog/elog_file.i
- # target to preprocess a source file
- easylog/elog_file.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.i
- .PHONY : easylog/elog_file.c.i
- easylog/elog_file.s: easylog/elog_file.c.s
- .PHONY : easylog/elog_file.s
- # target to generate assembly for a file
- easylog/elog_file.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file.c.s
- .PHONY : easylog/elog_file.c.s
- easylog/elog_file_port.o: easylog/elog_file_port.c.o
- .PHONY : easylog/elog_file_port.o
- # target to build an object file
- easylog/elog_file_port.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.o
- .PHONY : easylog/elog_file_port.c.o
- easylog/elog_file_port.i: easylog/elog_file_port.c.i
- .PHONY : easylog/elog_file_port.i
- # target to preprocess a source file
- easylog/elog_file_port.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.i
- .PHONY : easylog/elog_file_port.c.i
- easylog/elog_file_port.s: easylog/elog_file_port.c.s
- .PHONY : easylog/elog_file_port.s
- # target to generate assembly for a file
- easylog/elog_file_port.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_file_port.c.s
- .PHONY : easylog/elog_file_port.c.s
- easylog/elog_port.o: easylog/elog_port.c.o
- .PHONY : easylog/elog_port.o
- # target to build an object file
- easylog/elog_port.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.o
- .PHONY : easylog/elog_port.c.o
- easylog/elog_port.i: easylog/elog_port.c.i
- .PHONY : easylog/elog_port.i
- # target to preprocess a source file
- easylog/elog_port.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.i
- .PHONY : easylog/elog_port.c.i
- easylog/elog_port.s: easylog/elog_port.c.s
- .PHONY : easylog/elog_port.s
- # target to generate assembly for a file
- easylog/elog_port.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_port.c.s
- .PHONY : easylog/elog_port.c.s
- easylog/elog_utils.o: easylog/elog_utils.c.o
- .PHONY : easylog/elog_utils.o
- # target to build an object file
- easylog/elog_utils.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.o
- .PHONY : easylog/elog_utils.c.o
- easylog/elog_utils.i: easylog/elog_utils.c.i
- .PHONY : easylog/elog_utils.i
- # target to preprocess a source file
- easylog/elog_utils.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.i
- .PHONY : easylog/elog_utils.c.i
- easylog/elog_utils.s: easylog/elog_utils.c.s
- .PHONY : easylog/elog_utils.s
- # target to generate assembly for a file
- easylog/elog_utils.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/easylog/elog_utils.c.s
- .PHONY : easylog/elog_utils.c.s
- ptimer/ptimer.o: ptimer/ptimer.c.o
- .PHONY : ptimer/ptimer.o
- # target to build an object file
- ptimer/ptimer.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.o
- .PHONY : ptimer/ptimer.c.o
- ptimer/ptimer.i: ptimer/ptimer.c.i
- .PHONY : ptimer/ptimer.i
- # target to preprocess a source file
- ptimer/ptimer.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.i
- .PHONY : ptimer/ptimer.c.i
- ptimer/ptimer.s: ptimer/ptimer.c.s
- .PHONY : ptimer/ptimer.s
- # target to generate assembly for a file
- ptimer/ptimer.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/ptimer/ptimer.c.s
- .PHONY : ptimer/ptimer.c.s
- src/acrel_DJSF1352RN.o: src/acrel_DJSF1352RN.c.o
- .PHONY : src/acrel_DJSF1352RN.o
- # target to build an object file
- src/acrel_DJSF1352RN.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.o
- .PHONY : src/acrel_DJSF1352RN.c.o
- src/acrel_DJSF1352RN.i: src/acrel_DJSF1352RN.c.i
- .PHONY : src/acrel_DJSF1352RN.i
- # target to preprocess a source file
- src/acrel_DJSF1352RN.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.i
- .PHONY : src/acrel_DJSF1352RN.c.i
- src/acrel_DJSF1352RN.s: src/acrel_DJSF1352RN.c.s
- .PHONY : src/acrel_DJSF1352RN.s
- # target to generate assembly for a file
- src/acrel_DJSF1352RN.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/acrel_DJSF1352RN.c.s
- .PHONY : src/acrel_DJSF1352RN.c.s
- src/ast_XH.o: src/ast_XH.c.o
- .PHONY : src/ast_XH.o
- # target to build an object file
- src/ast_XH.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.o
- .PHONY : src/ast_XH.c.o
- src/ast_XH.i: src/ast_XH.c.i
- .PHONY : src/ast_XH.i
- # target to preprocess a source file
- src/ast_XH.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.i
- .PHONY : src/ast_XH.c.i
- src/ast_XH.s: src/ast_XH.c.s
- .PHONY : src/ast_XH.s
- # target to generate assembly for a file
- src/ast_XH.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/ast_XH.c.s
- .PHONY : src/ast_XH.c.s
- src/com_CAN.o: src/com_CAN.c.o
- .PHONY : src/com_CAN.o
- # target to build an object file
- src/com_CAN.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.o
- .PHONY : src/com_CAN.c.o
- src/com_CAN.i: src/com_CAN.c.i
- .PHONY : src/com_CAN.i
- # target to preprocess a source file
- src/com_CAN.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.i
- .PHONY : src/com_CAN.c.i
- src/com_CAN.s: src/com_CAN.c.s
- .PHONY : src/com_CAN.s
- # target to generate assembly for a file
- src/com_CAN.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_CAN.c.s
- .PHONY : src/com_CAN.c.s
- src/com_ttySx.o: src/com_ttySx.c.o
- .PHONY : src/com_ttySx.o
- # target to build an object file
- src/com_ttySx.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.o
- .PHONY : src/com_ttySx.c.o
- src/com_ttySx.i: src/com_ttySx.c.i
- .PHONY : src/com_ttySx.i
- # target to preprocess a source file
- src/com_ttySx.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.i
- .PHONY : src/com_ttySx.c.i
- src/com_ttySx.s: src/com_ttySx.c.s
- .PHONY : src/com_ttySx.s
- # target to generate assembly for a file
- src/com_ttySx.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/com_ttySx.c.s
- .PHONY : src/com_ttySx.c.s
- src/config.o: src/config.c.o
- .PHONY : src/config.o
- # target to build an object file
- src/config.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.o
- .PHONY : src/config.c.o
- src/config.i: src/config.c.i
- .PHONY : src/config.i
- # target to preprocess a source file
- src/config.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.i
- .PHONY : src/config.c.i
- src/config.s: src/config.c.s
- .PHONY : src/config.s
- # target to generate assembly for a file
- src/config.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/config.c.s
- .PHONY : src/config.c.s
- src/goose_HW.o: src/goose_HW.c.o
- .PHONY : src/goose_HW.o
- # target to build an object file
- src/goose_HW.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.o
- .PHONY : src/goose_HW.c.o
- src/goose_HW.i: src/goose_HW.c.i
- .PHONY : src/goose_HW.i
- # target to preprocess a source file
- src/goose_HW.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.i
- .PHONY : src/goose_HW.c.i
- src/goose_HW.s: src/goose_HW.c.s
- .PHONY : src/goose_HW.s
- # target to generate assembly for a file
- src/goose_HW.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW.c.s
- .PHONY : src/goose_HW.c.s
- src/goose_HW_decode.o: src/goose_HW_decode.c.o
- .PHONY : src/goose_HW_decode.o
- # target to build an object file
- src/goose_HW_decode.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.o
- .PHONY : src/goose_HW_decode.c.o
- src/goose_HW_decode.i: src/goose_HW_decode.c.i
- .PHONY : src/goose_HW_decode.i
- # target to preprocess a source file
- src/goose_HW_decode.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.i
- .PHONY : src/goose_HW_decode.c.i
- src/goose_HW_decode.s: src/goose_HW_decode.c.s
- .PHONY : src/goose_HW_decode.s
- # target to generate assembly for a file
- src/goose_HW_decode.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_decode.c.s
- .PHONY : src/goose_HW_decode.c.s
- src/goose_HW_encode.o: src/goose_HW_encode.c.o
- .PHONY : src/goose_HW_encode.o
- # target to build an object file
- src/goose_HW_encode.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.o
- .PHONY : src/goose_HW_encode.c.o
- src/goose_HW_encode.i: src/goose_HW_encode.c.i
- .PHONY : src/goose_HW_encode.i
- # target to preprocess a source file
- src/goose_HW_encode.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.i
- .PHONY : src/goose_HW_encode.c.i
- src/goose_HW_encode.s: src/goose_HW_encode.c.s
- .PHONY : src/goose_HW_encode.s
- # target to generate assembly for a file
- src/goose_HW_encode.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/goose_HW_encode.c.s
- .PHONY : src/goose_HW_encode.c.s
- src/hmac_sha256.o: src/hmac_sha256.c.o
- .PHONY : src/hmac_sha256.o
- # target to build an object file
- src/hmac_sha256.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.o
- .PHONY : src/hmac_sha256.c.o
- src/hmac_sha256.i: src/hmac_sha256.c.i
- .PHONY : src/hmac_sha256.i
- # target to preprocess a source file
- src/hmac_sha256.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.i
- .PHONY : src/hmac_sha256.c.i
- src/hmac_sha256.s: src/hmac_sha256.c.s
- .PHONY : src/hmac_sha256.s
- # target to generate assembly for a file
- src/hmac_sha256.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/hmac_sha256.c.s
- .PHONY : src/hmac_sha256.c.s
- src/logger.o: src/logger.c.o
- .PHONY : src/logger.o
- # target to build an object file
- src/logger.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.o
- .PHONY : src/logger.c.o
- src/logger.i: src/logger.c.i
- .PHONY : src/logger.i
- # target to preprocess a source file
- src/logger.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.i
- .PHONY : src/logger.c.i
- src/logger.s: src/logger.c.s
- .PHONY : src/logger.s
- # target to generate assembly for a file
- src/logger.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/logger.c.s
- .PHONY : src/logger.c.s
- src/main.o: src/main.c.o
- .PHONY : src/main.o
- # target to build an object file
- src/main.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.o
- .PHONY : src/main.c.o
- src/main.i: src/main.c.i
- .PHONY : src/main.i
- # target to preprocess a source file
- src/main.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.i
- .PHONY : src/main.c.i
- src/main.s: src/main.c.s
- .PHONY : src/main.s
- # target to generate assembly for a file
- src/main.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/main.c.s
- .PHONY : src/main.c.s
- src/modbus_RTU.o: src/modbus_RTU.c.o
- .PHONY : src/modbus_RTU.o
- # target to build an object file
- src/modbus_RTU.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.o
- .PHONY : src/modbus_RTU.c.o
- src/modbus_RTU.i: src/modbus_RTU.c.i
- .PHONY : src/modbus_RTU.i
- # target to preprocess a source file
- src/modbus_RTU.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.i
- .PHONY : src/modbus_RTU.c.i
- src/modbus_RTU.s: src/modbus_RTU.c.s
- .PHONY : src/modbus_RTU.s
- # target to generate assembly for a file
- src/modbus_RTU.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_RTU.c.s
- .PHONY : src/modbus_RTU.c.s
- src/modbus_TCP_HW.o: src/modbus_TCP_HW.c.o
- .PHONY : src/modbus_TCP_HW.o
- # target to build an object file
- src/modbus_TCP_HW.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.o
- .PHONY : src/modbus_TCP_HW.c.o
- src/modbus_TCP_HW.i: src/modbus_TCP_HW.c.i
- .PHONY : src/modbus_TCP_HW.i
- # target to preprocess a source file
- src/modbus_TCP_HW.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.i
- .PHONY : src/modbus_TCP_HW.c.i
- src/modbus_TCP_HW.s: src/modbus_TCP_HW.c.s
- .PHONY : src/modbus_TCP_HW.s
- # target to generate assembly for a file
- src/modbus_TCP_HW.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/modbus_TCP_HW.c.s
- .PHONY : src/modbus_TCP_HW.c.s
- src/rs232test.o: src/rs232test.c.o
- .PHONY : src/rs232test.o
- # target to build an object file
- src/rs232test.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.o
- .PHONY : src/rs232test.c.o
- src/rs232test.i: src/rs232test.c.i
- .PHONY : src/rs232test.i
- # target to preprocess a source file
- src/rs232test.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.i
- .PHONY : src/rs232test.c.i
- src/rs232test.s: src/rs232test.c.s
- .PHONY : src/rs232test.s
- # target to generate assembly for a file
- src/rs232test.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs232test.c.s
- .PHONY : src/rs232test.c.s
- src/rs485test.o: src/rs485test.c.o
- .PHONY : src/rs485test.o
- # target to build an object file
- src/rs485test.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.o
- .PHONY : src/rs485test.c.o
- src/rs485test.i: src/rs485test.c.i
- .PHONY : src/rs485test.i
- # target to preprocess a source file
- src/rs485test.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.i
- .PHONY : src/rs485test.c.i
- src/rs485test.s: src/rs485test.c.s
- .PHONY : src/rs485test.s
- # target to generate assembly for a file
- src/rs485test.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/rs485test.c.s
- .PHONY : src/rs485test.c.s
- src/stm32f103.o: src/stm32f103.c.o
- .PHONY : src/stm32f103.o
- # target to build an object file
- src/stm32f103.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.o
- .PHONY : src/stm32f103.c.o
- src/stm32f103.i: src/stm32f103.c.i
- .PHONY : src/stm32f103.i
- # target to preprocess a source file
- src/stm32f103.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.i
- .PHONY : src/stm32f103.c.i
- src/stm32f103.s: src/stm32f103.c.s
- .PHONY : src/stm32f103.s
- # target to generate assembly for a file
- src/stm32f103.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/stm32f103.c.s
- .PHONY : src/stm32f103.c.s
- src/tcXHHW.o: src/tcXHHW.c.o
- .PHONY : src/tcXHHW.o
- # target to build an object file
- src/tcXHHW.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.o
- .PHONY : src/tcXHHW.c.o
- src/tcXHHW.i: src/tcXHHW.c.i
- .PHONY : src/tcXHHW.i
- # target to preprocess a source file
- src/tcXHHW.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.i
- .PHONY : src/tcXHHW.c.i
- src/tcXHHW.s: src/tcXHHW.c.s
- .PHONY : src/tcXHHW.s
- # target to generate assembly for a file
- src/tcXHHW.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tcXHHW.c.s
- .PHONY : src/tcXHHW.c.s
- src/tc_system.o: src/tc_system.c.o
- .PHONY : src/tc_system.o
- # target to build an object file
- src/tc_system.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.o
- .PHONY : src/tc_system.c.o
- src/tc_system.i: src/tc_system.c.i
- .PHONY : src/tc_system.i
- # target to preprocess a source file
- src/tc_system.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.i
- .PHONY : src/tc_system.c.i
- src/tc_system.s: src/tc_system.c.s
- .PHONY : src/tc_system.s
- # target to generate assembly for a file
- src/tc_system.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_system.c.s
- .PHONY : src/tc_system.c.s
- src/tc_tcu.o: src/tc_tcu.c.o
- .PHONY : src/tc_tcu.o
- # target to build an object file
- src/tc_tcu.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.o
- .PHONY : src/tc_tcu.c.o
- src/tc_tcu.i: src/tc_tcu.c.i
- .PHONY : src/tc_tcu.i
- # target to preprocess a source file
- src/tc_tcu.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.i
- .PHONY : src/tc_tcu.c.i
- src/tc_tcu.s: src/tc_tcu.c.s
- .PHONY : src/tc_tcu.s
- # target to generate assembly for a file
- src/tc_tcu.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_tcu.c.s
- .PHONY : src/tc_tcu.c.s
- src/tc_thread.o: src/tc_thread.c.o
- .PHONY : src/tc_thread.o
- # target to build an object file
- src/tc_thread.c.o:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.o
- .PHONY : src/tc_thread.c.o
- src/tc_thread.i: src/tc_thread.c.i
- .PHONY : src/tc_thread.i
- # target to preprocess a source file
- src/tc_thread.c.i:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.i
- .PHONY : src/tc_thread.c.i
- src/tc_thread.s: src/tc_thread.c.s
- .PHONY : src/tc_thread.s
- # target to generate assembly for a file
- src/tc_thread.c.s:
- $(MAKE) $(MAKESILENT) -f CMakeFiles/app_XHHW.dir/build.make CMakeFiles/app_XHHW.dir/src/tc_thread.c.s
- .PHONY : src/tc_thread.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 "... app_XHHW"
- @echo "... cJSON/cJSON.o"
- @echo "... cJSON/cJSON.i"
- @echo "... cJSON/cJSON.s"
- @echo "... cJSON/cJSON_Utils.o"
- @echo "... cJSON/cJSON_Utils.i"
- @echo "... cJSON/cJSON_Utils.s"
- @echo "... easylog/elog.o"
- @echo "... easylog/elog.i"
- @echo "... easylog/elog.s"
- @echo "... easylog/elog_async.o"
- @echo "... easylog/elog_async.i"
- @echo "... easylog/elog_async.s"
- @echo "... easylog/elog_file.o"
- @echo "... easylog/elog_file.i"
- @echo "... easylog/elog_file.s"
- @echo "... easylog/elog_file_port.o"
- @echo "... easylog/elog_file_port.i"
- @echo "... easylog/elog_file_port.s"
- @echo "... easylog/elog_port.o"
- @echo "... easylog/elog_port.i"
- @echo "... easylog/elog_port.s"
- @echo "... easylog/elog_utils.o"
- @echo "... easylog/elog_utils.i"
- @echo "... easylog/elog_utils.s"
- @echo "... ptimer/ptimer.o"
- @echo "... ptimer/ptimer.i"
- @echo "... ptimer/ptimer.s"
- @echo "... src/acrel_DJSF1352RN.o"
- @echo "... src/acrel_DJSF1352RN.i"
- @echo "... src/acrel_DJSF1352RN.s"
- @echo "... src/ast_XH.o"
- @echo "... src/ast_XH.i"
- @echo "... src/ast_XH.s"
- @echo "... src/com_CAN.o"
- @echo "... src/com_CAN.i"
- @echo "... src/com_CAN.s"
- @echo "... src/com_ttySx.o"
- @echo "... src/com_ttySx.i"
- @echo "... src/com_ttySx.s"
- @echo "... src/config.o"
- @echo "... src/config.i"
- @echo "... src/config.s"
- @echo "... src/goose_HW.o"
- @echo "... src/goose_HW.i"
- @echo "... src/goose_HW.s"
- @echo "... src/goose_HW_decode.o"
- @echo "... src/goose_HW_decode.i"
- @echo "... src/goose_HW_decode.s"
- @echo "... src/goose_HW_encode.o"
- @echo "... src/goose_HW_encode.i"
- @echo "... src/goose_HW_encode.s"
- @echo "... src/hmac_sha256.o"
- @echo "... src/hmac_sha256.i"
- @echo "... src/hmac_sha256.s"
- @echo "... src/logger.o"
- @echo "... src/logger.i"
- @echo "... src/logger.s"
- @echo "... src/main.o"
- @echo "... src/main.i"
- @echo "... src/main.s"
- @echo "... src/modbus_RTU.o"
- @echo "... src/modbus_RTU.i"
- @echo "... src/modbus_RTU.s"
- @echo "... src/modbus_TCP_HW.o"
- @echo "... src/modbus_TCP_HW.i"
- @echo "... src/modbus_TCP_HW.s"
- @echo "... src/rs232test.o"
- @echo "... src/rs232test.i"
- @echo "... src/rs232test.s"
- @echo "... src/rs485test.o"
- @echo "... src/rs485test.i"
- @echo "... src/rs485test.s"
- @echo "... src/stm32f103.o"
- @echo "... src/stm32f103.i"
- @echo "... src/stm32f103.s"
- @echo "... src/tcXHHW.o"
- @echo "... src/tcXHHW.i"
- @echo "... src/tcXHHW.s"
- @echo "... src/tc_system.o"
- @echo "... src/tc_system.i"
- @echo "... src/tc_system.s"
- @echo "... src/tc_tcu.o"
- @echo "... src/tc_tcu.i"
- @echo "... src/tc_tcu.s"
- @echo "... src/tc_thread.o"
- @echo "... src/tc_thread.i"
- @echo "... src/tc_thread.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
|