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

# 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

# Produce verbose output by default.
VERBOSE = 1

# 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 = /home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/bin/cmake

# The command to remove a file.
RM = /home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/xingzhixiong/TSPD_CODE/qiancang/ge

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/xingzhixiong/TSPD_CODE/qiancang/ge

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

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..."
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && /home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package
.PHONY : package/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 /home/xingzhixiong/TSPD_CODE/qiancang/ge && /home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/bin/cpack --config ./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 "No interactive CMake dialog available..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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\" \"opensdk\" \"packages\""
.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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/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..."
	/home/xingzhixiong/.local/lib/python3.8/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(CMAKE_COMMAND) -E cmake_progress_start /home/xingzhixiong/TSPD_CODE/qiancang/ge/CMakeFiles /home/xingzhixiong/TSPD_CODE/qiancang/ge/tests/autofuse/ut/optimize//CMakeFiles/progress.marks
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/autofuse/ut/optimize/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/xingzhixiong/TSPD_CODE/qiancang/ge/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/autofuse/ut/optimize/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: cmake_check_build_system
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/autofuse/ut/optimize/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/autofuse/ut/optimize/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(CMAKE_COMMAND) -P /home/xingzhixiong/TSPD_CODE/qiancang/ge/CMakeFiles/VerifyGlobs.cmake
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/rule:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/rule
.PHONY : tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/rule

# Convenience name for target.
optimize_ut: tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/rule
.PHONY : optimize_ut

# fast build rule for target.
optimize_ut/fast:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build
.PHONY : optimize_ut/fast

__/__/v35/ut/optimize/test_brc_inline_v2.o: __/__/v35/ut/optimize/test_brc_inline_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.o

# target to build an object file
__/__/v35/ut/optimize/test_brc_inline_v2.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_brc_inline_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.cpp.o

__/__/v35/ut/optimize/test_brc_inline_v2.i: __/__/v35/ut/optimize/test_brc_inline_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_brc_inline_v2.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_brc_inline_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.cpp.i

__/__/v35/ut/optimize/test_brc_inline_v2.s: __/__/v35/ut/optimize/test_brc_inline_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_brc_inline_v2.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_brc_inline_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_brc_inline_v2.cpp.s

__/__/v35/ut/optimize/test_concat_inputs_unification_pass.o: __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.o
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.o

# target to build an object file
__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.o
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.o

__/__/v35/ut/optimize/test_concat_inputs_unification_pass.i: __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.i
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.i
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.i

__/__/v35/ut/optimize/test_concat_inputs_unification_pass.s: __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.s
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.s
.PHONY : __/__/v35/ut/optimize/test_concat_inputs_unification_pass.cpp.s

__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.o: __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.o

# target to build an object file
__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.o

__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.i: __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.i

__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.s: __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.cpp.s

__/__/v35/ut/optimize/test_cube_schedule_case_generator.o: __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.o
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.o

# target to build an object file
__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.o
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.o

__/__/v35/ut/optimize/test_cube_schedule_case_generator.i: __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.i
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.i
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.i

__/__/v35/ut/optimize/test_cube_schedule_case_generator.s: __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.s
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.s
.PHONY : __/__/v35/ut/optimize/test_cube_schedule_case_generator.cpp.s

__/__/v35/ut/optimize/test_optimizer_v2.o: __/__/v35/ut/optimize/test_optimizer_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.o

# target to build an object file
__/__/v35/ut/optimize/test_optimizer_v2.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_optimizer_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.cpp.o

__/__/v35/ut/optimize/test_optimizer_v2.i: __/__/v35/ut/optimize/test_optimizer_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_optimizer_v2.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_optimizer_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.cpp.i

__/__/v35/ut/optimize/test_optimizer_v2.s: __/__/v35/ut/optimize/test_optimizer_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_optimizer_v2.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_optimizer_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_optimizer_v2.cpp.s

__/__/v35/ut/optimize/test_vectorized_alignment_v2.o: __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.o

# target to build an object file
__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.o
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.o

__/__/v35/ut/optimize/test_vectorized_alignment_v2.i: __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.i
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.i

__/__/v35/ut/optimize/test_vectorized_alignment_v2.s: __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.s
.PHONY : __/__/v35/ut/optimize/test_vectorized_alignment_v2.cpp.s

__/__/v35/ut/optimize/test_vf_partition.o: __/__/v35/ut/optimize/test_vf_partition.cpp.o
.PHONY : __/__/v35/ut/optimize/test_vf_partition.o

