| |
| |
|
|
| |
| 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_util//CMakeFiles/progress.marks |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/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_util/clean |
| .PHONY : clean |
|
|
| |
| clean/fast: clean |
| .PHONY : clean/fast |
|
|
| |
| preinstall: all |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/preinstall |
| .PHONY : preinstall |
|
|
| |
| preinstall/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/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_util/CMakeFiles/test_fopen.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_fopen.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_fopen.dir/rule |
|
|
| |
| test_fopen: test/unit/test_util/CMakeFiles/test_fopen.dir/rule |
| .PHONY : test_fopen |
|
|
| |
| test_fopen/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/build |
| .PHONY : test_fopen/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_bitarr.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_bitarr.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_bitarr.dir/rule |
|
|
| |
| test_bitarr: test/unit/test_util/CMakeFiles/test_bitarr.dir/rule |
| .PHONY : test_bitarr |
|
|
| |
| test_bitarr/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/build |
| .PHONY : test_bitarr/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule |
|
|
| |
| test_bit_encode: test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule |
| .PHONY : test_bit_encode |
|
|
| |
| test_bit_encode/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/build |
| .PHONY : test_bit_encode/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_build_directory.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_build_directory.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_build_directory.dir/rule |
|
|
| |
| test_build_directory: test/unit/test_util/CMakeFiles/test_build_directory.dir/rule |
| .PHONY : test_build_directory |
|
|
| |
| test_build_directory/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/build |
| .PHONY : test_build_directory/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_heap.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_heap.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_heap.dir/rule |
|
|
| |
| test_heap: test/unit/test_util/CMakeFiles/test_heap.dir/rule |
| .PHONY : test_heap |
|
|
| |
| test_heap/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/build |
| .PHONY : test_heap/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_filename.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_filename.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_filename.dir/rule |
|
|
| |
| test_filename: test/unit/test_util/CMakeFiles/test_filename.dir/rule |
| .PHONY : test_filename |
|
|
| |
| test_filename/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/build |
| .PHONY : test_filename/fast |
|
|
| |
| test/unit/test_util/CMakeFiles/test_readfile.dir/rule: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_readfile.dir/rule |
| .PHONY : test/unit/test_util/CMakeFiles/test_readfile.dir/rule |
|
|
| |
| test_readfile: test/unit/test_util/CMakeFiles/test_readfile.dir/rule |
| .PHONY : test_readfile |
|
|
| |
| test_readfile/fast: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/build |
| .PHONY : test_readfile/fast |
|
|
| test_bit_encode.o: test_bit_encode.c.o |
| .PHONY : test_bit_encode.o |
|
|
| |
| test_bit_encode.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.o |
| .PHONY : test_bit_encode.c.o |
|
|
| test_bit_encode.i: test_bit_encode.c.i |
| .PHONY : test_bit_encode.i |
|
|
| |
| test_bit_encode.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.i |
| .PHONY : test_bit_encode.c.i |
|
|
| test_bit_encode.s: test_bit_encode.c.s |
| .PHONY : test_bit_encode.s |
|
|
| |
| test_bit_encode.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.s |
| .PHONY : test_bit_encode.c.s |
|
|
| test_bitarr.o: test_bitarr.c.o |
| .PHONY : test_bitarr.o |
|
|
| |
| test_bitarr.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.o |
| .PHONY : test_bitarr.c.o |
|
|
| test_bitarr.i: test_bitarr.c.i |
| .PHONY : test_bitarr.i |
|
|
| |
| test_bitarr.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.i |
| .PHONY : test_bitarr.c.i |
|
|
| test_bitarr.s: test_bitarr.c.s |
| .PHONY : test_bitarr.s |
|
|
| |
| test_bitarr.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.s |
| .PHONY : test_bitarr.c.s |
|
|
| test_build_directory.o: test_build_directory.c.o |
| .PHONY : test_build_directory.o |
|
|
| |
| test_build_directory.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.o |
| .PHONY : test_build_directory.c.o |
|
|
| test_build_directory.i: test_build_directory.c.i |
| .PHONY : test_build_directory.i |
|
|
| |
| test_build_directory.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.i |
| .PHONY : test_build_directory.c.i |
|
|
| test_build_directory.s: test_build_directory.c.s |
| .PHONY : test_build_directory.s |
|
|
| |
| test_build_directory.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.s |
| .PHONY : test_build_directory.c.s |
|
|
| test_filename.o: test_filename.c.o |
| .PHONY : test_filename.o |
|
|
| |
| test_filename.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.o |
| .PHONY : test_filename.c.o |
|
|
| test_filename.i: test_filename.c.i |
| .PHONY : test_filename.i |
|
|
| |
| test_filename.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.i |
| .PHONY : test_filename.c.i |
|
|
| test_filename.s: test_filename.c.s |
| .PHONY : test_filename.s |
|
|
| |
| test_filename.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.s |
| .PHONY : test_filename.c.s |
|
|
| test_fopen.o: test_fopen.c.o |
| .PHONY : test_fopen.o |
|
|
| |
| test_fopen.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.o |
| .PHONY : test_fopen.c.o |
|
|
| test_fopen.i: test_fopen.c.i |
| .PHONY : test_fopen.i |
|
|
| |
| test_fopen.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.i |
| .PHONY : test_fopen.c.i |
|
|
| test_fopen.s: test_fopen.c.s |
| .PHONY : test_fopen.s |
|
|
| |
| test_fopen.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.s |
| .PHONY : test_fopen.c.s |
|
|
| test_heap.o: test_heap.c.o |
| .PHONY : test_heap.o |
|
|
| |
| test_heap.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.o |
| .PHONY : test_heap.c.o |
|
|
| test_heap.i: test_heap.c.i |
| .PHONY : test_heap.i |
|
|
| |
| test_heap.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.i |
| .PHONY : test_heap.c.i |
|
|
| test_heap.s: test_heap.c.s |
| .PHONY : test_heap.s |
|
|
| |
| test_heap.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.s |
| .PHONY : test_heap.c.s |
|
|
| test_readfile.o: test_readfile.c.o |
| .PHONY : test_readfile.o |
|
|
| |
| test_readfile.c.o: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.o |
| .PHONY : test_readfile.c.o |
|
|
| test_readfile.i: test_readfile.c.i |
| .PHONY : test_readfile.i |
|
|
| |
| test_readfile.c.i: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.i |
| .PHONY : test_readfile.c.i |
|
|
| test_readfile.s: test_readfile.c.s |
| .PHONY : test_readfile.s |
|
|
| |
| test_readfile.c.s: |
| cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.s |
| .PHONY : test_readfile.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_bit_encode" |
| @echo "... test_bitarr" |
| @echo "... test_build_directory" |
| @echo "... test_filename" |
| @echo "... test_fopen" |
| @echo "... test_heap" |
| @echo "... test_readfile" |
| @echo "... test_bit_encode.o" |
| @echo "... test_bit_encode.i" |
| @echo "... test_bit_encode.s" |
| @echo "... test_bitarr.o" |
| @echo "... test_bitarr.i" |
| @echo "... test_bitarr.s" |
| @echo "... test_build_directory.o" |
| @echo "... test_build_directory.i" |
| @echo "... test_build_directory.s" |
| @echo "... test_filename.o" |
| @echo "... test_filename.i" |
| @echo "... test_filename.s" |
| @echo "... test_fopen.o" |
| @echo "... test_fopen.i" |
| @echo "... test_fopen.s" |
| @echo "... test_heap.o" |
| @echo "... test_heap.i" |
| @echo "... test_heap.s" |
| @echo "... test_readfile.o" |
| @echo "... test_readfile.i" |
| @echo "... test_readfile.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 |
|
|
|
|