# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Produce verbose output by default.
VERBOSE = 1

# 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 = /opt/cmake-3.13.5-Linux-x86_64/bin/cmake

# The command to remove a file.
RM = /opt/cmake-3.13.5-Linux-x86_64/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/opt/cmake-3.13.5-Linux-x86_64/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..."
	/opt/cmake-3.13.5-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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..."
	/opt/cmake-3.13.5-Linux-x86_64/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..."
	/opt/cmake-3.13.5-Linux-x86_64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && /opt/cmake-3.13.5-Linux-x86_64/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/opt/cmake-3.13.5-Linux-x86_64/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..."
	/opt/cmake-3.13.5-Linux-x86_64/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && /opt/cmake-3.13.5-Linux-x86_64/bin/cpack --config ./CPackSourceConfig.cmake /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source

.PHONY : package_source/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/opt/cmake-3.13.5-Linux-x86_64/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..."
	/opt/cmake-3.13.5-Linux-x86_64/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# Special rule for the target 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

# The main all target
all: cmake_check_build_system
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir/CMakeFiles /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir/source/libs/stream/CMakeFiles/progress.marks
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f CMakeFiles/Makefile2 source/libs/stream/all
	$(CMAKE_COMMAND) -E cmake_progress_start /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f CMakeFiles/Makefile2 source/libs/stream/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f CMakeFiles/Makefile2 source/libs/stream/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f CMakeFiles/Makefile2 source/libs/stream/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
source/libs/stream/CMakeFiles/stream.dir/rule:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f CMakeFiles/Makefile2 source/libs/stream/CMakeFiles/stream.dir/rule
.PHONY : source/libs/stream/CMakeFiles/stream.dir/rule

# Convenience name for target.
stream: source/libs/stream/CMakeFiles/stream.dir/rule

.PHONY : stream

# fast build rule for target.
stream/fast:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/build
.PHONY : stream/fast

src/stream.o: src/stream.c.o

.PHONY : src/stream.o

# target to build an object file
src/stream.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/stream.c.o
.PHONY : src/stream.c.o

src/stream.i: src/stream.c.i

.PHONY : src/stream.i

# target to preprocess a source file
src/stream.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/stream.c.i
.PHONY : src/stream.c.i

src/stream.s: src/stream.c.s

.PHONY : src/stream.s

# target to generate assembly for a file
src/stream.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/stream.c.s
.PHONY : src/stream.c.s

src/streamBackendRocksdb.o: src/streamBackendRocksdb.c.o

.PHONY : src/streamBackendRocksdb.o

# target to build an object file
src/streamBackendRocksdb.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamBackendRocksdb.c.o
.PHONY : src/streamBackendRocksdb.c.o

src/streamBackendRocksdb.i: src/streamBackendRocksdb.c.i

.PHONY : src/streamBackendRocksdb.i

# target to preprocess a source file
src/streamBackendRocksdb.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamBackendRocksdb.c.i
.PHONY : src/streamBackendRocksdb.c.i

src/streamBackendRocksdb.s: src/streamBackendRocksdb.c.s

.PHONY : src/streamBackendRocksdb.s

# target to generate assembly for a file
src/streamBackendRocksdb.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamBackendRocksdb.c.s
.PHONY : src/streamBackendRocksdb.c.s

src/streamCheckpoint.o: src/streamCheckpoint.c.o

.PHONY : src/streamCheckpoint.o

# target to build an object file
src/streamCheckpoint.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamCheckpoint.c.o
.PHONY : src/streamCheckpoint.c.o

src/streamCheckpoint.i: src/streamCheckpoint.c.i

.PHONY : src/streamCheckpoint.i

# target to preprocess a source file
src/streamCheckpoint.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamCheckpoint.c.i
.PHONY : src/streamCheckpoint.c.i

src/streamCheckpoint.s: src/streamCheckpoint.c.s

.PHONY : src/streamCheckpoint.s

# target to generate assembly for a file
src/streamCheckpoint.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamCheckpoint.c.s
.PHONY : src/streamCheckpoint.c.s

src/streamData.o: src/streamData.c.o

.PHONY : src/streamData.o