# target to build an object file
__/__/v35/ut/optimize/test_vf_partition.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vf_partition.cpp.o
.PHONY : __/__/v35/ut/optimize/test_vf_partition.cpp.o

__/__/v35/ut/optimize/test_vf_partition.i: __/__/v35/ut/optimize/test_vf_partition.cpp.i
.PHONY : __/__/v35/ut/optimize/test_vf_partition.i

# target to preprocess a source file
__/__/v35/ut/optimize/test_vf_partition.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vf_partition.cpp.i
.PHONY : __/__/v35/ut/optimize/test_vf_partition.cpp.i

__/__/v35/ut/optimize/test_vf_partition.s: __/__/v35/ut/optimize/test_vf_partition.cpp.s
.PHONY : __/__/v35/ut/optimize/test_vf_partition.s

# target to generate assembly for a file
__/__/v35/ut/optimize/test_vf_partition.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/__/__/v35/ut/optimize/test_vf_partition.cpp.s
.PHONY : __/__/v35/ut/optimize/test_vf_partition.cpp.s

autoschedule/test_autoschedule.o: autoschedule/test_autoschedule.cpp.o
.PHONY : autoschedule/test_autoschedule.o

# target to build an object file
autoschedule/test_autoschedule.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_autoschedule.cpp.o
.PHONY : autoschedule/test_autoschedule.cpp.o

autoschedule/test_autoschedule.i: autoschedule/test_autoschedule.cpp.i
.PHONY : autoschedule/test_autoschedule.i

# target to preprocess a source file
autoschedule/test_autoschedule.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_autoschedule.cpp.i
.PHONY : autoschedule/test_autoschedule.cpp.i

autoschedule/test_autoschedule.s: autoschedule/test_autoschedule.cpp.s
.PHONY : autoschedule/test_autoschedule.s

# target to generate assembly for a file
autoschedule/test_autoschedule.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_autoschedule.cpp.s
.PHONY : autoschedule/test_autoschedule.cpp.s

autoschedule/test_reduce.o: autoschedule/test_reduce.cpp.o
.PHONY : autoschedule/test_reduce.o

# target to build an object file
autoschedule/test_reduce.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_reduce.cpp.o
.PHONY : autoschedule/test_reduce.cpp.o

autoschedule/test_reduce.i: autoschedule/test_reduce.cpp.i
.PHONY : autoschedule/test_reduce.i

# target to preprocess a source file
autoschedule/test_reduce.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_reduce.cpp.i
.PHONY : autoschedule/test_reduce.cpp.i

autoschedule/test_reduce.s: autoschedule/test_reduce.cpp.s
.PHONY : autoschedule/test_reduce.s

# target to generate assembly for a file
autoschedule/test_reduce.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_reduce.cpp.s
.PHONY : autoschedule/test_reduce.cpp.s

autoschedule/test_tiling_group.o: autoschedule/test_tiling_group.cpp.o
.PHONY : autoschedule/test_tiling_group.o

# target to build an object file
autoschedule/test_tiling_group.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_tiling_group.cpp.o
.PHONY : autoschedule/test_tiling_group.cpp.o

autoschedule/test_tiling_group.i: autoschedule/test_tiling_group.cpp.i
.PHONY : autoschedule/test_tiling_group.i

# target to preprocess a source file
autoschedule/test_tiling_group.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_tiling_group.cpp.i
.PHONY : autoschedule/test_tiling_group.cpp.i

autoschedule/test_tiling_group.s: autoschedule/test_tiling_group.cpp.s
.PHONY : autoschedule/test_tiling_group.s

# target to generate assembly for a file
autoschedule/test_tiling_group.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_tiling_group.cpp.s
.PHONY : autoschedule/test_tiling_group.cpp.s

autoschedule/test_vectorized_alignment.o: autoschedule/test_vectorized_alignment.cpp.o
.PHONY : autoschedule/test_vectorized_alignment.o

# target to build an object file
autoschedule/test_vectorized_alignment.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_vectorized_alignment.cpp.o
.PHONY : autoschedule/test_vectorized_alignment.cpp.o

autoschedule/test_vectorized_alignment.i: autoschedule/test_vectorized_alignment.cpp.i
.PHONY : autoschedule/test_vectorized_alignment.i

# target to preprocess a source file
autoschedule/test_vectorized_alignment.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_vectorized_alignment.cpp.i
.PHONY : autoschedule/test_vectorized_alignment.cpp.i

autoschedule/test_vectorized_alignment.s: autoschedule/test_vectorized_alignment.cpp.s
.PHONY : autoschedule/test_vectorized_alignment.s

