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

# 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 = /root/miniconda3/envs/caffe37/bin/cmake

# The command to remove a file.
RM = /root/miniconda3/envs/caffe37/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /root/bro-caffe

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /root/bro-caffe/build/temp.linux-x86_64-cpython-37

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

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/root/miniconda3/envs/caffe37/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..."
	/root/miniconda3/envs/caffe37/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/root/miniconda3/envs/caffe37/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..."
	/root/miniconda3/envs/caffe37/bin/cmake -P cmake_install.cmake
.PHONY : install/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/root/miniconda3/envs/caffe37/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/root/miniconda3/envs/caffe37/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 install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/root/miniconda3/envs/caffe37/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..."
	/root/miniconda3/envs/caffe37/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 /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(CMAKE_COMMAND) -E cmake_progress_start /root/bro-caffe/build/temp.linux-x86_64-cpython-37/CMakeFiles /root/bro-caffe/build/temp.linux-x86_64-cpython-37/src/caffe/test//CMakeFiles/progress.marks
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/all
	$(CMAKE_COMMAND) -E cmake_progress_start /root/bro-caffe/build/temp.linux-x86_64-cpython-37/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/caffe/test/CMakeFiles/runtest.dir/rule:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/CMakeFiles/runtest.dir/rule
.PHONY : src/caffe/test/CMakeFiles/runtest.dir/rule

# Convenience name for target.
runtest: src/caffe/test/CMakeFiles/runtest.dir/rule

.PHONY : runtest

# fast build rule for target.
runtest/fast:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/runtest.dir/build.make src/caffe/test/CMakeFiles/runtest.dir/build
.PHONY : runtest/fast

# Convenience name for target.
src/caffe/test/CMakeFiles/test.testbin.dir/rule:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/caffe/test/CMakeFiles/test.testbin.dir/rule
.PHONY : src/caffe/test/CMakeFiles/test.testbin.dir/rule

# Convenience name for target.
test.testbin: src/caffe/test/CMakeFiles/test.testbin.dir/rule

.PHONY : test.testbin

# fast build rule for target.
test.testbin/fast:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/build
.PHONY : test.testbin/fast

test_accuracy_layer.o: test_accuracy_layer.cpp.o

.PHONY : test_accuracy_layer.o

# target to build an object file
test_accuracy_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_accuracy_layer.cpp.o
.PHONY : test_accuracy_layer.cpp.o

test_accuracy_layer.i: test_accuracy_layer.cpp.i

.PHONY : test_accuracy_layer.i

# target to preprocess a source file
test_accuracy_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_accuracy_layer.cpp.i
.PHONY : test_accuracy_layer.cpp.i

test_accuracy_layer.s: test_accuracy_layer.cpp.s

.PHONY : test_accuracy_layer.s

# target to generate assembly for a file
test_accuracy_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_accuracy_layer.cpp.s
.PHONY : test_accuracy_layer.cpp.s

test_annotated_data_layer.o: test_annotated_data_layer.cpp.o

.PHONY : test_annotated_data_layer.o

# target to build an object file
test_annotated_data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_annotated_data_layer.cpp.o
.PHONY : test_annotated_data_layer.cpp.o

test_annotated_data_layer.i: test_annotated_data_layer.cpp.i

.PHONY : test_annotated_data_layer.i

# target to preprocess a source file
test_annotated_data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_annotated_data_layer.cpp.i
.PHONY : test_annotated_data_layer.cpp.i

test_annotated_data_layer.s: test_annotated_data_layer.cpp.s

.PHONY : test_annotated_data_layer.s

# target to generate assembly for a file
test_annotated_data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_annotated_data_layer.cpp.s
.PHONY : test_annotated_data_layer.cpp.s

test_argmax_layer.o: test_argmax_layer.cpp.o

.PHONY : test_argmax_layer.o

# target to build an object file
test_argmax_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_argmax_layer.cpp.o
.PHONY : test_argmax_layer.cpp.o

test_argmax_layer.i: test_argmax_layer.cpp.i

.PHONY : test_argmax_layer.i

# target to preprocess a source file
test_argmax_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_argmax_layer.cpp.i
.PHONY : test_argmax_layer.cpp.i

test_argmax_layer.s: test_argmax_layer.cpp.s

.PHONY : test_argmax_layer.s

# target to generate assembly for a file
test_argmax_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_argmax_layer.cpp.s
.PHONY : test_argmax_layer.cpp.s

test_batch_norm_layer.o: test_batch_norm_layer.cpp.o

.PHONY : test_batch_norm_layer.o

# target to build an object file
test_batch_norm_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_norm_layer.cpp.o
.PHONY : test_batch_norm_layer.cpp.o

test_batch_norm_layer.i: test_batch_norm_layer.cpp.i

.PHONY : test_batch_norm_layer.i

# target to preprocess a source file
test_batch_norm_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_norm_layer.cpp.i
.PHONY : test_batch_norm_layer.cpp.i

test_batch_norm_layer.s: test_batch_norm_layer.cpp.s

.PHONY : test_batch_norm_layer.s

# target to generate assembly for a file
test_batch_norm_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_norm_layer.cpp.s
.PHONY : test_batch_norm_layer.cpp.s

test_batch_reindex_layer.o: test_batch_reindex_layer.cpp.o

.PHONY : test_batch_reindex_layer.o

# target to build an object file
test_batch_reindex_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_reindex_layer.cpp.o
.PHONY : test_batch_reindex_layer.cpp.o

test_batch_reindex_layer.i: test_batch_reindex_layer.cpp.i

.PHONY : test_batch_reindex_layer.i

# target to preprocess a source file
test_batch_reindex_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_reindex_layer.cpp.i
.PHONY : test_batch_reindex_layer.cpp.i

test_batch_reindex_layer.s: test_batch_reindex_layer.cpp.s

.PHONY : test_batch_reindex_layer.s

# target to generate assembly for a file
test_batch_reindex_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_batch_reindex_layer.cpp.s
.PHONY : test_batch_reindex_layer.cpp.s

test_bbox_util.o: test_bbox_util.cpp.o

.PHONY : test_bbox_util.o

# target to build an object file
test_bbox_util.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bbox_util.cpp.o
.PHONY : test_bbox_util.cpp.o

test_bbox_util.i: test_bbox_util.cpp.i

.PHONY : test_bbox_util.i

# target to preprocess a source file
test_bbox_util.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bbox_util.cpp.i
.PHONY : test_bbox_util.cpp.i

test_bbox_util.s: test_bbox_util.cpp.s

.PHONY : test_bbox_util.s

# target to generate assembly for a file
test_bbox_util.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bbox_util.cpp.s
.PHONY : test_bbox_util.cpp.s

test_benchmark.o: test_benchmark.cpp.o

.PHONY : test_benchmark.o

# target to build an object file
test_benchmark.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_benchmark.cpp.o
.PHONY : test_benchmark.cpp.o

test_benchmark.i: test_benchmark.cpp.i

.PHONY : test_benchmark.i

# target to preprocess a source file
test_benchmark.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_benchmark.cpp.i
.PHONY : test_benchmark.cpp.i

test_benchmark.s: test_benchmark.cpp.s

.PHONY : test_benchmark.s

# target to generate assembly for a file
test_benchmark.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_benchmark.cpp.s
.PHONY : test_benchmark.cpp.s

test_bias_layer.o: test_bias_layer.cpp.o

.PHONY : test_bias_layer.o

# target to build an object file
test_bias_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bias_layer.cpp.o
.PHONY : test_bias_layer.cpp.o

test_bias_layer.i: test_bias_layer.cpp.i

.PHONY : test_bias_layer.i

# target to preprocess a source file
test_bias_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bias_layer.cpp.i
.PHONY : test_bias_layer.cpp.i

test_bias_layer.s: test_bias_layer.cpp.s

.PHONY : test_bias_layer.s

# target to generate assembly for a file
test_bias_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_bias_layer.cpp.s
.PHONY : test_bias_layer.cpp.s

test_blob.o: test_blob.cpp.o

.PHONY : test_blob.o

# target to build an object file
test_blob.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_blob.cpp.o
.PHONY : test_blob.cpp.o

test_blob.i: test_blob.cpp.i

.PHONY : test_blob.i

# target to preprocess a source file
test_blob.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_blob.cpp.i
.PHONY : test_blob.cpp.i

test_blob.s: test_blob.cpp.s

.PHONY : test_blob.s

# target to generate assembly for a file
test_blob.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_blob.cpp.s
.PHONY : test_blob.cpp.s

test_caffe_main.o: test_caffe_main.cpp.o

