| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/bin/cmake |
| |
|
| | |
| | RM = /usr/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /home/ubuntu/thrust |
| |
|
| | |
| | CMAKE_BINARY_DIR = /home/ubuntu/thrust/build |
| |
|
| | |
| | |
| |
|
| | |
| | test: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
| | /usr/bin/ctest --force-new-ctest-process $(ARGS) |
| | .PHONY : test |
| |
|
| | |
| | test/fast: test |
| | .PHONY : test/fast |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
| | /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
| | /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles /home/ubuntu/thrust/build/testing/async//CMakeFiles/progress.marks |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: cmake_check_build_system |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.all: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.all |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.all/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.all.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.all/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.all: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.all |
| |
|
| | |
| | thrust.test.async.exclusive_scan.all/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.all.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.all/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.counting_iterator: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.counting_iterator |
| |
|
| | |
| | thrust.test.async.exclusive_scan.counting_iterator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.counting_iterator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.counting_iterator: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.counting_iterator |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.counting_iterator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.counting_iterator.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.counting_iterator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.discard_output: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.discard_output |
| |
|
| | |
| | thrust.test.async.exclusive_scan.discard_output/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.discard_output/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.discard_output: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.discard_output |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.discard_output/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.discard_output.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.discard_output/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.large_indices: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.large_indices |
| |
|
| | |
| | thrust.test.async.exclusive_scan.large_indices/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.large_indices/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.large_indices: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.large_indices |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.large_indices/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_indices.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.large_indices/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.large_types: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.large_types |
| |
|
| | |
| | thrust.test.async.exclusive_scan.large_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.large_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.large_types: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.large_types |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.large_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.large_types.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.large_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.mixed_types: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.mixed_types |
| |
|
| | |
| | thrust.test.async.exclusive_scan.mixed_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.mixed_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.mixed_types: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.mixed_types |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.mixed_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.mixed_types.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.mixed_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.simple: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.simple |
| |
|
| | |
| | thrust.test.async.exclusive_scan.simple/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.simple/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.simple: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.simple |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.simple/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.simple.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.simple/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.stateful_operator: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.stateful_operator |
| |
|
| | |
| | thrust.test.async.exclusive_scan.stateful_operator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.stateful_operator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.stateful_operator: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.stateful_operator |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.stateful_operator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.stateful_operator.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.stateful_operator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule |
| |
|
| | |
| | thrust.test.async.exclusive_scan.using_vs_adl: testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : thrust.test.async.exclusive_scan.using_vs_adl |
| |
|
| | |
| | thrust.test.async.exclusive_scan.using_vs_adl/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/build |
| | .PHONY : thrust.test.async.exclusive_scan.using_vs_adl/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.using_vs_adl: testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : thrust.all.test.async.exclusive_scan.using_vs_adl |
| |
|
| | |
| | thrust.all.test.async.exclusive_scan.using_vs_adl/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.exclusive_scan.using_vs_adl.dir/build |
| | .PHONY : thrust.all.test.async.exclusive_scan.using_vs_adl/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.all: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.all |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.all/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.all.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.all/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.all: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.all |
| |
|
| | |
| | thrust.test.async.inclusive_scan.all/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.all.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.all/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.counting_iterator: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.counting_iterator |
| |
|
| | |
| | thrust.test.async.inclusive_scan.counting_iterator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.counting_iterator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.counting_iterator: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.counting_iterator |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.counting_iterator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.counting_iterator.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.counting_iterator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.discard_output: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.discard_output |
| |
|
| | |
| | thrust.test.async.inclusive_scan.discard_output/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.discard_output/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.discard_output: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.discard_output |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.discard_output/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.discard_output.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.discard_output/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.large_indices: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.large_indices |
| |
|
| | |
| | thrust.test.async.inclusive_scan.large_indices/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.large_indices/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.large_indices: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.large_indices |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.large_indices/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_indices.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.large_indices/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.large_types: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.large_types |
| |
|
| | |
| | thrust.test.async.inclusive_scan.large_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.large_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.large_types: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.large_types |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.large_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.large_types.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.large_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.mixed_types: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.mixed_types |
| |
|
| | |
| | thrust.test.async.inclusive_scan.mixed_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.mixed_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.mixed_types: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.mixed_types |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.mixed_types/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.mixed_types.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.mixed_types/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.simple: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.simple |
| |
|
| | |
| | thrust.test.async.inclusive_scan.simple/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.simple/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.simple: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.simple |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.simple/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.simple.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.simple/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.stateful_operator: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.stateful_operator |
| |
|
| | |
| | thrust.test.async.inclusive_scan.stateful_operator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.stateful_operator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.stateful_operator: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.stateful_operator |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.stateful_operator/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.stateful_operator.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.stateful_operator/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule |
| |
|
| | |
| | thrust.test.async.inclusive_scan.using_vs_adl: testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : thrust.test.async.inclusive_scan.using_vs_adl |
| |
|
| | |
| | thrust.test.async.inclusive_scan.using_vs_adl/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/build |
| | .PHONY : thrust.test.async.inclusive_scan.using_vs_adl/fast |
| |
|
| | |
| | testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.using_vs_adl: testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/rule |
| | .PHONY : thrust.all.test.async.inclusive_scan.using_vs_adl |
| |
|
| | |
| | thrust.all.test.async.inclusive_scan.using_vs_adl/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.all.test.async.inclusive_scan.using_vs_adl.dir/build |
| | .PHONY : thrust.all.test.async.inclusive_scan.using_vs_adl/fast |
| |
|
| | exclusive_scan/counting_iterator.o: exclusive_scan/counting_iterator.cu.o |
| | .PHONY : exclusive_scan/counting_iterator.o |
| |
|
| | |
| | exclusive_scan/counting_iterator.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/exclusive_scan/counting_iterator.cu.o |
| | .PHONY : exclusive_scan/counting_iterator.cu.o |
| |
|
| | exclusive_scan/counting_iterator.i: exclusive_scan/counting_iterator.cu.i |
| | .PHONY : exclusive_scan/counting_iterator.i |
| |
|
| | |
| | exclusive_scan/counting_iterator.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/exclusive_scan/counting_iterator.cu.i |
| | .PHONY : exclusive_scan/counting_iterator.cu.i |
| |
|
| | exclusive_scan/counting_iterator.s: exclusive_scan/counting_iterator.cu.s |
| | .PHONY : exclusive_scan/counting_iterator.s |
| |
|
| | |
| | exclusive_scan/counting_iterator.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.counting_iterator.dir/exclusive_scan/counting_iterator.cu.s |
| | .PHONY : exclusive_scan/counting_iterator.cu.s |
| |
|
| | exclusive_scan/discard_output.o: exclusive_scan/discard_output.cu.o |
| | .PHONY : exclusive_scan/discard_output.o |
| |
|
| | |
| | exclusive_scan/discard_output.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/exclusive_scan/discard_output.cu.o |
| | .PHONY : exclusive_scan/discard_output.cu.o |
| |
|
| | exclusive_scan/discard_output.i: exclusive_scan/discard_output.cu.i |
| | .PHONY : exclusive_scan/discard_output.i |
| |
|
| | |
| | exclusive_scan/discard_output.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/exclusive_scan/discard_output.cu.i |
| | .PHONY : exclusive_scan/discard_output.cu.i |
| |
|
| | exclusive_scan/discard_output.s: exclusive_scan/discard_output.cu.s |
| | .PHONY : exclusive_scan/discard_output.s |
| |
|
| | |
| | exclusive_scan/discard_output.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.discard_output.dir/exclusive_scan/discard_output.cu.s |
| | .PHONY : exclusive_scan/discard_output.cu.s |
| |
|
| | exclusive_scan/large_indices.o: exclusive_scan/large_indices.cu.o |
| | .PHONY : exclusive_scan/large_indices.o |
| |
|
| | |
| | exclusive_scan/large_indices.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/exclusive_scan/large_indices.cu.o |
| | .PHONY : exclusive_scan/large_indices.cu.o |
| |
|
| | exclusive_scan/large_indices.i: exclusive_scan/large_indices.cu.i |
| | .PHONY : exclusive_scan/large_indices.i |
| |
|
| | |
| | exclusive_scan/large_indices.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/exclusive_scan/large_indices.cu.i |
| | .PHONY : exclusive_scan/large_indices.cu.i |
| |
|
| | exclusive_scan/large_indices.s: exclusive_scan/large_indices.cu.s |
| | .PHONY : exclusive_scan/large_indices.s |
| |
|
| | |
| | exclusive_scan/large_indices.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_indices.dir/exclusive_scan/large_indices.cu.s |
| | .PHONY : exclusive_scan/large_indices.cu.s |
| |
|
| | exclusive_scan/large_types.o: exclusive_scan/large_types.cu.o |
| | .PHONY : exclusive_scan/large_types.o |
| |
|
| | |
| | exclusive_scan/large_types.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/exclusive_scan/large_types.cu.o |
| | .PHONY : exclusive_scan/large_types.cu.o |
| |
|
| | exclusive_scan/large_types.i: exclusive_scan/large_types.cu.i |
| | .PHONY : exclusive_scan/large_types.i |
| |
|
| | |
| | exclusive_scan/large_types.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/exclusive_scan/large_types.cu.i |
| | .PHONY : exclusive_scan/large_types.cu.i |
| |
|
| | exclusive_scan/large_types.s: exclusive_scan/large_types.cu.s |
| | .PHONY : exclusive_scan/large_types.s |
| |
|
| | |
| | exclusive_scan/large_types.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.large_types.dir/exclusive_scan/large_types.cu.s |
| | .PHONY : exclusive_scan/large_types.cu.s |
| |
|
| | exclusive_scan/mixed_types.o: exclusive_scan/mixed_types.cu.o |
| | .PHONY : exclusive_scan/mixed_types.o |
| |
|
| | |
| | exclusive_scan/mixed_types.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/exclusive_scan/mixed_types.cu.o |
| | .PHONY : exclusive_scan/mixed_types.cu.o |
| |
|
| | exclusive_scan/mixed_types.i: exclusive_scan/mixed_types.cu.i |
| | .PHONY : exclusive_scan/mixed_types.i |
| |
|
| | |
| | exclusive_scan/mixed_types.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/exclusive_scan/mixed_types.cu.i |
| | .PHONY : exclusive_scan/mixed_types.cu.i |
| |
|
| | exclusive_scan/mixed_types.s: exclusive_scan/mixed_types.cu.s |
| | .PHONY : exclusive_scan/mixed_types.s |
| |
|
| | |
| | exclusive_scan/mixed_types.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.mixed_types.dir/exclusive_scan/mixed_types.cu.s |
| | .PHONY : exclusive_scan/mixed_types.cu.s |
| |
|
| | exclusive_scan/simple.o: exclusive_scan/simple.cu.o |
| | .PHONY : exclusive_scan/simple.o |
| |
|
| | |
| | exclusive_scan/simple.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/exclusive_scan/simple.cu.o |
| | .PHONY : exclusive_scan/simple.cu.o |
| |
|
| | exclusive_scan/simple.i: exclusive_scan/simple.cu.i |
| | .PHONY : exclusive_scan/simple.i |
| |
|
| | |
| | exclusive_scan/simple.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/exclusive_scan/simple.cu.i |
| | .PHONY : exclusive_scan/simple.cu.i |
| |
|
| | exclusive_scan/simple.s: exclusive_scan/simple.cu.s |
| | .PHONY : exclusive_scan/simple.s |
| |
|
| | |
| | exclusive_scan/simple.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.simple.dir/exclusive_scan/simple.cu.s |
| | .PHONY : exclusive_scan/simple.cu.s |
| |
|
| | exclusive_scan/stateful_operator.o: exclusive_scan/stateful_operator.cu.o |
| | .PHONY : exclusive_scan/stateful_operator.o |
| |
|
| | |
| | exclusive_scan/stateful_operator.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/exclusive_scan/stateful_operator.cu.o |
| | .PHONY : exclusive_scan/stateful_operator.cu.o |
| |
|
| | exclusive_scan/stateful_operator.i: exclusive_scan/stateful_operator.cu.i |
| | .PHONY : exclusive_scan/stateful_operator.i |
| |
|
| | |
| | exclusive_scan/stateful_operator.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/exclusive_scan/stateful_operator.cu.i |
| | .PHONY : exclusive_scan/stateful_operator.cu.i |
| |
|
| | exclusive_scan/stateful_operator.s: exclusive_scan/stateful_operator.cu.s |
| | .PHONY : exclusive_scan/stateful_operator.s |
| |
|
| | |
| | exclusive_scan/stateful_operator.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.stateful_operator.dir/exclusive_scan/stateful_operator.cu.s |
| | .PHONY : exclusive_scan/stateful_operator.cu.s |
| |
|
| | exclusive_scan/using_vs_adl.o: exclusive_scan/using_vs_adl.cu.o |
| | .PHONY : exclusive_scan/using_vs_adl.o |
| |
|
| | |
| | exclusive_scan/using_vs_adl.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/exclusive_scan/using_vs_adl.cu.o |
| | .PHONY : exclusive_scan/using_vs_adl.cu.o |
| |
|
| | exclusive_scan/using_vs_adl.i: exclusive_scan/using_vs_adl.cu.i |
| | .PHONY : exclusive_scan/using_vs_adl.i |
| |
|
| | |
| | exclusive_scan/using_vs_adl.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/exclusive_scan/using_vs_adl.cu.i |
| | .PHONY : exclusive_scan/using_vs_adl.cu.i |
| |
|
| | exclusive_scan/using_vs_adl.s: exclusive_scan/using_vs_adl.cu.s |
| | .PHONY : exclusive_scan/using_vs_adl.s |
| |
|
| | |
| | exclusive_scan/using_vs_adl.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.exclusive_scan.using_vs_adl.dir/exclusive_scan/using_vs_adl.cu.s |
| | .PHONY : exclusive_scan/using_vs_adl.cu.s |
| |
|
| | inclusive_scan/counting_iterator.o: inclusive_scan/counting_iterator.cu.o |
| | .PHONY : inclusive_scan/counting_iterator.o |
| |
|
| | |
| | inclusive_scan/counting_iterator.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/inclusive_scan/counting_iterator.cu.o |
| | .PHONY : inclusive_scan/counting_iterator.cu.o |
| |
|
| | inclusive_scan/counting_iterator.i: inclusive_scan/counting_iterator.cu.i |
| | .PHONY : inclusive_scan/counting_iterator.i |
| |
|
| | |
| | inclusive_scan/counting_iterator.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/inclusive_scan/counting_iterator.cu.i |
| | .PHONY : inclusive_scan/counting_iterator.cu.i |
| |
|
| | inclusive_scan/counting_iterator.s: inclusive_scan/counting_iterator.cu.s |
| | .PHONY : inclusive_scan/counting_iterator.s |
| |
|
| | |
| | inclusive_scan/counting_iterator.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.counting_iterator.dir/inclusive_scan/counting_iterator.cu.s |
| | .PHONY : inclusive_scan/counting_iterator.cu.s |
| |
|
| | inclusive_scan/discard_output.o: inclusive_scan/discard_output.cu.o |
| | .PHONY : inclusive_scan/discard_output.o |
| |
|
| | |
| | inclusive_scan/discard_output.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/inclusive_scan/discard_output.cu.o |
| | .PHONY : inclusive_scan/discard_output.cu.o |
| |
|
| | inclusive_scan/discard_output.i: inclusive_scan/discard_output.cu.i |
| | .PHONY : inclusive_scan/discard_output.i |
| |
|
| | |
| | inclusive_scan/discard_output.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/inclusive_scan/discard_output.cu.i |
| | .PHONY : inclusive_scan/discard_output.cu.i |
| |
|
| | inclusive_scan/discard_output.s: inclusive_scan/discard_output.cu.s |
| | .PHONY : inclusive_scan/discard_output.s |
| |
|
| | |
| | inclusive_scan/discard_output.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.discard_output.dir/inclusive_scan/discard_output.cu.s |
| | .PHONY : inclusive_scan/discard_output.cu.s |
| |
|
| | inclusive_scan/large_indices.o: inclusive_scan/large_indices.cu.o |
| | .PHONY : inclusive_scan/large_indices.o |
| |
|
| | |
| | inclusive_scan/large_indices.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/inclusive_scan/large_indices.cu.o |
| | .PHONY : inclusive_scan/large_indices.cu.o |
| |
|
| | inclusive_scan/large_indices.i: inclusive_scan/large_indices.cu.i |
| | .PHONY : inclusive_scan/large_indices.i |
| |
|
| | |
| | inclusive_scan/large_indices.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/inclusive_scan/large_indices.cu.i |
| | .PHONY : inclusive_scan/large_indices.cu.i |
| |
|
| | inclusive_scan/large_indices.s: inclusive_scan/large_indices.cu.s |
| | .PHONY : inclusive_scan/large_indices.s |
| |
|
| | |
| | inclusive_scan/large_indices.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_indices.dir/inclusive_scan/large_indices.cu.s |
| | .PHONY : inclusive_scan/large_indices.cu.s |
| |
|
| | inclusive_scan/large_types.o: inclusive_scan/large_types.cu.o |
| | .PHONY : inclusive_scan/large_types.o |
| |
|
| | |
| | inclusive_scan/large_types.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/inclusive_scan/large_types.cu.o |
| | .PHONY : inclusive_scan/large_types.cu.o |
| |
|
| | inclusive_scan/large_types.i: inclusive_scan/large_types.cu.i |
| | .PHONY : inclusive_scan/large_types.i |
| |
|
| | |
| | inclusive_scan/large_types.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/inclusive_scan/large_types.cu.i |
| | .PHONY : inclusive_scan/large_types.cu.i |
| |
|
| | inclusive_scan/large_types.s: inclusive_scan/large_types.cu.s |
| | .PHONY : inclusive_scan/large_types.s |
| |
|
| | |
| | inclusive_scan/large_types.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.large_types.dir/inclusive_scan/large_types.cu.s |
| | .PHONY : inclusive_scan/large_types.cu.s |
| |
|
| | inclusive_scan/mixed_types.o: inclusive_scan/mixed_types.cu.o |
| | .PHONY : inclusive_scan/mixed_types.o |
| |
|
| | |
| | inclusive_scan/mixed_types.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/inclusive_scan/mixed_types.cu.o |
| | .PHONY : inclusive_scan/mixed_types.cu.o |
| |
|
| | inclusive_scan/mixed_types.i: inclusive_scan/mixed_types.cu.i |
| | .PHONY : inclusive_scan/mixed_types.i |
| |
|
| | |
| | inclusive_scan/mixed_types.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/inclusive_scan/mixed_types.cu.i |
| | .PHONY : inclusive_scan/mixed_types.cu.i |
| |
|
| | inclusive_scan/mixed_types.s: inclusive_scan/mixed_types.cu.s |
| | .PHONY : inclusive_scan/mixed_types.s |
| |
|
| | |
| | inclusive_scan/mixed_types.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.mixed_types.dir/inclusive_scan/mixed_types.cu.s |
| | .PHONY : inclusive_scan/mixed_types.cu.s |
| |
|
| | inclusive_scan/simple.o: inclusive_scan/simple.cu.o |
| | .PHONY : inclusive_scan/simple.o |
| |
|
| | |
| | inclusive_scan/simple.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/inclusive_scan/simple.cu.o |
| | .PHONY : inclusive_scan/simple.cu.o |
| |
|
| | inclusive_scan/simple.i: inclusive_scan/simple.cu.i |
| | .PHONY : inclusive_scan/simple.i |
| |
|
| | |
| | inclusive_scan/simple.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/inclusive_scan/simple.cu.i |
| | .PHONY : inclusive_scan/simple.cu.i |
| |
|
| | inclusive_scan/simple.s: inclusive_scan/simple.cu.s |
| | .PHONY : inclusive_scan/simple.s |
| |
|
| | |
| | inclusive_scan/simple.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.simple.dir/inclusive_scan/simple.cu.s |
| | .PHONY : inclusive_scan/simple.cu.s |
| |
|
| | inclusive_scan/stateful_operator.o: inclusive_scan/stateful_operator.cu.o |
| | .PHONY : inclusive_scan/stateful_operator.o |
| |
|
| | |
| | inclusive_scan/stateful_operator.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/inclusive_scan/stateful_operator.cu.o |
| | .PHONY : inclusive_scan/stateful_operator.cu.o |
| |
|
| | inclusive_scan/stateful_operator.i: inclusive_scan/stateful_operator.cu.i |
| | .PHONY : inclusive_scan/stateful_operator.i |
| |
|
| | |
| | inclusive_scan/stateful_operator.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/inclusive_scan/stateful_operator.cu.i |
| | .PHONY : inclusive_scan/stateful_operator.cu.i |
| |
|
| | inclusive_scan/stateful_operator.s: inclusive_scan/stateful_operator.cu.s |
| | .PHONY : inclusive_scan/stateful_operator.s |
| |
|
| | |
| | inclusive_scan/stateful_operator.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.stateful_operator.dir/inclusive_scan/stateful_operator.cu.s |
| | .PHONY : inclusive_scan/stateful_operator.cu.s |
| |
|
| | inclusive_scan/using_vs_adl.o: inclusive_scan/using_vs_adl.cu.o |
| | .PHONY : inclusive_scan/using_vs_adl.o |
| |
|
| | |
| | inclusive_scan/using_vs_adl.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/inclusive_scan/using_vs_adl.cu.o |
| | .PHONY : inclusive_scan/using_vs_adl.cu.o |
| |
|
| | inclusive_scan/using_vs_adl.i: inclusive_scan/using_vs_adl.cu.i |
| | .PHONY : inclusive_scan/using_vs_adl.i |
| |
|
| | |
| | inclusive_scan/using_vs_adl.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/inclusive_scan/using_vs_adl.cu.i |
| | .PHONY : inclusive_scan/using_vs_adl.cu.i |
| |
|
| | inclusive_scan/using_vs_adl.s: inclusive_scan/using_vs_adl.cu.s |
| | .PHONY : inclusive_scan/using_vs_adl.s |
| |
|
| | |
| | inclusive_scan/using_vs_adl.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/build.make testing/async/CMakeFiles/thrust.test.async.inclusive_scan.using_vs_adl.dir/inclusive_scan/using_vs_adl.cu.s |
| | .PHONY : inclusive_scan/using_vs_adl.cu.s |
| |
|
| | |
| | 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 "... test" |
| | @echo "... thrust.all.test.async.exclusive_scan.all" |
| | @echo "... thrust.all.test.async.exclusive_scan.counting_iterator" |
| | @echo "... thrust.all.test.async.exclusive_scan.discard_output" |
| | @echo "... thrust.all.test.async.exclusive_scan.large_indices" |
| | @echo "... thrust.all.test.async.exclusive_scan.large_types" |
| | @echo "... thrust.all.test.async.exclusive_scan.mixed_types" |
| | @echo "... thrust.all.test.async.exclusive_scan.simple" |
| | @echo "... thrust.all.test.async.exclusive_scan.stateful_operator" |
| | @echo "... thrust.all.test.async.exclusive_scan.using_vs_adl" |
| | @echo "... thrust.all.test.async.inclusive_scan.all" |
| | @echo "... thrust.all.test.async.inclusive_scan.counting_iterator" |
| | @echo "... thrust.all.test.async.inclusive_scan.discard_output" |
| | @echo "... thrust.all.test.async.inclusive_scan.large_indices" |
| | @echo "... thrust.all.test.async.inclusive_scan.large_types" |
| | @echo "... thrust.all.test.async.inclusive_scan.mixed_types" |
| | @echo "... thrust.all.test.async.inclusive_scan.simple" |
| | @echo "... thrust.all.test.async.inclusive_scan.stateful_operator" |
| | @echo "... thrust.all.test.async.inclusive_scan.using_vs_adl" |
| | @echo "... thrust.test.async.exclusive_scan.all" |
| | @echo "... thrust.test.async.inclusive_scan.all" |
| | @echo "... thrust.test.async.exclusive_scan.counting_iterator" |
| | @echo "... thrust.test.async.exclusive_scan.discard_output" |
| | @echo "... thrust.test.async.exclusive_scan.large_indices" |
| | @echo "... thrust.test.async.exclusive_scan.large_types" |
| | @echo "... thrust.test.async.exclusive_scan.mixed_types" |
| | @echo "... thrust.test.async.exclusive_scan.simple" |
| | @echo "... thrust.test.async.exclusive_scan.stateful_operator" |
| | @echo "... thrust.test.async.exclusive_scan.using_vs_adl" |
| | @echo "... thrust.test.async.inclusive_scan.counting_iterator" |
| | @echo "... thrust.test.async.inclusive_scan.discard_output" |
| | @echo "... thrust.test.async.inclusive_scan.large_indices" |
| | @echo "... thrust.test.async.inclusive_scan.large_types" |
| | @echo "... thrust.test.async.inclusive_scan.mixed_types" |
| | @echo "... thrust.test.async.inclusive_scan.simple" |
| | @echo "... thrust.test.async.inclusive_scan.stateful_operator" |
| | @echo "... thrust.test.async.inclusive_scan.using_vs_adl" |
| | @echo "... exclusive_scan/counting_iterator.o" |
| | @echo "... exclusive_scan/counting_iterator.i" |
| | @echo "... exclusive_scan/counting_iterator.s" |
| | @echo "... exclusive_scan/discard_output.o" |
| | @echo "... exclusive_scan/discard_output.i" |
| | @echo "... exclusive_scan/discard_output.s" |
| | @echo "... exclusive_scan/large_indices.o" |
| | @echo "... exclusive_scan/large_indices.i" |
| | @echo "... exclusive_scan/large_indices.s" |
| | @echo "... exclusive_scan/large_types.o" |
| | @echo "... exclusive_scan/large_types.i" |
| | @echo "... exclusive_scan/large_types.s" |
| | @echo "... exclusive_scan/mixed_types.o" |
| | @echo "... exclusive_scan/mixed_types.i" |
| | @echo "... exclusive_scan/mixed_types.s" |
| | @echo "... exclusive_scan/simple.o" |
| | @echo "... exclusive_scan/simple.i" |
| | @echo "... exclusive_scan/simple.s" |
| | @echo "... exclusive_scan/stateful_operator.o" |
| | @echo "... exclusive_scan/stateful_operator.i" |
| | @echo "... exclusive_scan/stateful_operator.s" |
| | @echo "... exclusive_scan/using_vs_adl.o" |
| | @echo "... exclusive_scan/using_vs_adl.i" |
| | @echo "... exclusive_scan/using_vs_adl.s" |
| | @echo "... inclusive_scan/counting_iterator.o" |
| | @echo "... inclusive_scan/counting_iterator.i" |
| | @echo "... inclusive_scan/counting_iterator.s" |
| | @echo "... inclusive_scan/discard_output.o" |
| | @echo "... inclusive_scan/discard_output.i" |
| | @echo "... inclusive_scan/discard_output.s" |
| | @echo "... inclusive_scan/large_indices.o" |
| | @echo "... inclusive_scan/large_indices.i" |
| | @echo "... inclusive_scan/large_indices.s" |
| | @echo "... inclusive_scan/large_types.o" |
| | @echo "... inclusive_scan/large_types.i" |
| | @echo "... inclusive_scan/large_types.s" |
| | @echo "... inclusive_scan/mixed_types.o" |
| | @echo "... inclusive_scan/mixed_types.i" |
| | @echo "... inclusive_scan/mixed_types.s" |
| | @echo "... inclusive_scan/simple.o" |
| | @echo "... inclusive_scan/simple.i" |
| | @echo "... inclusive_scan/simple.s" |
| | @echo "... inclusive_scan/stateful_operator.o" |
| | @echo "... inclusive_scan/stateful_operator.i" |
| | @echo "... inclusive_scan/stateful_operator.s" |
| | @echo "... inclusive_scan/using_vs_adl.o" |
| | @echo "... inclusive_scan/using_vs_adl.i" |
| | @echo "... inclusive_scan/using_vs_adl.s" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | cmake_check_build_system: |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|