# target to generate assembly for a file
autoschedule/test_vectorized_alignment.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/autoschedule/test_vectorized_alignment.cpp.s
.PHONY : autoschedule/test_vectorized_alignment.cpp.s

task_generator/test_concat_schedule_case_generator.o: task_generator/test_concat_schedule_case_generator.cpp.o
.PHONY : task_generator/test_concat_schedule_case_generator.o

# target to build an object file
task_generator/test_concat_schedule_case_generator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_concat_schedule_case_generator.cpp.o
.PHONY : task_generator/test_concat_schedule_case_generator.cpp.o

task_generator/test_concat_schedule_case_generator.i: task_generator/test_concat_schedule_case_generator.cpp.i
.PHONY : task_generator/test_concat_schedule_case_generator.i

# target to preprocess a source file
task_generator/test_concat_schedule_case_generator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_concat_schedule_case_generator.cpp.i
.PHONY : task_generator/test_concat_schedule_case_generator.cpp.i

task_generator/test_concat_schedule_case_generator.s: task_generator/test_concat_schedule_case_generator.cpp.s
.PHONY : task_generator/test_concat_schedule_case_generator.s

# target to generate assembly for a file
task_generator/test_concat_schedule_case_generator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_concat_schedule_case_generator.cpp.s
.PHONY : task_generator/test_concat_schedule_case_generator.cpp.s

task_generator/test_recompute_case_generator.o: task_generator/test_recompute_case_generator.cpp.o
.PHONY : task_generator/test_recompute_case_generator.o

# target to build an object file
task_generator/test_recompute_case_generator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_recompute_case_generator.cpp.o
.PHONY : task_generator/test_recompute_case_generator.cpp.o

task_generator/test_recompute_case_generator.i: task_generator/test_recompute_case_generator.cpp.i
.PHONY : task_generator/test_recompute_case_generator.i

# target to preprocess a source file
task_generator/test_recompute_case_generator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_recompute_case_generator.cpp.i
.PHONY : task_generator/test_recompute_case_generator.cpp.i

task_generator/test_recompute_case_generator.s: task_generator/test_recompute_case_generator.cpp.s
.PHONY : task_generator/test_recompute_case_generator.s

# target to generate assembly for a file
task_generator/test_recompute_case_generator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_recompute_case_generator.cpp.s
.PHONY : task_generator/test_recompute_case_generator.cpp.s

task_generator/test_reduce_schedule_case_generator.o: task_generator/test_reduce_schedule_case_generator.cpp.o
.PHONY : task_generator/test_reduce_schedule_case_generator.o

# target to build an object file
task_generator/test_reduce_schedule_case_generator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_reduce_schedule_case_generator.cpp.o
.PHONY : task_generator/test_reduce_schedule_case_generator.cpp.o

task_generator/test_reduce_schedule_case_generator.i: task_generator/test_reduce_schedule_case_generator.cpp.i
.PHONY : task_generator/test_reduce_schedule_case_generator.i

# target to preprocess a source file
task_generator/test_reduce_schedule_case_generator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_reduce_schedule_case_generator.cpp.i
.PHONY : task_generator/test_reduce_schedule_case_generator.cpp.i

task_generator/test_reduce_schedule_case_generator.s: task_generator/test_reduce_schedule_case_generator.cpp.s
.PHONY : task_generator/test_reduce_schedule_case_generator.s

# target to generate assembly for a file
task_generator/test_reduce_schedule_case_generator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_reduce_schedule_case_generator.cpp.s
.PHONY : task_generator/test_reduce_schedule_case_generator.cpp.s

task_generator/test_split_schedule_case_generator.o: task_generator/test_split_schedule_case_generator.cpp.o
.PHONY : task_generator/test_split_schedule_case_generator.o

# target to build an object file
task_generator/test_split_schedule_case_generator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_split_schedule_case_generator.cpp.o
.PHONY : task_generator/test_split_schedule_case_generator.cpp.o

task_generator/test_split_schedule_case_generator.i: task_generator/test_split_schedule_case_generator.cpp.i
.PHONY : task_generator/test_split_schedule_case_generator.i

# target to preprocess a source file
task_generator/test_split_schedule_case_generator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_split_schedule_case_generator.cpp.i
.PHONY : task_generator/test_split_schedule_case_generator.cpp.i

task_generator/test_split_schedule_case_generator.s: task_generator/test_split_schedule_case_generator.cpp.s
.PHONY : task_generator/test_split_schedule_case_generator.s

# target to generate assembly for a file
task_generator/test_split_schedule_case_generator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/task_generator/test_split_schedule_case_generator.cpp.s
.PHONY : task_generator/test_split_schedule_case_generator.cpp.s