.PHONY : test_caffe_main.o

# target to build an object file
test_caffe_main.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_caffe_main.cpp.o
.PHONY : test_caffe_main.cpp.o

test_caffe_main.i: test_caffe_main.cpp.i

.PHONY : test_caffe_main.i

# target to preprocess a source file
test_caffe_main.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_caffe_main.cpp.i
.PHONY : test_caffe_main.cpp.i

test_caffe_main.s: test_caffe_main.cpp.s

.PHONY : test_caffe_main.s

# target to generate assembly for a file
test_caffe_main.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_caffe_main.cpp.s
.PHONY : test_caffe_main.cpp.s

test_common.o: test_common.cpp.o

.PHONY : test_common.o

# target to build an object file
test_common.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_common.cpp.o
.PHONY : test_common.cpp.o

test_common.i: test_common.cpp.i

.PHONY : test_common.i

# target to preprocess a source file
test_common.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_common.cpp.i
.PHONY : test_common.cpp.i

test_common.s: test_common.cpp.s

.PHONY : test_common.s

# target to generate assembly for a file
test_common.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_common.cpp.s
.PHONY : test_common.cpp.s

test_concat_layer.o: test_concat_layer.cpp.o

.PHONY : test_concat_layer.o

# target to build an object file
test_concat_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_concat_layer.cpp.o
.PHONY : test_concat_layer.cpp.o

test_concat_layer.i: test_concat_layer.cpp.i

.PHONY : test_concat_layer.i

# target to preprocess a source file
test_concat_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_concat_layer.cpp.i
.PHONY : test_concat_layer.cpp.i

test_concat_layer.s: test_concat_layer.cpp.s

.PHONY : test_concat_layer.s

# target to generate assembly for a file
test_concat_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_concat_layer.cpp.s
.PHONY : test_concat_layer.cpp.s

test_contrastive_loss_layer.o: test_contrastive_loss_layer.cpp.o

.PHONY : test_contrastive_loss_layer.o

# target to build an object file
test_contrastive_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_contrastive_loss_layer.cpp.o
.PHONY : test_contrastive_loss_layer.cpp.o

test_contrastive_loss_layer.i: test_contrastive_loss_layer.cpp.i

.PHONY : test_contrastive_loss_layer.i

# target to preprocess a source file
test_contrastive_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_contrastive_loss_layer.cpp.i
.PHONY : test_contrastive_loss_layer.cpp.i

test_contrastive_loss_layer.s: test_contrastive_loss_layer.cpp.s

.PHONY : test_contrastive_loss_layer.s

# target to generate assembly for a file
test_contrastive_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_contrastive_loss_layer.cpp.s
.PHONY : test_contrastive_loss_layer.cpp.s

test_convolution_layer.o: test_convolution_layer.cpp.o

.PHONY : test_convolution_layer.o

# target to build an object file
test_convolution_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_convolution_layer.cpp.o
.PHONY : test_convolution_layer.cpp.o

test_convolution_layer.i: test_convolution_layer.cpp.i

.PHONY : test_convolution_layer.i

# target to preprocess a source file
test_convolution_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_convolution_layer.cpp.i
.PHONY : test_convolution_layer.cpp.i

test_convolution_layer.s: test_convolution_layer.cpp.s

.PHONY : test_convolution_layer.s

# target to generate assembly for a file
test_convolution_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_convolution_layer.cpp.s
.PHONY : test_convolution_layer.cpp.s

test_crop_layer.o: test_crop_layer.cpp.o

.PHONY : test_crop_layer.o

# target to build an object file
test_crop_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_crop_layer.cpp.o
.PHONY : test_crop_layer.cpp.o

test_crop_layer.i: test_crop_layer.cpp.i

.PHONY : test_crop_layer.i

# target to preprocess a source file
test_crop_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_crop_layer.cpp.i
.PHONY : test_crop_layer.cpp.i

test_crop_layer.s: test_crop_layer.cpp.s

.PHONY : test_crop_layer.s

# target to generate assembly for a file
test_crop_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_crop_layer.cpp.s
.PHONY : test_crop_layer.cpp.s

test_data_layer.o: test_data_layer.cpp.o

.PHONY : test_data_layer.o

# target to build an object file
test_data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_layer.cpp.o
.PHONY : test_data_layer.cpp.o

test_data_layer.i: test_data_layer.cpp.i

.PHONY : test_data_layer.i

# target to preprocess a source file
test_data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_layer.cpp.i
.PHONY : test_data_layer.cpp.i

test_data_layer.s: test_data_layer.cpp.s

.PHONY : test_data_layer.s

# target to generate assembly for a file
test_data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_layer.cpp.s
.PHONY : test_data_layer.cpp.s

test_data_transformer.o: test_data_transformer.cpp.o

.PHONY : test_data_transformer.o

# target to build an object file
test_data_transformer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_transformer.cpp.o
.PHONY : test_data_transformer.cpp.o

test_data_transformer.i: test_data_transformer.cpp.i

.PHONY : test_data_transformer.i

# target to preprocess a source file
test_data_transformer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_transformer.cpp.i
.PHONY : test_data_transformer.cpp.i

test_data_transformer.s: test_data_transformer.cpp.s

.PHONY : test_data_transformer.s

# target to generate assembly for a file
test_data_transformer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_data_transformer.cpp.s
.PHONY : test_data_transformer.cpp.s

test_db.o: test_db.cpp.o

.PHONY : test_db.o

# target to build an object file
test_db.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_db.cpp.o
.PHONY : test_db.cpp.o

test_db.i: test_db.cpp.i

.PHONY : test_db.i

# target to preprocess a source file
test_db.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_db.cpp.i
.PHONY : test_db.cpp.i

test_db.s: test_db.cpp.s

.PHONY : test_db.s

# target to generate assembly for a file
test_db.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_db.cpp.s
.PHONY : test_db.cpp.s

test_deconvolution_layer.o: test_deconvolution_layer.cpp.o

.PHONY : test_deconvolution_layer.o

# target to build an object file
test_deconvolution_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_deconvolution_layer.cpp.o
.PHONY : test_deconvolution_layer.cpp.o

test_deconvolution_layer.i: test_deconvolution_layer.cpp.i

.PHONY : test_deconvolution_layer.i

# target to preprocess a source file
test_deconvolution_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_deconvolution_layer.cpp.i
.PHONY : test_deconvolution_layer.cpp.i

test_deconvolution_layer.s: test_deconvolution_layer.cpp.s

.PHONY : test_deconvolution_layer.s

# target to generate assembly for a file
test_deconvolution_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_deconvolution_layer.cpp.s
.PHONY : test_deconvolution_layer.cpp.s

test_detection_evaluate_layer.o: test_detection_evaluate_layer.cpp.o

.PHONY : test_detection_evaluate_layer.o

# target to build an object file
test_detection_evaluate_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_evaluate_layer.cpp.o
.PHONY : test_detection_evaluate_layer.cpp.o

test_detection_evaluate_layer.i: test_detection_evaluate_layer.cpp.i

.PHONY : test_detection_evaluate_layer.i

# target to preprocess a source file
test_detection_evaluate_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_evaluate_layer.cpp.i
.PHONY : test_detection_evaluate_layer.cpp.i

test_detection_evaluate_layer.s: test_detection_evaluate_layer.cpp.s

.PHONY : test_detection_evaluate_layer.s

# target to generate assembly for a file
test_detection_evaluate_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_evaluate_layer.cpp.s
.PHONY : test_detection_evaluate_layer.cpp.s

test_detection_output_layer.o: test_detection_output_layer.cpp.o

.PHONY : test_detection_output_layer.o

# target to build an object file
test_detection_output_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_output_layer.cpp.o
.PHONY : test_detection_output_layer.cpp.o

test_detection_output_layer.i: test_detection_output_layer.cpp.i

.PHONY : test_detection_output_layer.i

# target to preprocess a source file
test_detection_output_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_output_layer.cpp.i
.PHONY : test_detection_output_layer.cpp.i

test_detection_output_layer.s: test_detection_output_layer.cpp.s

.PHONY : test_detection_output_layer.s

# target to generate assembly for a file
test_detection_output_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_detection_output_layer.cpp.s
.PHONY : test_detection_output_layer.cpp.s

test_dummy_data_layer.o: test_dummy_data_layer.cpp.o

.PHONY : test_dummy_data_layer.o

# target to build an object file
test_dummy_data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_dummy_data_layer.cpp.o
.PHONY : test_dummy_data_layer.cpp.o

test_dummy_data_layer.i: test_dummy_data_layer.cpp.i