# target to build an object file
src/streamData.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamData.c.o
.PHONY : src/streamData.c.o

src/streamData.i: src/streamData.c.i

.PHONY : src/streamData.i

# target to preprocess a source file
src/streamData.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamData.c.i
.PHONY : src/streamData.c.i

src/streamData.s: src/streamData.c.s

.PHONY : src/streamData.s

# target to generate assembly for a file
src/streamData.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamData.c.s
.PHONY : src/streamData.c.s

src/streamDispatch.o: src/streamDispatch.c.o

.PHONY : src/streamDispatch.o

# target to build an object file
src/streamDispatch.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamDispatch.c.o
.PHONY : src/streamDispatch.c.o

src/streamDispatch.i: src/streamDispatch.c.i

.PHONY : src/streamDispatch.i

# target to preprocess a source file
src/streamDispatch.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamDispatch.c.i
.PHONY : src/streamDispatch.c.i

src/streamDispatch.s: src/streamDispatch.c.s

.PHONY : src/streamDispatch.s

# target to generate assembly for a file
src/streamDispatch.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamDispatch.c.s
.PHONY : src/streamDispatch.c.s

src/streamExec.o: src/streamExec.c.o

.PHONY : src/streamExec.o

# target to build an object file
src/streamExec.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamExec.c.o
.PHONY : src/streamExec.c.o

src/streamExec.i: src/streamExec.c.i

.PHONY : src/streamExec.i

# target to preprocess a source file
src/streamExec.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamExec.c.i
.PHONY : src/streamExec.c.i

src/streamExec.s: src/streamExec.c.s

.PHONY : src/streamExec.s

# target to generate assembly for a file
src/streamExec.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamExec.c.s
.PHONY : src/streamExec.c.s

src/streamMeta.o: src/streamMeta.c.o

.PHONY : src/streamMeta.o

# target to build an object file
src/streamMeta.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamMeta.c.o
.PHONY : src/streamMeta.c.o

src/streamMeta.i: src/streamMeta.c.i

.PHONY : src/streamMeta.i

# target to preprocess a source file
src/streamMeta.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamMeta.c.i
.PHONY : src/streamMeta.c.i

src/streamMeta.s: src/streamMeta.c.s

.PHONY : src/streamMeta.s

# target to generate assembly for a file
src/streamMeta.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamMeta.c.s
.PHONY : src/streamMeta.c.s

src/streamQueue.o: src/streamQueue.c.o

.PHONY : src/streamQueue.o

# target to build an object file
src/streamQueue.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamQueue.c.o
.PHONY : src/streamQueue.c.o

src/streamQueue.i: src/streamQueue.c.i

.PHONY : src/streamQueue.i

# target to preprocess a source file
src/streamQueue.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamQueue.c.i
.PHONY : src/streamQueue.c.i

src/streamQueue.s: src/streamQueue.c.s

.PHONY : src/streamQueue.s

# target to generate assembly for a file
src/streamQueue.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamQueue.c.s
.PHONY : src/streamQueue.c.s

src/streamRecover.o: src/streamRecover.c.o

.PHONY : src/streamRecover.o

# target to build an object file
src/streamRecover.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamRecover.c.o
.PHONY : src/streamRecover.c.o

src/streamRecover.i: src/streamRecover.c.i

.PHONY : src/streamRecover.i

# target to preprocess a source file
src/streamRecover.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamRecover.c.i
.PHONY : src/streamRecover.c.i

src/streamRecover.s: src/streamRecover.c.s

.PHONY : src/streamRecover.s

# target to generate assembly for a file
src/streamRecover.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamRecover.c.s
.PHONY : src/streamRecover.c.s

src/streamState.o: src/streamState.c.o

.PHONY : src/streamState.o

# target to build an object file
src/streamState.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamState.c.o
.PHONY : src/streamState.c.o

src/streamState.i: src/streamState.c.i

.PHONY : src/streamState.i

# target to preprocess a source file
src/streamState.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamState.c.i
.PHONY : src/streamState.c.i

src/streamState.s: src/streamState.c.s

.PHONY : src/streamState.s

# target to generate assembly for a file
src/streamState.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamState.c.s
.PHONY : src/streamState.c.s