test.o: test.cpp.o
.PHONY : test.o

# target to build an object file
test.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test.cpp.o
.PHONY : test.cpp.o

test.i: test.cpp.i
.PHONY : test.i

# target to preprocess a source file
test.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test.cpp.i
.PHONY : test.cpp.i

test.s: test.cpp.s
.PHONY : test.s

# target to generate assembly for a file
test.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test.cpp.s
.PHONY : test.cpp.s

test_buf_que_allocator.o: test_buf_que_allocator.cpp.o
.PHONY : test_buf_que_allocator.o

# target to build an object file
test_buf_que_allocator.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_buf_que_allocator.cpp.o
.PHONY : test_buf_que_allocator.cpp.o

test_buf_que_allocator.i: test_buf_que_allocator.cpp.i
.PHONY : test_buf_que_allocator.i

# target to preprocess a source file
test_buf_que_allocator.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_buf_que_allocator.cpp.i
.PHONY : test_buf_que_allocator.cpp.i

test_buf_que_allocator.s: test_buf_que_allocator.cpp.s
.PHONY : test_buf_que_allocator.s

# target to generate assembly for a file
test_buf_que_allocator.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_buf_que_allocator.cpp.s
.PHONY : test_buf_que_allocator.cpp.s

test_dtype_consistency.o: test_dtype_consistency.cpp.o
.PHONY : test_dtype_consistency.o

# target to build an object file
test_dtype_consistency.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_dtype_consistency.cpp.o
.PHONY : test_dtype_consistency.cpp.o

test_dtype_consistency.i: test_dtype_consistency.cpp.i
.PHONY : test_dtype_consistency.i

# target to preprocess a source file
test_dtype_consistency.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_dtype_consistency.cpp.i
.PHONY : test_dtype_consistency.cpp.i

test_dtype_consistency.s: test_dtype_consistency.cpp.s
.PHONY : test_dtype_consistency.s

# target to generate assembly for a file
test_dtype_consistency.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_dtype_consistency.cpp.s
.PHONY : test_dtype_consistency.cpp.s

test_fusedgraph_modifier.o: test_fusedgraph_modifier.cpp.o
.PHONY : test_fusedgraph_modifier.o

# target to build an object file
test_fusedgraph_modifier.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_modifier.cpp.o
.PHONY : test_fusedgraph_modifier.cpp.o

test_fusedgraph_modifier.i: test_fusedgraph_modifier.cpp.i
.PHONY : test_fusedgraph_modifier.i

# target to preprocess a source file
test_fusedgraph_modifier.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_modifier.cpp.i
.PHONY : test_fusedgraph_modifier.cpp.i

test_fusedgraph_modifier.s: test_fusedgraph_modifier.cpp.s
.PHONY : test_fusedgraph_modifier.s

# target to generate assembly for a file
test_fusedgraph_modifier.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_modifier.cpp.s
.PHONY : test_fusedgraph_modifier.cpp.s

test_fusedgraph_unfolder.o: test_fusedgraph_unfolder.cpp.o
.PHONY : test_fusedgraph_unfolder.o

# target to build an object file
test_fusedgraph_unfolder.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_unfolder.cpp.o
.PHONY : test_fusedgraph_unfolder.cpp.o

test_fusedgraph_unfolder.i: test_fusedgraph_unfolder.cpp.i
.PHONY : test_fusedgraph_unfolder.i

# target to preprocess a source file
test_fusedgraph_unfolder.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_unfolder.cpp.i
.PHONY : test_fusedgraph_unfolder.cpp.i

test_fusedgraph_unfolder.s: test_fusedgraph_unfolder.cpp.s
.PHONY : test_fusedgraph_unfolder.s

# target to generate assembly for a file
test_fusedgraph_unfolder.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_fusedgraph_unfolder.cpp.s
.PHONY : test_fusedgraph_unfolder.cpp.s

test_optimizer.o: test_optimizer.cpp.o
.PHONY : test_optimizer.o

# target to build an object file
test_optimizer.cpp.o:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_optimizer.cpp.o
.PHONY : test_optimizer.cpp.o

test_optimizer.i: test_optimizer.cpp.i
.PHONY : test_optimizer.i

# target to preprocess a source file
test_optimizer.cpp.i:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_optimizer.cpp.i
.PHONY : test_optimizer.cpp.i

test_optimizer.s: test_optimizer.cpp.s
.PHONY : test_optimizer.s