.PHONY : test_dummy_data_layer.i

# target to preprocess a source file
test_dummy_data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_dummy_data_layer.cpp.i
.PHONY : test_dummy_data_layer.cpp.i

test_dummy_data_layer.s: test_dummy_data_layer.cpp.s

.PHONY : test_dummy_data_layer.s

# target to generate assembly for a file
test_dummy_data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_dummy_data_layer.cpp.s
.PHONY : test_dummy_data_layer.cpp.s

test_eltwise_layer.o: test_eltwise_layer.cpp.o

.PHONY : test_eltwise_layer.o

# target to build an object file
test_eltwise_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_eltwise_layer.cpp.o
.PHONY : test_eltwise_layer.cpp.o

test_eltwise_layer.i: test_eltwise_layer.cpp.i

.PHONY : test_eltwise_layer.i

# target to preprocess a source file
test_eltwise_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_eltwise_layer.cpp.i
.PHONY : test_eltwise_layer.cpp.i

test_eltwise_layer.s: test_eltwise_layer.cpp.s

.PHONY : test_eltwise_layer.s

# target to generate assembly for a file
test_eltwise_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_eltwise_layer.cpp.s
.PHONY : test_eltwise_layer.cpp.s

test_embed_layer.o: test_embed_layer.cpp.o

.PHONY : test_embed_layer.o

# target to build an object file
test_embed_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_embed_layer.cpp.o
.PHONY : test_embed_layer.cpp.o

test_embed_layer.i: test_embed_layer.cpp.i

.PHONY : test_embed_layer.i

# target to preprocess a source file
test_embed_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_embed_layer.cpp.i
.PHONY : test_embed_layer.cpp.i

test_embed_layer.s: test_embed_layer.cpp.s

.PHONY : test_embed_layer.s

# target to generate assembly for a file
test_embed_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_embed_layer.cpp.s
.PHONY : test_embed_layer.cpp.s

test_euclidean_loss_layer.o: test_euclidean_loss_layer.cpp.o

.PHONY : test_euclidean_loss_layer.o

# target to build an object file
test_euclidean_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_euclidean_loss_layer.cpp.o
.PHONY : test_euclidean_loss_layer.cpp.o

test_euclidean_loss_layer.i: test_euclidean_loss_layer.cpp.i

.PHONY : test_euclidean_loss_layer.i

# target to preprocess a source file
test_euclidean_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_euclidean_loss_layer.cpp.i
.PHONY : test_euclidean_loss_layer.cpp.i

test_euclidean_loss_layer.s: test_euclidean_loss_layer.cpp.s

.PHONY : test_euclidean_loss_layer.s

# target to generate assembly for a file
test_euclidean_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_euclidean_loss_layer.cpp.s
.PHONY : test_euclidean_loss_layer.cpp.s

test_filler.o: test_filler.cpp.o

.PHONY : test_filler.o

# target to build an object file
test_filler.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filler.cpp.o
.PHONY : test_filler.cpp.o

test_filler.i: test_filler.cpp.i

.PHONY : test_filler.i

# target to preprocess a source file
test_filler.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filler.cpp.i
.PHONY : test_filler.cpp.i

test_filler.s: test_filler.cpp.s

.PHONY : test_filler.s

# target to generate assembly for a file
test_filler.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filler.cpp.s
.PHONY : test_filler.cpp.s

test_filter_layer.o: test_filter_layer.cpp.o

.PHONY : test_filter_layer.o

# target to build an object file
test_filter_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filter_layer.cpp.o
.PHONY : test_filter_layer.cpp.o

test_filter_layer.i: test_filter_layer.cpp.i

.PHONY : test_filter_layer.i

# target to preprocess a source file
test_filter_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filter_layer.cpp.i
.PHONY : test_filter_layer.cpp.i

test_filter_layer.s: test_filter_layer.cpp.s

.PHONY : test_filter_layer.s

# target to generate assembly for a file
test_filter_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_filter_layer.cpp.s
.PHONY : test_filter_layer.cpp.s

test_flatten_layer.o: test_flatten_layer.cpp.o

.PHONY : test_flatten_layer.o

# target to build an object file
test_flatten_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_flatten_layer.cpp.o
.PHONY : test_flatten_layer.cpp.o

test_flatten_layer.i: test_flatten_layer.cpp.i

.PHONY : test_flatten_layer.i

# target to preprocess a source file
test_flatten_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_flatten_layer.cpp.i
.PHONY : test_flatten_layer.cpp.i

test_flatten_layer.s: test_flatten_layer.cpp.s

.PHONY : test_flatten_layer.s

# target to generate assembly for a file
test_flatten_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_flatten_layer.cpp.s
.PHONY : test_flatten_layer.cpp.s

test_gradient_based_solver.o: test_gradient_based_solver.cpp.o

.PHONY : test_gradient_based_solver.o

# target to build an object file
test_gradient_based_solver.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_gradient_based_solver.cpp.o
.PHONY : test_gradient_based_solver.cpp.o

test_gradient_based_solver.i: test_gradient_based_solver.cpp.i

.PHONY : test_gradient_based_solver.i

# target to preprocess a source file
test_gradient_based_solver.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_gradient_based_solver.cpp.i
.PHONY : test_gradient_based_solver.cpp.i

test_gradient_based_solver.s: test_gradient_based_solver.cpp.s

.PHONY : test_gradient_based_solver.s

# target to generate assembly for a file
test_gradient_based_solver.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_gradient_based_solver.cpp.s
.PHONY : test_gradient_based_solver.cpp.s

test_hdf5_output_layer.o: test_hdf5_output_layer.cpp.o

.PHONY : test_hdf5_output_layer.o

# target to build an object file
test_hdf5_output_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5_output_layer.cpp.o
.PHONY : test_hdf5_output_layer.cpp.o

test_hdf5_output_layer.i: test_hdf5_output_layer.cpp.i

.PHONY : test_hdf5_output_layer.i

# target to preprocess a source file
test_hdf5_output_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5_output_layer.cpp.i
.PHONY : test_hdf5_output_layer.cpp.i

test_hdf5_output_layer.s: test_hdf5_output_layer.cpp.s

.PHONY : test_hdf5_output_layer.s

# target to generate assembly for a file
test_hdf5_output_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5_output_layer.cpp.s
.PHONY : test_hdf5_output_layer.cpp.s

test_hdf5data_layer.o: test_hdf5data_layer.cpp.o

.PHONY : test_hdf5data_layer.o

# target to build an object file
test_hdf5data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5data_layer.cpp.o
.PHONY : test_hdf5data_layer.cpp.o

test_hdf5data_layer.i: test_hdf5data_layer.cpp.i

.PHONY : test_hdf5data_layer.i

# target to preprocess a source file
test_hdf5data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5data_layer.cpp.i
.PHONY : test_hdf5data_layer.cpp.i

test_hdf5data_layer.s: test_hdf5data_layer.cpp.s

.PHONY : test_hdf5data_layer.s

# target to generate assembly for a file
test_hdf5data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hdf5data_layer.cpp.s
.PHONY : test_hdf5data_layer.cpp.s

test_hinge_loss_layer.o: test_hinge_loss_layer.cpp.o

.PHONY : test_hinge_loss_layer.o

# target to build an object file
test_hinge_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hinge_loss_layer.cpp.o
.PHONY : test_hinge_loss_layer.cpp.o

test_hinge_loss_layer.i: test_hinge_loss_layer.cpp.i

.PHONY : test_hinge_loss_layer.i

# target to preprocess a source file
test_hinge_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hinge_loss_layer.cpp.i
.PHONY : test_hinge_loss_layer.cpp.i

test_hinge_loss_layer.s: test_hinge_loss_layer.cpp.s

.PHONY : test_hinge_loss_layer.s

# target to generate assembly for a file
test_hinge_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_hinge_loss_layer.cpp.s
.PHONY : test_hinge_loss_layer.cpp.s

test_im2col_layer.o: test_im2col_layer.cpp.o

.PHONY : test_im2col_layer.o

# target to build an object file
test_im2col_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_im2col_layer.cpp.o
.PHONY : test_im2col_layer.cpp.o

test_im2col_layer.i: test_im2col_layer.cpp.i

.PHONY : test_im2col_layer.i

# target to preprocess a source file
test_im2col_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_im2col_layer.cpp.i
.PHONY : test_im2col_layer.cpp.i

test_im2col_layer.s: test_im2col_layer.cpp.s

.PHONY : test_im2col_layer.s

