EdgeGateway_FSU/DevicePortGet/build/Mqtt_src/Makefile

426 lines
18 KiB
Makefile
Raw Normal View History

2024-03-15 17:25:04 +08:00
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
# 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/local/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/local/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
# 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/local/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
# The main all target
all: cmake_check_build_system
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build/CMakeFiles /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build/Mqtt_src//CMakeFiles/progress.marks
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Mqtt_src/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Mqtt_src/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Mqtt_src/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Mqtt_src/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
Mqtt_src/CMakeFiles/MqttClientApp.dir/rule:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Mqtt_src/CMakeFiles/MqttClientApp.dir/rule
.PHONY : Mqtt_src/CMakeFiles/MqttClientApp.dir/rule
# Convenience name for target.
MqttClientApp: Mqtt_src/CMakeFiles/MqttClientApp.dir/rule
.PHONY : MqttClientApp
# fast build rule for target.
MqttClientApp/fast:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/build
.PHONY : MqttClientApp/fast
MqttClient.o: MqttClient.c.o
.PHONY : MqttClient.o
# target to build an object file
MqttClient.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/MqttClient.c.o
.PHONY : MqttClient.c.o
MqttClient.i: MqttClient.c.i
.PHONY : MqttClient.i
# target to preprocess a source file
MqttClient.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/MqttClient.c.i
.PHONY : MqttClient.c.i
MqttClient.s: MqttClient.c.s
.PHONY : MqttClient.s
# target to generate assembly for a file
MqttClient.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/MqttClient.c.s
.PHONY : MqttClient.c.s
__/Public_Src/CjsonCreate_Init.o: __/Public_Src/CjsonCreate_Init.c.o
.PHONY : __/Public_Src/CjsonCreate_Init.o
# target to build an object file
__/Public_Src/CjsonCreate_Init.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/CjsonCreate_Init.c.o
.PHONY : __/Public_Src/CjsonCreate_Init.c.o
__/Public_Src/CjsonCreate_Init.i: __/Public_Src/CjsonCreate_Init.c.i
.PHONY : __/Public_Src/CjsonCreate_Init.i
# target to preprocess a source file
__/Public_Src/CjsonCreate_Init.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/CjsonCreate_Init.c.i
.PHONY : __/Public_Src/CjsonCreate_Init.c.i
__/Public_Src/CjsonCreate_Init.s: __/Public_Src/CjsonCreate_Init.c.s
.PHONY : __/Public_Src/CjsonCreate_Init.s
# target to generate assembly for a file
__/Public_Src/CjsonCreate_Init.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/CjsonCreate_Init.c.s
.PHONY : __/Public_Src/CjsonCreate_Init.c.s
__/Public_Src/ProcessisRunning.o: __/Public_Src/ProcessisRunning.c.o
.PHONY : __/Public_Src/ProcessisRunning.o
# target to build an object file
__/Public_Src/ProcessisRunning.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/ProcessisRunning.c.o
.PHONY : __/Public_Src/ProcessisRunning.c.o
__/Public_Src/ProcessisRunning.i: __/Public_Src/ProcessisRunning.c.i
.PHONY : __/Public_Src/ProcessisRunning.i
# target to preprocess a source file
__/Public_Src/ProcessisRunning.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/ProcessisRunning.c.i
.PHONY : __/Public_Src/ProcessisRunning.c.i
__/Public_Src/ProcessisRunning.s: __/Public_Src/ProcessisRunning.c.s
.PHONY : __/Public_Src/ProcessisRunning.s
# target to generate assembly for a file
__/Public_Src/ProcessisRunning.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/ProcessisRunning.c.s
.PHONY : __/Public_Src/ProcessisRunning.c.s
__/Public_Src/SystemTimeFunc.o: __/Public_Src/SystemTimeFunc.c.o
.PHONY : __/Public_Src/SystemTimeFunc.o
# target to build an object file
__/Public_Src/SystemTimeFunc.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/SystemTimeFunc.c.o
.PHONY : __/Public_Src/SystemTimeFunc.c.o
__/Public_Src/SystemTimeFunc.i: __/Public_Src/SystemTimeFunc.c.i
.PHONY : __/Public_Src/SystemTimeFunc.i
# target to preprocess a source file
__/Public_Src/SystemTimeFunc.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/SystemTimeFunc.c.i
.PHONY : __/Public_Src/SystemTimeFunc.c.i
__/Public_Src/SystemTimeFunc.s: __/Public_Src/SystemTimeFunc.c.s
.PHONY : __/Public_Src/SystemTimeFunc.s
# target to generate assembly for a file
__/Public_Src/SystemTimeFunc.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/SystemTimeFunc.c.s
.PHONY : __/Public_Src/SystemTimeFunc.c.s
__/Public_Src/cjson/cJSON.o: __/Public_Src/cjson/cJSON.c.o
.PHONY : __/Public_Src/cjson/cJSON.o
# target to build an object file
__/Public_Src/cjson/cJSON.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/cjson/cJSON.c.o
.PHONY : __/Public_Src/cjson/cJSON.c.o
__/Public_Src/cjson/cJSON.i: __/Public_Src/cjson/cJSON.c.i
.PHONY : __/Public_Src/cjson/cJSON.i
# target to preprocess a source file
__/Public_Src/cjson/cJSON.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/cjson/cJSON.c.i
.PHONY : __/Public_Src/cjson/cJSON.c.i
__/Public_Src/cjson/cJSON.s: __/Public_Src/cjson/cJSON.c.s
.PHONY : __/Public_Src/cjson/cJSON.s
# target to generate assembly for a file
__/Public_Src/cjson/cJSON.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/Public_Src/cjson/cJSON.c.s
.PHONY : __/Public_Src/cjson/cJSON.c.s
__/src/DebugPrint.o: __/src/DebugPrint.c.o
.PHONY : __/src/DebugPrint.o
# target to build an object file
__/src/DebugPrint.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/DebugPrint.c.o
.PHONY : __/src/DebugPrint.c.o
__/src/DebugPrint.i: __/src/DebugPrint.c.i
.PHONY : __/src/DebugPrint.i
# target to preprocess a source file
__/src/DebugPrint.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/DebugPrint.c.i
.PHONY : __/src/DebugPrint.c.i
__/src/DebugPrint.s: __/src/DebugPrint.c.s
.PHONY : __/src/DebugPrint.s
# target to generate assembly for a file
__/src/DebugPrint.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/DebugPrint.c.s
.PHONY : __/src/DebugPrint.c.s
__/src/mslog/mslog.o: __/src/mslog/mslog.c.o
.PHONY : __/src/mslog/mslog.o
# target to build an object file
__/src/mslog/mslog.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/mslog/mslog.c.o
.PHONY : __/src/mslog/mslog.c.o
__/src/mslog/mslog.i: __/src/mslog/mslog.c.i
.PHONY : __/src/mslog/mslog.i
# target to preprocess a source file
__/src/mslog/mslog.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/mslog/mslog.c.i
.PHONY : __/src/mslog/mslog.c.i
__/src/mslog/mslog.s: __/src/mslog/mslog.c.s
.PHONY : __/src/mslog/mslog.s
# target to generate assembly for a file
__/src/mslog/mslog.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/mslog/mslog.c.s
.PHONY : __/src/mslog/mslog.c.s
__/src/public.o: __/src/public.c.o
.PHONY : __/src/public.o
# target to build an object file
__/src/public.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/public.c.o
.PHONY : __/src/public.c.o
__/src/public.i: __/src/public.c.i
.PHONY : __/src/public.i
# target to preprocess a source file
__/src/public.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/public.c.i
.PHONY : __/src/public.c.i
__/src/public.s: __/src/public.c.s
.PHONY : __/src/public.s
# target to generate assembly for a file
__/src/public.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/public.c.s
.PHONY : __/src/public.c.s
__/src/sqTable_init.o: __/src/sqTable_init.c.o
.PHONY : __/src/sqTable_init.o
# target to build an object file
__/src/sqTable_init.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqTable_init.c.o
.PHONY : __/src/sqTable_init.c.o
__/src/sqTable_init.i: __/src/sqTable_init.c.i
.PHONY : __/src/sqTable_init.i
# target to preprocess a source file
__/src/sqTable_init.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqTable_init.c.i
.PHONY : __/src/sqTable_init.c.i
__/src/sqTable_init.s: __/src/sqTable_init.c.s
.PHONY : __/src/sqTable_init.s
# target to generate assembly for a file
__/src/sqTable_init.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqTable_init.c.s
.PHONY : __/src/sqTable_init.c.s
__/src/sqlite_api.o: __/src/sqlite_api.c.o
.PHONY : __/src/sqlite_api.o
# target to build an object file
__/src/sqlite_api.c.o:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqlite_api.c.o
.PHONY : __/src/sqlite_api.c.o
__/src/sqlite_api.i: __/src/sqlite_api.c.i
.PHONY : __/src/sqlite_api.i
# target to preprocess a source file
__/src/sqlite_api.c.i:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqlite_api.c.i
.PHONY : __/src/sqlite_api.c.i
__/src/sqlite_api.s: __/src/sqlite_api.c.s
.PHONY : __/src/sqlite_api.s
# target to generate assembly for a file
__/src/sqlite_api.c.s:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(MAKE) $(MAKESILENT) -f Mqtt_src/CMakeFiles/MqttClientApp.dir/build.make Mqtt_src/CMakeFiles/MqttClientApp.dir/__/src/sqlite_api.c.s
.PHONY : __/src/sqlite_api.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 "... rebuild_cache"
@echo "... MqttClientApp"
@echo "... MqttClient.o"
@echo "... MqttClient.i"
@echo "... MqttClient.s"
@echo "... __/Public_Src/CjsonCreate_Init.o"
@echo "... __/Public_Src/CjsonCreate_Init.i"
@echo "... __/Public_Src/CjsonCreate_Init.s"
@echo "... __/Public_Src/ProcessisRunning.o"
@echo "... __/Public_Src/ProcessisRunning.i"
@echo "... __/Public_Src/ProcessisRunning.s"
@echo "... __/Public_Src/SystemTimeFunc.o"
@echo "... __/Public_Src/SystemTimeFunc.i"
@echo "... __/Public_Src/SystemTimeFunc.s"
@echo "... __/Public_Src/cjson/cJSON.o"
@echo "... __/Public_Src/cjson/cJSON.i"
@echo "... __/Public_Src/cjson/cJSON.s"
@echo "... __/src/DebugPrint.o"
@echo "... __/src/DebugPrint.i"
@echo "... __/src/DebugPrint.s"
@echo "... __/src/mslog/mslog.o"
@echo "... __/src/mslog/mslog.i"
@echo "... __/src/mslog/mslog.s"
@echo "... __/src/public.o"
@echo "... __/src/public.i"
@echo "... __/src/public.s"
@echo "... __/src/sqTable_init.o"
@echo "... __/src/sqTable_init.i"
@echo "... __/src/sqTable_init.s"
@echo "... __/src/sqlite_api.o"
@echo "... __/src/sqlite_api.i"
@echo "... __/src/sqlite_api.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:
cd /home/alientek/Desktop/test_arm_no/EdgeGateway_FSU/DevicePortGet/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system