# target to generate assembly for a file
test_optimizer.cpp.s:
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(MAKE) $(MAKESILENT) -f tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/build.make tests/autofuse/ut/optimize/CMakeFiles/optimize_ut.dir/test_optimizer.cpp.s
.PHONY : test_optimizer.cpp.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 "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... optimize_ut"
	@echo "... __/__/v35/ut/optimize/test_brc_inline_v2.o"
	@echo "... __/__/v35/ut/optimize/test_brc_inline_v2.i"
	@echo "... __/__/v35/ut/optimize/test_brc_inline_v2.s"
	@echo "... __/__/v35/ut/optimize/test_concat_inputs_unification_pass.o"
	@echo "... __/__/v35/ut/optimize/test_concat_inputs_unification_pass.i"
	@echo "... __/__/v35/ut/optimize/test_concat_inputs_unification_pass.s"
	@echo "... __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.o"
	@echo "... __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.i"
	@echo "... __/__/v35/ut/optimize/test_concat_schedule_case_generator_v2.s"
	@echo "... __/__/v35/ut/optimize/test_cube_schedule_case_generator.o"
	@echo "... __/__/v35/ut/optimize/test_cube_schedule_case_generator.i"
	@echo "... __/__/v35/ut/optimize/test_cube_schedule_case_generator.s"
	@echo "... __/__/v35/ut/optimize/test_optimizer_v2.o"
	@echo "... __/__/v35/ut/optimize/test_optimizer_v2.i"
	@echo "... __/__/v35/ut/optimize/test_optimizer_v2.s"
	@echo "... __/__/v35/ut/optimize/test_vectorized_alignment_v2.o"
	@echo "... __/__/v35/ut/optimize/test_vectorized_alignment_v2.i"
	@echo "... __/__/v35/ut/optimize/test_vectorized_alignment_v2.s"
	@echo "... __/__/v35/ut/optimize/test_vf_partition.o"
	@echo "... __/__/v35/ut/optimize/test_vf_partition.i"
	@echo "... __/__/v35/ut/optimize/test_vf_partition.s"
	@echo "... autoschedule/test_autoschedule.o"
	@echo "... autoschedule/test_autoschedule.i"
	@echo "... autoschedule/test_autoschedule.s"
	@echo "... autoschedule/test_reduce.o"
	@echo "... autoschedule/test_reduce.i"
	@echo "... autoschedule/test_reduce.s"
	@echo "... autoschedule/test_tiling_group.o"
	@echo "... autoschedule/test_tiling_group.i"
	@echo "... autoschedule/test_tiling_group.s"
	@echo "... autoschedule/test_vectorized_alignment.o"
	@echo "... autoschedule/test_vectorized_alignment.i"
	@echo "... autoschedule/test_vectorized_alignment.s"
	@echo "... task_generator/test_concat_schedule_case_generator.o"
	@echo "... task_generator/test_concat_schedule_case_generator.i"
	@echo "... task_generator/test_concat_schedule_case_generator.s"
	@echo "... task_generator/test_recompute_case_generator.o"
	@echo "... task_generator/test_recompute_case_generator.i"
	@echo "... task_generator/test_recompute_case_generator.s"
	@echo "... task_generator/test_reduce_schedule_case_generator.o"
	@echo "... task_generator/test_reduce_schedule_case_generator.i"
	@echo "... task_generator/test_reduce_schedule_case_generator.s"
	@echo "... task_generator/test_split_schedule_case_generator.o"
	@echo "... task_generator/test_split_schedule_case_generator.i"
	@echo "... task_generator/test_split_schedule_case_generator.s"
	@echo "... test.o"
	@echo "... test.i"
	@echo "... test.s"
	@echo "... test_buf_que_allocator.o"
	@echo "... test_buf_que_allocator.i"
	@echo "... test_buf_que_allocator.s"
	@echo "... test_dtype_consistency.o"
	@echo "... test_dtype_consistency.i"
	@echo "... test_dtype_consistency.s"
	@echo "... test_fusedgraph_modifier.o"
	@echo "... test_fusedgraph_modifier.i"
	@echo "... test_fusedgraph_modifier.s"
	@echo "... test_fusedgraph_unfolder.o"
	@echo "... test_fusedgraph_unfolder.i"
	@echo "... test_fusedgraph_unfolder.s"
	@echo "... test_optimizer.o"
	@echo "... test_optimizer.i"
	@echo "... test_optimizer.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/xingzhixiong/TSPD_CODE/qiancang/ge && $(CMAKE_COMMAND) -P /home/xingzhixiong/TSPD_CODE/qiancang/ge/CMakeFiles/VerifyGlobs.cmake
	cd /home/xingzhixiong/TSPD_CODE/qiancang/ge && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system