# target to generate assembly for a file
test_im2col_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_im2col_layer.cpp.s
.PHONY : test_im2col_layer.cpp.s

test_image_data_layer.o: test_image_data_layer.cpp.o

.PHONY : test_image_data_layer.o

# target to build an object file
test_image_data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_image_data_layer.cpp.o
.PHONY : test_image_data_layer.cpp.o

test_image_data_layer.i: test_image_data_layer.cpp.i

.PHONY : test_image_data_layer.i

# target to preprocess a source file
test_image_data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_image_data_layer.cpp.i
.PHONY : test_image_data_layer.cpp.i

test_image_data_layer.s: test_image_data_layer.cpp.s

.PHONY : test_image_data_layer.s

# target to generate assembly for a file
test_image_data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_image_data_layer.cpp.s
.PHONY : test_image_data_layer.cpp.s

test_infogain_loss_layer.o: test_infogain_loss_layer.cpp.o

.PHONY : test_infogain_loss_layer.o

# target to build an object file
test_infogain_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_infogain_loss_layer.cpp.o
.PHONY : test_infogain_loss_layer.cpp.o

test_infogain_loss_layer.i: test_infogain_loss_layer.cpp.i

.PHONY : test_infogain_loss_layer.i

# target to preprocess a source file
test_infogain_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_infogain_loss_layer.cpp.i
.PHONY : test_infogain_loss_layer.cpp.i

test_infogain_loss_layer.s: test_infogain_loss_layer.cpp.s

.PHONY : test_infogain_loss_layer.s

# target to generate assembly for a file
test_infogain_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_infogain_loss_layer.cpp.s
.PHONY : test_infogain_loss_layer.cpp.s

test_inner_product_layer.o: test_inner_product_layer.cpp.o

.PHONY : test_inner_product_layer.o

# target to build an object file
test_inner_product_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_inner_product_layer.cpp.o
.PHONY : test_inner_product_layer.cpp.o

test_inner_product_layer.i: test_inner_product_layer.cpp.i

.PHONY : test_inner_product_layer.i

# target to preprocess a source file
test_inner_product_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_inner_product_layer.cpp.i
.PHONY : test_inner_product_layer.cpp.i

test_inner_product_layer.s: test_inner_product_layer.cpp.s

.PHONY : test_inner_product_layer.s

# target to generate assembly for a file
test_inner_product_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_inner_product_layer.cpp.s
.PHONY : test_inner_product_layer.cpp.s

test_internal_thread.o: test_internal_thread.cpp.o

.PHONY : test_internal_thread.o

# target to build an object file
test_internal_thread.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_internal_thread.cpp.o
.PHONY : test_internal_thread.cpp.o

test_internal_thread.i: test_internal_thread.cpp.i

.PHONY : test_internal_thread.i

# target to preprocess a source file
test_internal_thread.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_internal_thread.cpp.i
.PHONY : test_internal_thread.cpp.i

test_internal_thread.s: test_internal_thread.cpp.s

.PHONY : test_internal_thread.s

# target to generate assembly for a file
test_internal_thread.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_internal_thread.cpp.s
.PHONY : test_internal_thread.cpp.s

test_io.o: test_io.cpp.o

.PHONY : test_io.o

# target to build an object file
test_io.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_io.cpp.o
.PHONY : test_io.cpp.o

test_io.i: test_io.cpp.i

.PHONY : test_io.i

# target to preprocess a source file
test_io.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_io.cpp.i
.PHONY : test_io.cpp.i

test_io.s: test_io.cpp.s

.PHONY : test_io.s

# target to generate assembly for a file
test_io.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_io.cpp.s
.PHONY : test_io.cpp.s

test_layer_factory.o: test_layer_factory.cpp.o

.PHONY : test_layer_factory.o

# target to build an object file
test_layer_factory.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_layer_factory.cpp.o
.PHONY : test_layer_factory.cpp.o

test_layer_factory.i: test_layer_factory.cpp.i

.PHONY : test_layer_factory.i

# target to preprocess a source file
test_layer_factory.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_layer_factory.cpp.i
.PHONY : test_layer_factory.cpp.i

test_layer_factory.s: test_layer_factory.cpp.s

.PHONY : test_layer_factory.s

# target to generate assembly for a file
test_layer_factory.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_layer_factory.cpp.s
.PHONY : test_layer_factory.cpp.s

test_lrn_layer.o: test_lrn_layer.cpp.o

.PHONY : test_lrn_layer.o

# target to build an object file
test_lrn_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lrn_layer.cpp.o
.PHONY : test_lrn_layer.cpp.o

test_lrn_layer.i: test_lrn_layer.cpp.i

.PHONY : test_lrn_layer.i

# target to preprocess a source file
test_lrn_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lrn_layer.cpp.i
.PHONY : test_lrn_layer.cpp.i

test_lrn_layer.s: test_lrn_layer.cpp.s

.PHONY : test_lrn_layer.s

# target to generate assembly for a file
test_lrn_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lrn_layer.cpp.s
.PHONY : test_lrn_layer.cpp.s

test_lstm_layer.o: test_lstm_layer.cpp.o

.PHONY : test_lstm_layer.o

# target to build an object file
test_lstm_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lstm_layer.cpp.o
.PHONY : test_lstm_layer.cpp.o

test_lstm_layer.i: test_lstm_layer.cpp.i

.PHONY : test_lstm_layer.i

# target to preprocess a source file
test_lstm_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lstm_layer.cpp.i
.PHONY : test_lstm_layer.cpp.i

test_lstm_layer.s: test_lstm_layer.cpp.s

.PHONY : test_lstm_layer.s

# target to generate assembly for a file
test_lstm_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_lstm_layer.cpp.s
.PHONY : test_lstm_layer.cpp.s

test_math_functions.o: test_math_functions.cpp.o

.PHONY : test_math_functions.o

# target to build an object file
test_math_functions.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_math_functions.cpp.o
.PHONY : test_math_functions.cpp.o

test_math_functions.i: test_math_functions.cpp.i

.PHONY : test_math_functions.i

# target to preprocess a source file
test_math_functions.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_math_functions.cpp.i
.PHONY : test_math_functions.cpp.i

test_math_functions.s: test_math_functions.cpp.s

.PHONY : test_math_functions.s

# target to generate assembly for a file
test_math_functions.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_math_functions.cpp.s
.PHONY : test_math_functions.cpp.s

test_maxpool_dropout_layers.o: test_maxpool_dropout_layers.cpp.o

.PHONY : test_maxpool_dropout_layers.o

# target to build an object file
test_maxpool_dropout_layers.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_maxpool_dropout_layers.cpp.o
.PHONY : test_maxpool_dropout_layers.cpp.o

test_maxpool_dropout_layers.i: test_maxpool_dropout_layers.cpp.i

.PHONY : test_maxpool_dropout_layers.i

# target to preprocess a source file
test_maxpool_dropout_layers.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_maxpool_dropout_layers.cpp.i
.PHONY : test_maxpool_dropout_layers.cpp.i

test_maxpool_dropout_layers.s: test_maxpool_dropout_layers.cpp.s

.PHONY : test_maxpool_dropout_layers.s

# target to generate assembly for a file
test_maxpool_dropout_layers.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_maxpool_dropout_layers.cpp.s
.PHONY : test_maxpool_dropout_layers.cpp.s

test_memory_data_layer.o: test_memory_data_layer.cpp.o

.PHONY : test_memory_data_layer.o

# target to build an object file
test_memory_data_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_memory_data_layer.cpp.o
.PHONY : test_memory_data_layer.cpp.o

test_memory_data_layer.i: test_memory_data_layer.cpp.i

.PHONY : test_memory_data_layer.i

# target to preprocess a source file
test_memory_data_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_memory_data_layer.cpp.i
.PHONY : test_memory_data_layer.cpp.i

test_memory_data_layer.s: test_memory_data_layer.cpp.s

.PHONY : test_memory_data_layer.s

# target to generate assembly for a file
test_memory_data_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_memory_data_layer.cpp.s
.PHONY : test_memory_data_layer.cpp.s

test_multibox_loss_layer.o: test_multibox_loss_layer.cpp.o

.PHONY : test_multibox_loss_layer.o

# target to build an object file
test_multibox_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multibox_loss_layer.cpp.o
.PHONY : test_multibox_loss_layer.cpp.o

test_multibox_loss_layer.i: test_multibox_loss_layer.cpp.i

.PHONY : test_multibox_loss_layer.i

# target to preprocess a source file
test_multibox_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multibox_loss_layer.cpp.i
.PHONY : test_multibox_loss_layer.cpp.i