src/streamTask.o: src/streamTask.c.o

.PHONY : src/streamTask.o

# target to build an object file
src/streamTask.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamTask.c.o
.PHONY : src/streamTask.c.o

src/streamTask.i: src/streamTask.c.i

.PHONY : src/streamTask.i

# target to preprocess a source file
src/streamTask.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamTask.c.i
.PHONY : src/streamTask.c.i

src/streamTask.s: src/streamTask.c.s

.PHONY : src/streamTask.s

# target to generate assembly for a file
src/streamTask.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamTask.c.s
.PHONY : src/streamTask.c.s

src/streamUpdate.o: src/streamUpdate.c.o

.PHONY : src/streamUpdate.o

# target to build an object file
src/streamUpdate.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamUpdate.c.o
.PHONY : src/streamUpdate.c.o

src/streamUpdate.i: src/streamUpdate.c.i

.PHONY : src/streamUpdate.i

# target to preprocess a source file
src/streamUpdate.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamUpdate.c.i
.PHONY : src/streamUpdate.c.i

src/streamUpdate.s: src/streamUpdate.c.s

.PHONY : src/streamUpdate.s

# target to generate assembly for a file
src/streamUpdate.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/streamUpdate.c.s
.PHONY : src/streamUpdate.c.s

src/tstreamFileState.o: src/tstreamFileState.c.o

.PHONY : src/tstreamFileState.o

# target to build an object file
src/tstreamFileState.c.o:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/tstreamFileState.c.o
.PHONY : src/tstreamFileState.c.o

src/tstreamFileState.i: src/tstreamFileState.c.i

.PHONY : src/tstreamFileState.i

# target to preprocess a source file
src/tstreamFileState.c.i:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/tstreamFileState.c.i
.PHONY : src/tstreamFileState.c.i

src/tstreamFileState.s: src/tstreamFileState.c.s

.PHONY : src/tstreamFileState.s

# target to generate assembly for a file
src/tstreamFileState.c.s:
	cd /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(MAKE) -f source/libs/stream/CMakeFiles/stream.dir/build.make source/libs/stream/CMakeFiles/stream.dir/src/tstreamFileState.c.s
.PHONY : src/tstreamFileState.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 "... install/strip"
	@echo "... install/local"
	@echo "... package"
	@echo "... install"
	@echo "... stream"
	@echo "... package_source"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... src/stream.o"
	@echo "... src/stream.i"
	@echo "... src/stream.s"
	@echo "... src/streamBackendRocksdb.o"
	@echo "... src/streamBackendRocksdb.i"
	@echo "... src/streamBackendRocksdb.s"
	@echo "... src/streamCheckpoint.o"
	@echo "... src/streamCheckpoint.i"
	@echo "... src/streamCheckpoint.s"
	@echo "... src/streamData.o"
	@echo "... src/streamData.i"
	@echo "... src/streamData.s"
	@echo "... src/streamDispatch.o"
	@echo "... src/streamDispatch.i"
	@echo "... src/streamDispatch.s"
	@echo "... src/streamExec.o"
	@echo "... src/streamExec.i"
	@echo "... src/streamExec.s"
	@echo "... src/streamMeta.o"
	@echo "... src/streamMeta.i"
	@echo "... src/streamMeta.s"
	@echo "... src/streamQueue.o"
	@echo "... src/streamQueue.i"
	@echo "... src/streamQueue.s"
	@echo "... src/streamRecover.o"
	@echo "... src/streamRecover.i"
	@echo "... src/streamRecover.s"
	@echo "... src/streamState.o"
	@echo "... src/streamState.i"
	@echo "... src/streamState.s"
	@echo "... src/streamTask.o"
	@echo "... src/streamTask.i"
	@echo "... src/streamTask.s"
	@echo "... src/streamUpdate.o"
	@echo "... src/streamUpdate.i"
	@echo "... src/streamUpdate.s"
	@echo "... src/tstreamFileState.o"
	@echo "... src/tstreamFileState.i"
	@echo "... src/tstreamFileState.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 /mnt/data/dev_pub/wzy/smu_3.0/3568/application-sdk/application/opensource/TDengine/build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

