| | |
| | |
| |
|
| | |
| | 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/dependencies/cub/examples/block//CMakeFiles/progress.marks |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/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 dependencies/cub/examples/block/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: cmake_check_build_system |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/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 |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/rule |
| |
|
| | |
| | cub.cpp14.example.block.radix_sort: dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/rule |
| | .PHONY : cub.cpp14.example.block.radix_sort |
| |
|
| | |
| | cub.cpp14.example.block.radix_sort/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/build |
| | .PHONY : cub.cpp14.example.block.radix_sort/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/rule |
| |
|
| | |
| | cub.all.example.block.radix_sort: dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/rule |
| | .PHONY : cub.all.example.block.radix_sort |
| |
|
| | |
| | cub.all.example.block.radix_sort/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.radix_sort.dir/build |
| | .PHONY : cub.all.example.block.radix_sort/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/rule |
| |
|
| | |
| | cub.cpp14.example.block.reduce: dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/rule |
| | .PHONY : cub.cpp14.example.block.reduce |
| |
|
| | |
| | cub.cpp14.example.block.reduce/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/build |
| | .PHONY : cub.cpp14.example.block.reduce/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/rule |
| |
|
| | |
| | cub.all.example.block.reduce: dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/rule |
| | .PHONY : cub.all.example.block.reduce |
| |
|
| | |
| | cub.all.example.block.reduce/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce.dir/build |
| | .PHONY : cub.all.example.block.reduce/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/rule |
| |
|
| | |
| | cub.cpp14.example.block.reduce_dyn_smem: dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/rule |
| | .PHONY : cub.cpp14.example.block.reduce_dyn_smem |
| |
|
| | |
| | cub.cpp14.example.block.reduce_dyn_smem/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/build |
| | .PHONY : cub.cpp14.example.block.reduce_dyn_smem/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/rule |
| |
|
| | |
| | cub.all.example.block.reduce_dyn_smem: dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/rule |
| | .PHONY : cub.all.example.block.reduce_dyn_smem |
| |
|
| | |
| | cub.all.example.block.reduce_dyn_smem/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.reduce_dyn_smem.dir/build |
| | .PHONY : cub.all.example.block.reduce_dyn_smem/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/rule |
| |
|
| | |
| | cub.cpp14.example.block.scan: dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/rule |
| | .PHONY : cub.cpp14.example.block.scan |
| |
|
| | |
| | cub.cpp14.example.block.scan/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/build |
| | .PHONY : cub.cpp14.example.block.scan/fast |
| |
|
| | |
| | dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/rule |
| | .PHONY : dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/rule |
| |
|
| | |
| | cub.all.example.block.scan: dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/rule |
| | .PHONY : cub.all.example.block.scan |
| |
|
| | |
| | cub.all.example.block.scan/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.all.example.block.scan.dir/build |
| | .PHONY : cub.all.example.block.scan/fast |
| |
|
| | example_block_radix_sort.o: example_block_radix_sort.cu.o |
| | .PHONY : example_block_radix_sort.o |
| |
|
| | |
| | example_block_radix_sort.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/example_block_radix_sort.cu.o |
| | .PHONY : example_block_radix_sort.cu.o |
| |
|
| | example_block_radix_sort.i: example_block_radix_sort.cu.i |
| | .PHONY : example_block_radix_sort.i |
| |
|
| | |
| | example_block_radix_sort.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/example_block_radix_sort.cu.i |
| | .PHONY : example_block_radix_sort.cu.i |
| |
|
| | example_block_radix_sort.s: example_block_radix_sort.cu.s |
| | .PHONY : example_block_radix_sort.s |
| |
|
| | |
| | example_block_radix_sort.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.radix_sort.dir/example_block_radix_sort.cu.s |
| | .PHONY : example_block_radix_sort.cu.s |
| |
|
| | example_block_reduce.o: example_block_reduce.cu.o |
| | .PHONY : example_block_reduce.o |
| |
|
| | |
| | example_block_reduce.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/example_block_reduce.cu.o |
| | .PHONY : example_block_reduce.cu.o |
| |
|
| | example_block_reduce.i: example_block_reduce.cu.i |
| | .PHONY : example_block_reduce.i |
| |
|
| | |
| | example_block_reduce.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/example_block_reduce.cu.i |
| | .PHONY : example_block_reduce.cu.i |
| |
|
| | example_block_reduce.s: example_block_reduce.cu.s |
| | .PHONY : example_block_reduce.s |
| |
|
| | |
| | example_block_reduce.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce.dir/example_block_reduce.cu.s |
| | .PHONY : example_block_reduce.cu.s |
| |
|
| | example_block_reduce_dyn_smem.o: example_block_reduce_dyn_smem.cu.o |
| | .PHONY : example_block_reduce_dyn_smem.o |
| |
|
| | |
| | example_block_reduce_dyn_smem.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/example_block_reduce_dyn_smem.cu.o |
| | .PHONY : example_block_reduce_dyn_smem.cu.o |
| |
|
| | example_block_reduce_dyn_smem.i: example_block_reduce_dyn_smem.cu.i |
| | .PHONY : example_block_reduce_dyn_smem.i |
| |
|
| | |
| | example_block_reduce_dyn_smem.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/example_block_reduce_dyn_smem.cu.i |
| | .PHONY : example_block_reduce_dyn_smem.cu.i |
| |
|
| | example_block_reduce_dyn_smem.s: example_block_reduce_dyn_smem.cu.s |
| | .PHONY : example_block_reduce_dyn_smem.s |
| |
|
| | |
| | example_block_reduce_dyn_smem.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.reduce_dyn_smem.dir/example_block_reduce_dyn_smem.cu.s |
| | .PHONY : example_block_reduce_dyn_smem.cu.s |
| |
|
| | example_block_scan.o: example_block_scan.cu.o |
| | .PHONY : example_block_scan.o |
| |
|
| | |
| | example_block_scan.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/example_block_scan.cu.o |
| | .PHONY : example_block_scan.cu.o |
| |
|
| | example_block_scan.i: example_block_scan.cu.i |
| | .PHONY : example_block_scan.i |
| |
|
| | |
| | example_block_scan.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/example_block_scan.cu.i |
| | .PHONY : example_block_scan.cu.i |
| |
|
| | example_block_scan.s: example_block_scan.cu.s |
| | .PHONY : example_block_scan.s |
| |
|
| | |
| | example_block_scan.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/build.make dependencies/cub/examples/block/CMakeFiles/cub.cpp14.example.block.scan.dir/example_block_scan.cu.s |
| | .PHONY : example_block_scan.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 "... cub.all.example.block.radix_sort" |
| | @echo "... cub.all.example.block.reduce" |
| | @echo "... cub.all.example.block.reduce_dyn_smem" |
| | @echo "... cub.all.example.block.scan" |
| | @echo "... cub.cpp14.example.block.radix_sort" |
| | @echo "... cub.cpp14.example.block.reduce" |
| | @echo "... cub.cpp14.example.block.reduce_dyn_smem" |
| | @echo "... cub.cpp14.example.block.scan" |
| | @echo "... example_block_radix_sort.o" |
| | @echo "... example_block_radix_sort.i" |
| | @echo "... example_block_radix_sort.s" |
| | @echo "... example_block_reduce.o" |
| | @echo "... example_block_reduce.i" |
| | @echo "... example_block_reduce.s" |
| | @echo "... example_block_reduce_dyn_smem.o" |
| | @echo "... example_block_reduce_dyn_smem.i" |
| | @echo "... example_block_reduce_dyn_smem.s" |
| | @echo "... example_block_scan.o" |
| | @echo "... example_block_scan.i" |
| | @echo "... example_block_scan.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 |
| |
|
| |
|