test_multibox_loss_layer.s: test_multibox_loss_layer.cpp.s

.PHONY : test_multibox_loss_layer.s

# target to generate assembly for a file
test_multibox_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multibox_loss_layer.cpp.s
.PHONY : test_multibox_loss_layer.cpp.s

test_multinomial_logistic_loss_layer.o: test_multinomial_logistic_loss_layer.cpp.o

.PHONY : test_multinomial_logistic_loss_layer.o

# target to build an object file
test_multinomial_logistic_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multinomial_logistic_loss_layer.cpp.o
.PHONY : test_multinomial_logistic_loss_layer.cpp.o

test_multinomial_logistic_loss_layer.i: test_multinomial_logistic_loss_layer.cpp.i

.PHONY : test_multinomial_logistic_loss_layer.i

# target to preprocess a source file
test_multinomial_logistic_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multinomial_logistic_loss_layer.cpp.i
.PHONY : test_multinomial_logistic_loss_layer.cpp.i

test_multinomial_logistic_loss_layer.s: test_multinomial_logistic_loss_layer.cpp.s

.PHONY : test_multinomial_logistic_loss_layer.s

# target to generate assembly for a file
test_multinomial_logistic_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_multinomial_logistic_loss_layer.cpp.s
.PHONY : test_multinomial_logistic_loss_layer.cpp.s

test_mvn_layer.o: test_mvn_layer.cpp.o

.PHONY : test_mvn_layer.o

# target to build an object file
test_mvn_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_mvn_layer.cpp.o
.PHONY : test_mvn_layer.cpp.o

test_mvn_layer.i: test_mvn_layer.cpp.i

.PHONY : test_mvn_layer.i

# target to preprocess a source file
test_mvn_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_mvn_layer.cpp.i
.PHONY : test_mvn_layer.cpp.i

test_mvn_layer.s: test_mvn_layer.cpp.s

.PHONY : test_mvn_layer.s

# target to generate assembly for a file
test_mvn_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_mvn_layer.cpp.s
.PHONY : test_mvn_layer.cpp.s

test_net.o: test_net.cpp.o

.PHONY : test_net.o

# target to build an object file
test_net.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_net.cpp.o
.PHONY : test_net.cpp.o

test_net.i: test_net.cpp.i

.PHONY : test_net.i

# target to preprocess a source file
test_net.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_net.cpp.i
.PHONY : test_net.cpp.i

test_net.s: test_net.cpp.s

.PHONY : test_net.s

# target to generate assembly for a file
test_net.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_net.cpp.s
.PHONY : test_net.cpp.s

test_neuron_layer.o: test_neuron_layer.cpp.o

.PHONY : test_neuron_layer.o

# target to build an object file
test_neuron_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_neuron_layer.cpp.o
.PHONY : test_neuron_layer.cpp.o

test_neuron_layer.i: test_neuron_layer.cpp.i

.PHONY : test_neuron_layer.i

# target to preprocess a source file
test_neuron_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_neuron_layer.cpp.i
.PHONY : test_neuron_layer.cpp.i

test_neuron_layer.s: test_neuron_layer.cpp.s

.PHONY : test_neuron_layer.s

# target to generate assembly for a file
test_neuron_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_neuron_layer.cpp.s
.PHONY : test_neuron_layer.cpp.s

test_normalize_layer.o: test_normalize_layer.cpp.o

.PHONY : test_normalize_layer.o

# target to build an object file
test_normalize_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_normalize_layer.cpp.o
.PHONY : test_normalize_layer.cpp.o

test_normalize_layer.i: test_normalize_layer.cpp.i

.PHONY : test_normalize_layer.i

# target to preprocess a source file
test_normalize_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_normalize_layer.cpp.i
.PHONY : test_normalize_layer.cpp.i

test_normalize_layer.s: test_normalize_layer.cpp.s

.PHONY : test_normalize_layer.s

# target to generate assembly for a file
test_normalize_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_normalize_layer.cpp.s
.PHONY : test_normalize_layer.cpp.s

test_permute_layer.o: test_permute_layer.cpp.o

.PHONY : test_permute_layer.o

# target to build an object file
test_permute_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_permute_layer.cpp.o
.PHONY : test_permute_layer.cpp.o

test_permute_layer.i: test_permute_layer.cpp.i

.PHONY : test_permute_layer.i

# target to preprocess a source file
test_permute_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_permute_layer.cpp.i
.PHONY : test_permute_layer.cpp.i

test_permute_layer.s: test_permute_layer.cpp.s

.PHONY : test_permute_layer.s

# target to generate assembly for a file
test_permute_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_permute_layer.cpp.s
.PHONY : test_permute_layer.cpp.s

test_platform.o: test_platform.cpp.o

.PHONY : test_platform.o

# target to build an object file
test_platform.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_platform.cpp.o
.PHONY : test_platform.cpp.o

test_platform.i: test_platform.cpp.i

.PHONY : test_platform.i

# target to preprocess a source file
test_platform.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_platform.cpp.i
.PHONY : test_platform.cpp.i

test_platform.s: test_platform.cpp.s

.PHONY : test_platform.s

# target to generate assembly for a file
test_platform.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_platform.cpp.s
.PHONY : test_platform.cpp.s

test_pooling_layer.o: test_pooling_layer.cpp.o

.PHONY : test_pooling_layer.o

# target to build an object file
test_pooling_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_pooling_layer.cpp.o
.PHONY : test_pooling_layer.cpp.o

test_pooling_layer.i: test_pooling_layer.cpp.i

.PHONY : test_pooling_layer.i

# target to preprocess a source file
test_pooling_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_pooling_layer.cpp.i
.PHONY : test_pooling_layer.cpp.i

test_pooling_layer.s: test_pooling_layer.cpp.s

.PHONY : test_pooling_layer.s

# target to generate assembly for a file
test_pooling_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_pooling_layer.cpp.s
.PHONY : test_pooling_layer.cpp.s

test_power_layer.o: test_power_layer.cpp.o

.PHONY : test_power_layer.o

# target to build an object file
test_power_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_power_layer.cpp.o
.PHONY : test_power_layer.cpp.o

test_power_layer.i: test_power_layer.cpp.i

.PHONY : test_power_layer.i

# target to preprocess a source file
test_power_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_power_layer.cpp.i
.PHONY : test_power_layer.cpp.i

test_power_layer.s: test_power_layer.cpp.s

.PHONY : test_power_layer.s

# target to generate assembly for a file
test_power_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_power_layer.cpp.s
.PHONY : test_power_layer.cpp.s

test_prior_box_layer.o: test_prior_box_layer.cpp.o

.PHONY : test_prior_box_layer.o

# target to build an object file
test_prior_box_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_prior_box_layer.cpp.o
.PHONY : test_prior_box_layer.cpp.o

test_prior_box_layer.i: test_prior_box_layer.cpp.i

.PHONY : test_prior_box_layer.i

# target to preprocess a source file
test_prior_box_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_prior_box_layer.cpp.i
.PHONY : test_prior_box_layer.cpp.i

test_prior_box_layer.s: test_prior_box_layer.cpp.s

.PHONY : test_prior_box_layer.s

# target to generate assembly for a file
test_prior_box_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_prior_box_layer.cpp.s
.PHONY : test_prior_box_layer.cpp.s

test_protobuf.o: test_protobuf.cpp.o

.PHONY : test_protobuf.o

# target to build an object file
test_protobuf.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_protobuf.cpp.o
.PHONY : test_protobuf.cpp.o

test_protobuf.i: test_protobuf.cpp.i

.PHONY : test_protobuf.i

# target to preprocess a source file
test_protobuf.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_protobuf.cpp.i
.PHONY : test_protobuf.cpp.i

test_protobuf.s: test_protobuf.cpp.s

.PHONY : test_protobuf.s

# target to generate assembly for a file
test_protobuf.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_protobuf.cpp.s
.PHONY : test_protobuf.cpp.s

test_random_number_generator.o: test_random_number_generator.cpp.o

.PHONY : test_random_number_generator.o

# target to build an object file
test_random_number_generator.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_random_number_generator.cpp.o
.PHONY : test_random_number_generator.cpp.o

test_random_number_generator.i: test_random_number_generator.cpp.i

.PHONY : test_random_number_generator.i

# target to preprocess a source file
test_random_number_generator.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_random_number_generator.cpp.i
.PHONY : test_random_number_generator.cpp.i

test_random_number_generator.s: test_random_number_generator.cpp.s

.PHONY : test_random_number_generator.s

# target to generate assembly for a file
test_random_number_generator.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_random_number_generator.cpp.s
.PHONY : test_random_number_generator.cpp.s

