| |
| |
|
|
| |
| 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/local/lib/python3.8/dist-packages/cmake/data/bin/cmake |
|
|
| |
| RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f |
|
|
| |
| EQUALS = = |
|
|
| |
| CMAKE_SOURCE_DIR = /content/pocketsphinx |
|
|
| |
| CMAKE_BINARY_DIR = /content/pocketsphinx/build |
|
|
| |
| |
|
|
| |
| test: |
| @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
| /usr/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/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/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| .PHONY : install/strip/fast |
|
|
| |
| all: cmake_check_build_system |
| cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles /content/pocketsphinx/build/test/unit/test_matrix//CMakeFiles/progress.marks |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/all |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles 0 |
| .PHONY : all |
|
|
| |
| clean: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/clean |
| .PHONY : clean |
|
|
| |
| clean/fast: clean |
| .PHONY : clean/fast |
|
|
| |
| preinstall: all |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/preinstall |
| .PHONY : preinstall |
|
|
| |
| preinstall/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/preinstall |
| .PHONY : preinstall/fast |
|
|
| |
| depend: |
| cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| .PHONY : depend |
|
|
| |
| test/unit/test_matrix/CMakeFiles/test_solve.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/CMakeFiles/test_solve.dir/rule |
| .PHONY : test/unit/test_matrix/CMakeFiles/test_solve.dir/rule |
|
|
| |
| test_solve: test/unit/test_matrix/CMakeFiles/test_solve.dir/rule |
| .PHONY : test_solve |
|
|
| |
| test_solve/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_solve.dir/build.make test/unit/test_matrix/CMakeFiles/test_solve.dir/build |
| .PHONY : test_solve/fast |
|
|
| |
| test/unit/test_matrix/CMakeFiles/test_invert.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/CMakeFiles/test_invert.dir/rule |
| .PHONY : test/unit/test_matrix/CMakeFiles/test_invert.dir/rule |
|
|
| |
| test_invert: test/unit/test_matrix/CMakeFiles/test_invert.dir/rule |
| .PHONY : test_invert |
|
|
| |
| test_invert/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_invert.dir/build.make test/unit/test_matrix/CMakeFiles/test_invert.dir/build |
| .PHONY : test_invert/fast |
|
|
| |
| test/unit/test_matrix/CMakeFiles/test_determinant.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_matrix/CMakeFiles/test_determinant.dir/rule |
| .PHONY : test/unit/test_matrix/CMakeFiles/test_determinant.dir/rule |
|
|
| |
| test_determinant: test/unit/test_matrix/CMakeFiles/test_determinant.dir/rule |
| .PHONY : test_determinant |
|
|
| |
| test_determinant/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_determinant.dir/build.make test/unit/test_matrix/CMakeFiles/test_determinant.dir/build |
| .PHONY : test_determinant/fast |
|
|
| test_determinant.o: test_determinant.c.o |
| .PHONY : test_determinant.o |
|
|
| |
| test_determinant.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_determinant.dir/build.make test/unit/test_matrix/CMakeFiles/test_determinant.dir/test_determinant.c.o |
| .PHONY : test_determinant.c.o |
|
|
| test_determinant.i: test_determinant.c.i |
| .PHONY : test_determinant.i |
|
|
| |
| test_determinant.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_determinant.dir/build.make test/unit/test_matrix/CMakeFiles/test_determinant.dir/test_determinant.c.i |
| .PHONY : test_determinant.c.i |
|
|
| test_determinant.s: test_determinant.c.s |
| .PHONY : test_determinant.s |
|
|
| |
| test_determinant.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_determinant.dir/build.make test/unit/test_matrix/CMakeFiles/test_determinant.dir/test_determinant.c.s |
| .PHONY : test_determinant.c.s |
|
|
| test_invert.o: test_invert.c.o |
| .PHONY : test_invert.o |
|
|
| |
| test_invert.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_invert.dir/build.make test/unit/test_matrix/CMakeFiles/test_invert.dir/test_invert.c.o |
| .PHONY : test_invert.c.o |
|
|
| test_invert.i: test_invert.c.i |
| .PHONY : test_invert.i |
|
|
| |
| test_invert.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_invert.dir/build.make test/unit/test_matrix/CMakeFiles/test_invert.dir/test_invert.c.i |
| .PHONY : test_invert.c.i |
|
|
| test_invert.s: test_invert.c.s |
| .PHONY : test_invert.s |
|
|
| |
| test_invert.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_invert.dir/build.make test/unit/test_matrix/CMakeFiles/test_invert.dir/test_invert.c.s |
| .PHONY : test_invert.c.s |
|
|
| test_solve.o: test_solve.c.o |
| .PHONY : test_solve.o |
|
|
| |
| test_solve.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_solve.dir/build.make test/unit/test_matrix/CMakeFiles/test_solve.dir/test_solve.c.o |
| .PHONY : test_solve.c.o |
|
|
| test_solve.i: test_solve.c.i |
| .PHONY : test_solve.i |
|
|
| |
| test_solve.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_solve.dir/build.make test/unit/test_matrix/CMakeFiles/test_solve.dir/test_solve.c.i |
| .PHONY : test_solve.c.i |
|
|
| test_solve.s: test_solve.c.s |
| .PHONY : test_solve.s |
|
|
| |
| test_solve.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_matrix/CMakeFiles/test_solve.dir/build.make test/unit/test_matrix/CMakeFiles/test_solve.dir/test_solve.c.s |
| .PHONY : test_solve.c.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 "... test_determinant" |
| @echo "... test_invert" |
| @echo "... test_solve" |
| @echo "... test_determinant.o" |
| @echo "... test_determinant.i" |
| @echo "... test_determinant.s" |
| @echo "... test_invert.o" |
| @echo "... test_invert.i" |
| @echo "... test_invert.s" |
| @echo "... test_solve.o" |
| @echo "... test_solve.i" |
| @echo "... test_solve.s" |
| .PHONY : help |
|
|
|
|
|
|
| |
| |
|
|
| |
| |
| |
| cmake_check_build_system: |
| cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| .PHONY : cmake_check_build_system |
|
|
|
|