test_reduction_layer.o: test_reduction_layer.cpp.o

.PHONY : test_reduction_layer.o

# target to build an object file
test_reduction_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reduction_layer.cpp.o
.PHONY : test_reduction_layer.cpp.o

test_reduction_layer.i: test_reduction_layer.cpp.i

.PHONY : test_reduction_layer.i

# target to preprocess a source file
test_reduction_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reduction_layer.cpp.i
.PHONY : test_reduction_layer.cpp.i

test_reduction_layer.s: test_reduction_layer.cpp.s

.PHONY : test_reduction_layer.s

# target to generate assembly for a file
test_reduction_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reduction_layer.cpp.s
.PHONY : test_reduction_layer.cpp.s

test_reshape_layer.o: test_reshape_layer.cpp.o

.PHONY : test_reshape_layer.o

# target to build an object file
test_reshape_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reshape_layer.cpp.o
.PHONY : test_reshape_layer.cpp.o

test_reshape_layer.i: test_reshape_layer.cpp.i

.PHONY : test_reshape_layer.i

# target to preprocess a source file
test_reshape_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reshape_layer.cpp.i
.PHONY : test_reshape_layer.cpp.i

test_reshape_layer.s: test_reshape_layer.cpp.s

.PHONY : test_reshape_layer.s

# target to generate assembly for a file
test_reshape_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_reshape_layer.cpp.s
.PHONY : test_reshape_layer.cpp.s

test_rnn_layer.o: test_rnn_layer.cpp.o

.PHONY : test_rnn_layer.o

# target to build an object file
test_rnn_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_rnn_layer.cpp.o
.PHONY : test_rnn_layer.cpp.o

test_rnn_layer.i: test_rnn_layer.cpp.i

.PHONY : test_rnn_layer.i

# target to preprocess a source file
test_rnn_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_rnn_layer.cpp.i
.PHONY : test_rnn_layer.cpp.i

test_rnn_layer.s: test_rnn_layer.cpp.s

.PHONY : test_rnn_layer.s

# target to generate assembly for a file
test_rnn_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_rnn_layer.cpp.s
.PHONY : test_rnn_layer.cpp.s

test_scale_layer.o: test_scale_layer.cpp.o

.PHONY : test_scale_layer.o

# target to build an object file
test_scale_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_scale_layer.cpp.o
.PHONY : test_scale_layer.cpp.o

test_scale_layer.i: test_scale_layer.cpp.i

.PHONY : test_scale_layer.i

# target to preprocess a source file
test_scale_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_scale_layer.cpp.i
.PHONY : test_scale_layer.cpp.i

test_scale_layer.s: test_scale_layer.cpp.s

.PHONY : test_scale_layer.s

# target to generate assembly for a file
test_scale_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_scale_layer.cpp.s
.PHONY : test_scale_layer.cpp.s

test_sigmoid_cross_entropy_loss_layer.o: test_sigmoid_cross_entropy_loss_layer.cpp.o

.PHONY : test_sigmoid_cross_entropy_loss_layer.o

# target to build an object file
test_sigmoid_cross_entropy_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_sigmoid_cross_entropy_loss_layer.cpp.o
.PHONY : test_sigmoid_cross_entropy_loss_layer.cpp.o

test_sigmoid_cross_entropy_loss_layer.i: test_sigmoid_cross_entropy_loss_layer.cpp.i

.PHONY : test_sigmoid_cross_entropy_loss_layer.i

# target to preprocess a source file
test_sigmoid_cross_entropy_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_sigmoid_cross_entropy_loss_layer.cpp.i
.PHONY : test_sigmoid_cross_entropy_loss_layer.cpp.i

test_sigmoid_cross_entropy_loss_layer.s: test_sigmoid_cross_entropy_loss_layer.cpp.s

.PHONY : test_sigmoid_cross_entropy_loss_layer.s

# target to generate assembly for a file
test_sigmoid_cross_entropy_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_sigmoid_cross_entropy_loss_layer.cpp.s
.PHONY : test_sigmoid_cross_entropy_loss_layer.cpp.s

test_slice_layer.o: test_slice_layer.cpp.o

.PHONY : test_slice_layer.o

# target to build an object file
test_slice_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_slice_layer.cpp.o
.PHONY : test_slice_layer.cpp.o

test_slice_layer.i: test_slice_layer.cpp.i

.PHONY : test_slice_layer.i

# target to preprocess a source file
test_slice_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_slice_layer.cpp.i
.PHONY : test_slice_layer.cpp.i

test_slice_layer.s: test_slice_layer.cpp.s

.PHONY : test_slice_layer.s

# target to generate assembly for a file
test_slice_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_slice_layer.cpp.s
.PHONY : test_slice_layer.cpp.s

test_smooth_L1_loss_layer.o: test_smooth_L1_loss_layer.cpp.o

.PHONY : test_smooth_L1_loss_layer.o

# target to build an object file
test_smooth_L1_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_smooth_L1_loss_layer.cpp.o
.PHONY : test_smooth_L1_loss_layer.cpp.o

test_smooth_L1_loss_layer.i: test_smooth_L1_loss_layer.cpp.i

.PHONY : test_smooth_L1_loss_layer.i

# target to preprocess a source file
test_smooth_L1_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_smooth_L1_loss_layer.cpp.i
.PHONY : test_smooth_L1_loss_layer.cpp.i

test_smooth_L1_loss_layer.s: test_smooth_L1_loss_layer.cpp.s

.PHONY : test_smooth_L1_loss_layer.s

# target to generate assembly for a file
test_smooth_L1_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_smooth_L1_loss_layer.cpp.s
.PHONY : test_smooth_L1_loss_layer.cpp.s

test_softmax_layer.o: test_softmax_layer.cpp.o

.PHONY : test_softmax_layer.o

# target to build an object file
test_softmax_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_layer.cpp.o
.PHONY : test_softmax_layer.cpp.o

test_softmax_layer.i: test_softmax_layer.cpp.i

.PHONY : test_softmax_layer.i

# target to preprocess a source file
test_softmax_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_layer.cpp.i
.PHONY : test_softmax_layer.cpp.i

test_softmax_layer.s: test_softmax_layer.cpp.s

.PHONY : test_softmax_layer.s

# target to generate assembly for a file
test_softmax_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_layer.cpp.s
.PHONY : test_softmax_layer.cpp.s

test_softmax_with_loss_layer.o: test_softmax_with_loss_layer.cpp.o

.PHONY : test_softmax_with_loss_layer.o

# target to build an object file
test_softmax_with_loss_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_with_loss_layer.cpp.o
.PHONY : test_softmax_with_loss_layer.cpp.o

test_softmax_with_loss_layer.i: test_softmax_with_loss_layer.cpp.i

.PHONY : test_softmax_with_loss_layer.i

# target to preprocess a source file
test_softmax_with_loss_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_with_loss_layer.cpp.i
.PHONY : test_softmax_with_loss_layer.cpp.i

test_softmax_with_loss_layer.s: test_softmax_with_loss_layer.cpp.s

.PHONY : test_softmax_with_loss_layer.s

# target to generate assembly for a file
test_softmax_with_loss_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_softmax_with_loss_layer.cpp.s
.PHONY : test_softmax_with_loss_layer.cpp.s

test_solver.o: test_solver.cpp.o

.PHONY : test_solver.o

# target to build an object file
test_solver.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver.cpp.o
.PHONY : test_solver.cpp.o

test_solver.i: test_solver.cpp.i

.PHONY : test_solver.i

# target to preprocess a source file
test_solver.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver.cpp.i
.PHONY : test_solver.cpp.i

test_solver.s: test_solver.cpp.s

.PHONY : test_solver.s

# target to generate assembly for a file
test_solver.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver.cpp.s
.PHONY : test_solver.cpp.s

test_solver_factory.o: test_solver_factory.cpp.o

.PHONY : test_solver_factory.o

# target to build an object file
test_solver_factory.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver_factory.cpp.o
.PHONY : test_solver_factory.cpp.o

test_solver_factory.i: test_solver_factory.cpp.i

.PHONY : test_solver_factory.i

# target to preprocess a source file
test_solver_factory.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver_factory.cpp.i
.PHONY : test_solver_factory.cpp.i

test_solver_factory.s: test_solver_factory.cpp.s

.PHONY : test_solver_factory.s

# target to generate assembly for a file
test_solver_factory.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_solver_factory.cpp.s
.PHONY : test_solver_factory.cpp.s

test_split_layer.o: test_split_layer.cpp.o

.PHONY : test_split_layer.o

# target to build an object file
test_split_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_split_layer.cpp.o
.PHONY : test_split_layer.cpp.o

test_split_layer.i: test_split_layer.cpp.i

.PHONY : test_split_layer.i

# target to preprocess a source file
test_split_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_split_layer.cpp.i
.PHONY : test_split_layer.cpp.i

test_split_layer.s: test_split_layer.cpp.s

.PHONY : test_split_layer.s

# target to generate assembly for a file
test_split_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_split_layer.cpp.s
.PHONY : test_split_layer.cpp.s

test_spp_layer.o: test_spp_layer.cpp.o

.PHONY : test_spp_layer.o

# target to build an object file
test_spp_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_spp_layer.cpp.o
.PHONY : test_spp_layer.cpp.o

test_spp_layer.i: test_spp_layer.cpp.i

.PHONY : test_spp_layer.i

# target to preprocess a source file
test_spp_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_spp_layer.cpp.i
.PHONY : test_spp_layer.cpp.i

test_spp_layer.s: test_spp_layer.cpp.s

.PHONY : test_spp_layer.s

# target to generate assembly for a file
test_spp_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_spp_layer.cpp.s
.PHONY : test_spp_layer.cpp.s

test_stochastic_pooling.o: test_stochastic_pooling.cpp.o

.PHONY : test_stochastic_pooling.o

# target to build an object file
test_stochastic_pooling.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_stochastic_pooling.cpp.o
.PHONY : test_stochastic_pooling.cpp.o

test_stochastic_pooling.i: test_stochastic_pooling.cpp.i

.PHONY : test_stochastic_pooling.i

# target to preprocess a source file
test_stochastic_pooling.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_stochastic_pooling.cpp.i
.PHONY : test_stochastic_pooling.cpp.i

test_stochastic_pooling.s: test_stochastic_pooling.cpp.s

.PHONY : test_stochastic_pooling.s

# target to generate assembly for a file
test_stochastic_pooling.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_stochastic_pooling.cpp.s
.PHONY : test_stochastic_pooling.cpp.s

test_syncedmem.o: test_syncedmem.cpp.o

.PHONY : test_syncedmem.o

# target to build an object file
test_syncedmem.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_syncedmem.cpp.o
.PHONY : test_syncedmem.cpp.o

test_syncedmem.i: test_syncedmem.cpp.i

.PHONY : test_syncedmem.i

# target to preprocess a source file
test_syncedmem.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_syncedmem.cpp.i
.PHONY : test_syncedmem.cpp.i

test_syncedmem.s: test_syncedmem.cpp.s

.PHONY : test_syncedmem.s

# target to generate assembly for a file
test_syncedmem.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_syncedmem.cpp.s
.PHONY : test_syncedmem.cpp.s

test_tanh_layer.o: test_tanh_layer.cpp.o

.PHONY : test_tanh_layer.o

# target to build an object file
test_tanh_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tanh_layer.cpp.o
.PHONY : test_tanh_layer.cpp.o

test_tanh_layer.i: test_tanh_layer.cpp.i

.PHONY : test_tanh_layer.i

# target to preprocess a source file
test_tanh_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tanh_layer.cpp.i
.PHONY : test_tanh_layer.cpp.i

test_tanh_layer.s: test_tanh_layer.cpp.s

.PHONY : test_tanh_layer.s

# target to generate assembly for a file
test_tanh_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tanh_layer.cpp.s
.PHONY : test_tanh_layer.cpp.s

test_threshold_layer.o: test_threshold_layer.cpp.o

.PHONY : test_threshold_layer.o

# target to build an object file
test_threshold_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_threshold_layer.cpp.o
.PHONY : test_threshold_layer.cpp.o

test_threshold_layer.i: test_threshold_layer.cpp.i

.PHONY : test_threshold_layer.i

# target to preprocess a source file
test_threshold_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_threshold_layer.cpp.i
.PHONY : test_threshold_layer.cpp.i

test_threshold_layer.s: test_threshold_layer.cpp.s

.PHONY : test_threshold_layer.s

# target to generate assembly for a file
test_threshold_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_threshold_layer.cpp.s
.PHONY : test_threshold_layer.cpp.s

test_tile_layer.o: test_tile_layer.cpp.o

.PHONY : test_tile_layer.o

# target to build an object file
test_tile_layer.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tile_layer.cpp.o
.PHONY : test_tile_layer.cpp.o

test_tile_layer.i: test_tile_layer.cpp.i

.PHONY : test_tile_layer.i

# target to preprocess a source file
test_tile_layer.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tile_layer.cpp.i
.PHONY : test_tile_layer.cpp.i

test_tile_layer.s: test_tile_layer.cpp.s

.PHONY : test_tile_layer.s

# target to generate assembly for a file
test_tile_layer.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_tile_layer.cpp.s
.PHONY : test_tile_layer.cpp.s

test_upgrade_proto.o: test_upgrade_proto.cpp.o

.PHONY : test_upgrade_proto.o

# target to build an object file
test_upgrade_proto.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_upgrade_proto.cpp.o
.PHONY : test_upgrade_proto.cpp.o

test_upgrade_proto.i: test_upgrade_proto.cpp.i

.PHONY : test_upgrade_proto.i

# target to preprocess a source file
test_upgrade_proto.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_upgrade_proto.cpp.i
.PHONY : test_upgrade_proto.cpp.i

test_upgrade_proto.s: test_upgrade_proto.cpp.s

.PHONY : test_upgrade_proto.s

# target to generate assembly for a file
test_upgrade_proto.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_upgrade_proto.cpp.s
.PHONY : test_upgrade_proto.cpp.s

test_util_blas.o: test_util_blas.cpp.o

.PHONY : test_util_blas.o

# target to build an object file
test_util_blas.cpp.o:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_util_blas.cpp.o
.PHONY : test_util_blas.cpp.o

test_util_blas.i: test_util_blas.cpp.i

.PHONY : test_util_blas.i

# target to preprocess a source file
test_util_blas.cpp.i:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_util_blas.cpp.i
.PHONY : test_util_blas.cpp.i

test_util_blas.s: test_util_blas.cpp.s

.PHONY : test_util_blas.s

# target to generate assembly for a file
test_util_blas.cpp.s:
	cd /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(MAKE) $(MAKESILENT) -f src/caffe/test/CMakeFiles/test.testbin.dir/build.make src/caffe/test/CMakeFiles/test.testbin.dir/test_util_blas.cpp.s
.PHONY : test_util_blas.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 "... rebuild_cache"
	@echo "... runtest"
	@echo "... test.testbin"
	@echo "... test_accuracy_layer.o"
	@echo "... test_accuracy_layer.i"
	@echo "... test_accuracy_layer.s"
	@echo "... test_annotated_data_layer.o"
	@echo "... test_annotated_data_layer.i"
	@echo "... test_annotated_data_layer.s"
	@echo "... test_argmax_layer.o"
	@echo "... test_argmax_layer.i"
	@echo "... test_argmax_layer.s"
	@echo "... test_batch_norm_layer.o"
	@echo "... test_batch_norm_layer.i"
	@echo "... test_batch_norm_layer.s"
	@echo "... test_batch_reindex_layer.o"
	@echo "... test_batch_reindex_layer.i"
	@echo "... test_batch_reindex_layer.s"
	@echo "... test_bbox_util.o"
	@echo "... test_bbox_util.i"
	@echo "... test_bbox_util.s"
	@echo "... test_benchmark.o"
	@echo "... test_benchmark.i"
	@echo "... test_benchmark.s"
	@echo "... test_bias_layer.o"
	@echo "... test_bias_layer.i"
	@echo "... test_bias_layer.s"
	@echo "... test_blob.o"
	@echo "... test_blob.i"
	@echo "... test_blob.s"
	@echo "... test_caffe_main.o"
	@echo "... test_caffe_main.i"
	@echo "... test_caffe_main.s"
	@echo "... test_common.o"
	@echo "... test_common.i"
	@echo "... test_common.s"
	@echo "... test_concat_layer.o"
	@echo "... test_concat_layer.i"
	@echo "... test_concat_layer.s"
	@echo "... test_contrastive_loss_layer.o"
	@echo "... test_contrastive_loss_layer.i"
	@echo "... test_contrastive_loss_layer.s"
	@echo "... test_convolution_layer.o"
	@echo "... test_convolution_layer.i"
	@echo "... test_convolution_layer.s"
	@echo "... test_crop_layer.o"
	@echo "... test_crop_layer.i"
	@echo "... test_crop_layer.s"
	@echo "... test_data_layer.o"
	@echo "... test_data_layer.i"
	@echo "... test_data_layer.s"
	@echo "... test_data_transformer.o"
	@echo "... test_data_transformer.i"
	@echo "... test_data_transformer.s"
	@echo "... test_db.o"
	@echo "... test_db.i"
	@echo "... test_db.s"
	@echo "... test_deconvolution_layer.o"
	@echo "... test_deconvolution_layer.i"
	@echo "... test_deconvolution_layer.s"
	@echo "... test_detection_evaluate_layer.o"
	@echo "... test_detection_evaluate_layer.i"
	@echo "... test_detection_evaluate_layer.s"
	@echo "... test_detection_output_layer.o"
	@echo "... test_detection_output_layer.i"
	@echo "... test_detection_output_layer.s"
	@echo "... test_dummy_data_layer.o"
	@echo "... test_dummy_data_layer.i"
	@echo "... test_dummy_data_layer.s"
	@echo "... test_eltwise_layer.o"
	@echo "... test_eltwise_layer.i"
	@echo "... test_eltwise_layer.s"
	@echo "... test_embed_layer.o"
	@echo "... test_embed_layer.i"
	@echo "... test_embed_layer.s"
	@echo "... test_euclidean_loss_layer.o"
	@echo "... test_euclidean_loss_layer.i"
	@echo "... test_euclidean_loss_layer.s"
	@echo "... test_filler.o"
	@echo "... test_filler.i"
	@echo "... test_filler.s"
	@echo "... test_filter_layer.o"
	@echo "... test_filter_layer.i"
	@echo "... test_filter_layer.s"
	@echo "... test_flatten_layer.o"
	@echo "... test_flatten_layer.i"
	@echo "... test_flatten_layer.s"
	@echo "... test_gradient_based_solver.o"
	@echo "... test_gradient_based_solver.i"
	@echo "... test_gradient_based_solver.s"
	@echo "... test_hdf5_output_layer.o"
	@echo "... test_hdf5_output_layer.i"
	@echo "... test_hdf5_output_layer.s"
	@echo "... test_hdf5data_layer.o"
	@echo "... test_hdf5data_layer.i"
	@echo "... test_hdf5data_layer.s"
	@echo "... test_hinge_loss_layer.o"
	@echo "... test_hinge_loss_layer.i"
	@echo "... test_hinge_loss_layer.s"
	@echo "... test_im2col_layer.o"
	@echo "... test_im2col_layer.i"
	@echo "... test_im2col_layer.s"
	@echo "... test_image_data_layer.o"
	@echo "... test_image_data_layer.i"
	@echo "... test_image_data_layer.s"
	@echo "... test_infogain_loss_layer.o"
	@echo "... test_infogain_loss_layer.i"
	@echo "... test_infogain_loss_layer.s"
	@echo "... test_inner_product_layer.o"
	@echo "... test_inner_product_layer.i"
	@echo "... test_inner_product_layer.s"
	@echo "... test_internal_thread.o"
	@echo "... test_internal_thread.i"
	@echo "... test_internal_thread.s"
	@echo "... test_io.o"
	@echo "... test_io.i"
	@echo "... test_io.s"
	@echo "... test_layer_factory.o"
	@echo "... test_layer_factory.i"
	@echo "... test_layer_factory.s"
	@echo "... test_lrn_layer.o"
	@echo "... test_lrn_layer.i"
	@echo "... test_lrn_layer.s"
	@echo "... test_lstm_layer.o"
	@echo "... test_lstm_layer.i"
	@echo "... test_lstm_layer.s"
	@echo "... test_math_functions.o"
	@echo "... test_math_functions.i"
	@echo "... test_math_functions.s"
	@echo "... test_maxpool_dropout_layers.o"
	@echo "... test_maxpool_dropout_layers.i"
	@echo "... test_maxpool_dropout_layers.s"
	@echo "... test_memory_data_layer.o"
	@echo "... test_memory_data_layer.i"
	@echo "... test_memory_data_layer.s"
	@echo "... test_multibox_loss_layer.o"
	@echo "... test_multibox_loss_layer.i"
	@echo "... test_multibox_loss_layer.s"
	@echo "... test_multinomial_logistic_loss_layer.o"
	@echo "... test_multinomial_logistic_loss_layer.i"
	@echo "... test_multinomial_logistic_loss_layer.s"
	@echo "... test_mvn_layer.o"
	@echo "... test_mvn_layer.i"
	@echo "... test_mvn_layer.s"
	@echo "... test_net.o"
	@echo "... test_net.i"
	@echo "... test_net.s"
	@echo "... test_neuron_layer.o"
	@echo "... test_neuron_layer.i"
	@echo "... test_neuron_layer.s"
	@echo "... test_normalize_layer.o"
	@echo "... test_normalize_layer.i"
	@echo "... test_normalize_layer.s"
	@echo "... test_permute_layer.o"
	@echo "... test_permute_layer.i"
	@echo "... test_permute_layer.s"
	@echo "... test_platform.o"
	@echo "... test_platform.i"
	@echo "... test_platform.s"
	@echo "... test_pooling_layer.o"
	@echo "... test_pooling_layer.i"
	@echo "... test_pooling_layer.s"
	@echo "... test_power_layer.o"
	@echo "... test_power_layer.i"
	@echo "... test_power_layer.s"
	@echo "... test_prior_box_layer.o"
	@echo "... test_prior_box_layer.i"
	@echo "... test_prior_box_layer.s"
	@echo "... test_protobuf.o"
	@echo "... test_protobuf.i"
	@echo "... test_protobuf.s"
	@echo "... test_random_number_generator.o"
	@echo "... test_random_number_generator.i"
	@echo "... test_random_number_generator.s"
	@echo "... test_reduction_layer.o"
	@echo "... test_reduction_layer.i"
	@echo "... test_reduction_layer.s"
	@echo "... test_reshape_layer.o"
	@echo "... test_reshape_layer.i"
	@echo "... test_reshape_layer.s"
	@echo "... test_rnn_layer.o"
	@echo "... test_rnn_layer.i"
	@echo "... test_rnn_layer.s"
	@echo "... test_scale_layer.o"
	@echo "... test_scale_layer.i"
	@echo "... test_scale_layer.s"
	@echo "... test_sigmoid_cross_entropy_loss_layer.o"
	@echo "... test_sigmoid_cross_entropy_loss_layer.i"
	@echo "... test_sigmoid_cross_entropy_loss_layer.s"
	@echo "... test_slice_layer.o"
	@echo "... test_slice_layer.i"
	@echo "... test_slice_layer.s"
	@echo "... test_smooth_L1_loss_layer.o"
	@echo "... test_smooth_L1_loss_layer.i"
	@echo "... test_smooth_L1_loss_layer.s"
	@echo "... test_softmax_layer.o"
	@echo "... test_softmax_layer.i"
	@echo "... test_softmax_layer.s"
	@echo "... test_softmax_with_loss_layer.o"
	@echo "... test_softmax_with_loss_layer.i"
	@echo "... test_softmax_with_loss_layer.s"
	@echo "... test_solver.o"
	@echo "... test_solver.i"
	@echo "... test_solver.s"
	@echo "... test_solver_factory.o"
	@echo "... test_solver_factory.i"
	@echo "... test_solver_factory.s"
	@echo "... test_split_layer.o"
	@echo "... test_split_layer.i"
	@echo "... test_split_layer.s"
	@echo "... test_spp_layer.o"
	@echo "... test_spp_layer.i"
	@echo "... test_spp_layer.s"
	@echo "... test_stochastic_pooling.o"
	@echo "... test_stochastic_pooling.i"
	@echo "... test_stochastic_pooling.s"
	@echo "... test_syncedmem.o"
	@echo "... test_syncedmem.i"
	@echo "... test_syncedmem.s"
	@echo "... test_tanh_layer.o"
	@echo "... test_tanh_layer.i"
	@echo "... test_tanh_layer.s"
	@echo "... test_threshold_layer.o"
	@echo "... test_threshold_layer.i"
	@echo "... test_threshold_layer.s"
	@echo "... test_tile_layer.o"
	@echo "... test_tile_layer.i"
	@echo "... test_tile_layer.s"
	@echo "... test_upgrade_proto.o"
	@echo "... test_upgrade_proto.i"
	@echo "... test_upgrade_proto.s"
	@echo "... test_util_blas.o"
	@echo "... test_util_blas.i"
	@echo "... test_util_blas.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 /root/bro-caffe/build/temp.linux-x86_64-cpython-37 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

