| | |
| | |
| |
|
| | |
| | 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//CMakeFiles/progress.marks |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/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/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/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/CMakeFiles/test_acmod.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_acmod.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_acmod.dir/rule |
| |
|
| | |
| | test_acmod: test/unit/CMakeFiles/test_acmod.dir/rule |
| | .PHONY : test_acmod |
| |
|
| | |
| | test_acmod/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod.dir/build.make test/unit/CMakeFiles/test_acmod.dir/build |
| | .PHONY : test_acmod/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_acmod_grow.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_acmod_grow.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_acmod_grow.dir/rule |
| |
|
| | |
| | test_acmod_grow: test/unit/CMakeFiles/test_acmod_grow.dir/rule |
| | .PHONY : test_acmod_grow |
| |
|
| | |
| | test_acmod_grow/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod_grow.dir/build.make test/unit/CMakeFiles/test_acmod_grow.dir/build |
| | .PHONY : test_acmod_grow/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_alignment.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_alignment.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_alignment.dir/rule |
| |
|
| | |
| | test_alignment: test/unit/CMakeFiles/test_alignment.dir/rule |
| | .PHONY : test_alignment |
| |
|
| | |
| | test_alignment/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_alignment.dir/build.make test/unit/CMakeFiles/test_alignment.dir/build |
| | .PHONY : test_alignment/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_allphone.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_allphone.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_allphone.dir/rule |
| |
|
| | |
| | test_allphone: test/unit/CMakeFiles/test_allphone.dir/rule |
| | .PHONY : test_allphone |
| |
|
| | |
| | test_allphone/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_allphone.dir/build.make test/unit/CMakeFiles/test_allphone.dir/build |
| | .PHONY : test_allphone/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_bitvec.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_bitvec.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_bitvec.dir/rule |
| |
|
| | |
| | test_bitvec: test/unit/CMakeFiles/test_bitvec.dir/rule |
| | .PHONY : test_bitvec |
| |
|
| | |
| | test_bitvec/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_bitvec.dir/build.make test/unit/CMakeFiles/test_bitvec.dir/build |
| | .PHONY : test_bitvec/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_config.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_config.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_config.dir/rule |
| |
|
| | |
| | test_config: test/unit/CMakeFiles/test_config.dir/rule |
| | .PHONY : test_config |
| |
|
| | |
| | test_config/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_config.dir/build.make test/unit/CMakeFiles/test_config.dir/build |
| | .PHONY : test_config/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_dict2pid.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_dict2pid.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_dict2pid.dir/rule |
| |
|
| | |
| | test_dict2pid: test/unit/CMakeFiles/test_dict2pid.dir/rule |
| | .PHONY : test_dict2pid |
| |
|
| | |
| | test_dict2pid/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict2pid.dir/build.make test/unit/CMakeFiles/test_dict2pid.dir/build |
| | .PHONY : test_dict2pid/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_dict.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_dict.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_dict.dir/rule |
| |
|
| | |
| | test_dict: test/unit/CMakeFiles/test_dict.dir/rule |
| | .PHONY : test_dict |
| |
|
| | |
| | test_dict/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict.dir/build.make test/unit/CMakeFiles/test_dict.dir/build |
| | .PHONY : test_dict/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_fe.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_fe.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_fe.dir/rule |
| |
|
| | |
| | test_fe: test/unit/CMakeFiles/test_fe.dir/rule |
| | .PHONY : test_fe |
| |
|
| | |
| | test_fe/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fe.dir/build.make test/unit/CMakeFiles/test_fe.dir/build |
| | .PHONY : test_fe/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_fwdflat.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_fwdflat.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_fwdflat.dir/rule |
| |
|
| | |
| | test_fwdflat: test/unit/CMakeFiles/test_fwdflat.dir/rule |
| | .PHONY : test_fwdflat |
| |
|
| | |
| | test_fwdflat/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdflat.dir/build.make test/unit/CMakeFiles/test_fwdflat.dir/build |
| | .PHONY : test_fwdflat/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_fwdtree_bestpath.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_fwdtree_bestpath.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_fwdtree_bestpath.dir/rule |
| |
|
| | |
| | test_fwdtree_bestpath: test/unit/CMakeFiles/test_fwdtree_bestpath.dir/rule |
| | .PHONY : test_fwdtree_bestpath |
| |
|
| | |
| | test_fwdtree_bestpath/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree_bestpath.dir/build.make test/unit/CMakeFiles/test_fwdtree_bestpath.dir/build |
| | .PHONY : test_fwdtree_bestpath/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_fwdtree.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_fwdtree.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_fwdtree.dir/rule |
| |
|
| | |
| | test_fwdtree: test/unit/CMakeFiles/test_fwdtree.dir/rule |
| | .PHONY : test_fwdtree |
| |
|
| | |
| | test_fwdtree/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree.dir/build.make test/unit/CMakeFiles/test_fwdtree.dir/build |
| | .PHONY : test_fwdtree/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_init.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_init.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_init.dir/rule |
| |
|
| | |
| | test_init: test/unit/CMakeFiles/test_init.dir/rule |
| | .PHONY : test_init |
| |
|
| | |
| | test_init/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_init.dir/build.make test/unit/CMakeFiles/test_init.dir/build |
| | .PHONY : test_init/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_jsgf.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_jsgf.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_jsgf.dir/rule |
| |
|
| | |
| | test_jsgf: test/unit/CMakeFiles/test_jsgf.dir/rule |
| | .PHONY : test_jsgf |
| |
|
| | |
| | test_jsgf/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_jsgf.dir/build.make test/unit/CMakeFiles/test_jsgf.dir/build |
| | .PHONY : test_jsgf/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_keyphrase.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_keyphrase.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_keyphrase.dir/rule |
| |
|
| | |
| | test_keyphrase: test/unit/CMakeFiles/test_keyphrase.dir/rule |
| | .PHONY : test_keyphrase |
| |
|
| | |
| | test_keyphrase/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_keyphrase.dir/build.make test/unit/CMakeFiles/test_keyphrase.dir/build |
| | .PHONY : test_keyphrase/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_lattice.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_lattice.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_lattice.dir/rule |
| |
|
| | |
| | test_lattice: test/unit/CMakeFiles/test_lattice.dir/rule |
| | .PHONY : test_lattice |
| |
|
| | |
| | test_lattice/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_lattice.dir/build.make test/unit/CMakeFiles/test_lattice.dir/build |
| | .PHONY : test_lattice/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_ngram_model_read.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_ngram_model_read.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_ngram_model_read.dir/rule |
| |
|
| | |
| | test_ngram_model_read: test/unit/CMakeFiles/test_ngram_model_read.dir/rule |
| | .PHONY : test_ngram_model_read |
| |
|
| | |
| | test_ngram_model_read/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ngram_model_read.dir/build.make test/unit/CMakeFiles/test_ngram_model_read.dir/build |
| | .PHONY : test_ngram_model_read/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_log_shifted.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_log_shifted.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_log_shifted.dir/rule |
| |
|
| | |
| | test_log_shifted: test/unit/CMakeFiles/test_log_shifted.dir/rule |
| | .PHONY : test_log_shifted |
| |
|
| | |
| | test_log_shifted/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_shifted.dir/build.make test/unit/CMakeFiles/test_log_shifted.dir/build |
| | .PHONY : test_log_shifted/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_log_int8.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_log_int8.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_log_int8.dir/rule |
| |
|
| | |
| | test_log_int8: test/unit/CMakeFiles/test_log_int8.dir/rule |
| | .PHONY : test_log_int8 |
| |
|
| | |
| | test_log_int8/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int8.dir/build.make test/unit/CMakeFiles/test_log_int8.dir/build |
| | .PHONY : test_log_int8/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_log_int16.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_log_int16.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_log_int16.dir/rule |
| |
|
| | |
| | test_log_int16: test/unit/CMakeFiles/test_log_int16.dir/rule |
| | .PHONY : test_log_int16 |
| |
|
| | |
| | test_log_int16/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int16.dir/build.make test/unit/CMakeFiles/test_log_int16.dir/build |
| | .PHONY : test_log_int16/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_mllr.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_mllr.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_mllr.dir/rule |
| |
|
| | |
| | test_mllr: test/unit/CMakeFiles/test_mllr.dir/rule |
| | .PHONY : test_mllr |
| |
|
| | |
| | test_mllr/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_mllr.dir/build.make test/unit/CMakeFiles/test_mllr.dir/build |
| | .PHONY : test_mllr/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_nbest.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_nbest.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_nbest.dir/rule |
| |
|
| | |
| | test_nbest: test/unit/CMakeFiles/test_nbest.dir/rule |
| | .PHONY : test_nbest |
| |
|
| | |
| | test_nbest/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_nbest.dir/build.make test/unit/CMakeFiles/test_nbest.dir/build |
| | .PHONY : test_nbest/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_pitch.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_pitch.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_pitch.dir/rule |
| |
|
| | |
| | test_pitch: test/unit/CMakeFiles/test_pitch.dir/rule |
| | .PHONY : test_pitch |
| |
|
| | |
| | test_pitch/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_pitch.dir/build.make test/unit/CMakeFiles/test_pitch.dir/build |
| | .PHONY : test_pitch/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_posterior.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_posterior.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_posterior.dir/rule |
| |
|
| | |
| | test_posterior: test/unit/CMakeFiles/test_posterior.dir/rule |
| | .PHONY : test_posterior |
| |
|
| | |
| | test_posterior/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_posterior.dir/build.make test/unit/CMakeFiles/test_posterior.dir/build |
| | .PHONY : test_posterior/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_ptm_mgau.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_ptm_mgau.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_ptm_mgau.dir/rule |
| |
|
| | |
| | test_ptm_mgau: test/unit/CMakeFiles/test_ptm_mgau.dir/rule |
| | .PHONY : test_ptm_mgau |
| |
|
| | |
| | test_ptm_mgau/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ptm_mgau.dir/build.make test/unit/CMakeFiles/test_ptm_mgau.dir/build |
| | .PHONY : test_ptm_mgau/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_reinit.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_reinit.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_reinit.dir/rule |
| |
|
| | |
| | test_reinit: test/unit/CMakeFiles/test_reinit.dir/rule |
| | .PHONY : test_reinit |
| |
|
| | |
| | test_reinit/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_reinit.dir/build.make test/unit/CMakeFiles/test_reinit.dir/build |
| | .PHONY : test_reinit/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_senfh.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_senfh.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_senfh.dir/rule |
| |
|
| | |
| | test_senfh: test/unit/CMakeFiles/test_senfh.dir/rule |
| | .PHONY : test_senfh |
| |
|
| | |
| | test_senfh/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_senfh.dir/build.make test/unit/CMakeFiles/test_senfh.dir/build |
| | .PHONY : test_senfh/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_set_search.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_set_search.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_set_search.dir/rule |
| |
|
| | |
| | test_set_search: test/unit/CMakeFiles/test_set_search.dir/rule |
| | .PHONY : test_set_search |
| |
|
| | |
| | test_set_search/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_set_search.dir/build.make test/unit/CMakeFiles/test_set_search.dir/build |
| | .PHONY : test_set_search/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_simple.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_simple.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_simple.dir/rule |
| |
|
| | |
| | test_simple: test/unit/CMakeFiles/test_simple.dir/rule |
| | .PHONY : test_simple |
| |
|
| | |
| | test_simple/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_simple.dir/build.make test/unit/CMakeFiles/test_simple.dir/build |
| | .PHONY : test_simple/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_state_align.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_state_align.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_state_align.dir/rule |
| |
|
| | |
| | test_state_align: test/unit/CMakeFiles/test_state_align.dir/rule |
| | .PHONY : test_state_align |
| |
|
| | |
| | test_state_align/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_state_align.dir/build.make test/unit/CMakeFiles/test_state_align.dir/build |
| | .PHONY : test_state_align/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_vad.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_vad.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_vad.dir/rule |
| |
|
| | |
| | test_vad: test/unit/CMakeFiles/test_vad.dir/rule |
| | .PHONY : test_vad |
| |
|
| | |
| | test_vad/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_vad.dir/build.make test/unit/CMakeFiles/test_vad.dir/build |
| | .PHONY : test_vad/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_word_align.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_word_align.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_word_align.dir/rule |
| |
|
| | |
| | test_word_align: test/unit/CMakeFiles/test_word_align.dir/rule |
| | .PHONY : test_word_align |
| |
|
| | |
| | test_word_align/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_word_align.dir/build.make test/unit/CMakeFiles/test_word_align.dir/build |
| | .PHONY : test_word_align/fast |
| |
|
| | |
| | test/unit/CMakeFiles/test_endpointer.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/test_endpointer.dir/rule |
| | .PHONY : test/unit/CMakeFiles/test_endpointer.dir/rule |
| |
|
| | |
| | test_endpointer: test/unit/CMakeFiles/test_endpointer.dir/rule |
| | .PHONY : test_endpointer |
| |
|
| | |
| | test_endpointer/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_endpointer.dir/build.make test/unit/CMakeFiles/test_endpointer.dir/build |
| | .PHONY : test_endpointer/fast |
| |
|
| | test_acmod.o: test_acmod.c.o |
| | .PHONY : test_acmod.o |
| |
|
| | |
| | test_acmod.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod.dir/build.make test/unit/CMakeFiles/test_acmod.dir/test_acmod.c.o |
| | .PHONY : test_acmod.c.o |
| |
|
| | test_acmod.i: test_acmod.c.i |
| | .PHONY : test_acmod.i |
| |
|
| | |
| | test_acmod.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod.dir/build.make test/unit/CMakeFiles/test_acmod.dir/test_acmod.c.i |
| | .PHONY : test_acmod.c.i |
| |
|
| | test_acmod.s: test_acmod.c.s |
| | .PHONY : test_acmod.s |
| |
|
| | |
| | test_acmod.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod.dir/build.make test/unit/CMakeFiles/test_acmod.dir/test_acmod.c.s |
| | .PHONY : test_acmod.c.s |
| |
|
| | test_acmod_grow.o: test_acmod_grow.c.o |
| | .PHONY : test_acmod_grow.o |
| |
|
| | |
| | test_acmod_grow.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod_grow.dir/build.make test/unit/CMakeFiles/test_acmod_grow.dir/test_acmod_grow.c.o |
| | .PHONY : test_acmod_grow.c.o |
| |
|
| | test_acmod_grow.i: test_acmod_grow.c.i |
| | .PHONY : test_acmod_grow.i |
| |
|
| | |
| | test_acmod_grow.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod_grow.dir/build.make test/unit/CMakeFiles/test_acmod_grow.dir/test_acmod_grow.c.i |
| | .PHONY : test_acmod_grow.c.i |
| |
|
| | test_acmod_grow.s: test_acmod_grow.c.s |
| | .PHONY : test_acmod_grow.s |
| |
|
| | |
| | test_acmod_grow.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod_grow.dir/build.make test/unit/CMakeFiles/test_acmod_grow.dir/test_acmod_grow.c.s |
| | .PHONY : test_acmod_grow.c.s |
| |
|
| | test_alignment.o: test_alignment.c.o |
| | .PHONY : test_alignment.o |
| |
|
| | |
| | test_alignment.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_alignment.dir/build.make test/unit/CMakeFiles/test_alignment.dir/test_alignment.c.o |
| | .PHONY : test_alignment.c.o |
| |
|
| | test_alignment.i: test_alignment.c.i |
| | .PHONY : test_alignment.i |
| |
|
| | |
| | test_alignment.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_alignment.dir/build.make test/unit/CMakeFiles/test_alignment.dir/test_alignment.c.i |
| | .PHONY : test_alignment.c.i |
| |
|
| | test_alignment.s: test_alignment.c.s |
| | .PHONY : test_alignment.s |
| |
|
| | |
| | test_alignment.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_alignment.dir/build.make test/unit/CMakeFiles/test_alignment.dir/test_alignment.c.s |
| | .PHONY : test_alignment.c.s |
| |
|
| | test_allphone.o: test_allphone.c.o |
| | .PHONY : test_allphone.o |
| |
|
| | |
| | test_allphone.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_allphone.dir/build.make test/unit/CMakeFiles/test_allphone.dir/test_allphone.c.o |
| | .PHONY : test_allphone.c.o |
| |
|
| | test_allphone.i: test_allphone.c.i |
| | .PHONY : test_allphone.i |
| |
|
| | |
| | test_allphone.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_allphone.dir/build.make test/unit/CMakeFiles/test_allphone.dir/test_allphone.c.i |
| | .PHONY : test_allphone.c.i |
| |
|
| | test_allphone.s: test_allphone.c.s |
| | .PHONY : test_allphone.s |
| |
|
| | |
| | test_allphone.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_allphone.dir/build.make test/unit/CMakeFiles/test_allphone.dir/test_allphone.c.s |
| | .PHONY : test_allphone.c.s |
| |
|
| | test_bitvec.o: test_bitvec.c.o |
| | .PHONY : test_bitvec.o |
| |
|
| | |
| | test_bitvec.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_bitvec.dir/build.make test/unit/CMakeFiles/test_bitvec.dir/test_bitvec.c.o |
| | .PHONY : test_bitvec.c.o |
| |
|
| | test_bitvec.i: test_bitvec.c.i |
| | .PHONY : test_bitvec.i |
| |
|
| | |
| | test_bitvec.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_bitvec.dir/build.make test/unit/CMakeFiles/test_bitvec.dir/test_bitvec.c.i |
| | .PHONY : test_bitvec.c.i |
| |
|
| | test_bitvec.s: test_bitvec.c.s |
| | .PHONY : test_bitvec.s |
| |
|
| | |
| | test_bitvec.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_bitvec.dir/build.make test/unit/CMakeFiles/test_bitvec.dir/test_bitvec.c.s |
| | .PHONY : test_bitvec.c.s |
| |
|
| | test_config.o: test_config.c.o |
| | .PHONY : test_config.o |
| |
|
| | |
| | test_config.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_config.dir/build.make test/unit/CMakeFiles/test_config.dir/test_config.c.o |
| | .PHONY : test_config.c.o |
| |
|
| | test_config.i: test_config.c.i |
| | .PHONY : test_config.i |
| |
|
| | |
| | test_config.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_config.dir/build.make test/unit/CMakeFiles/test_config.dir/test_config.c.i |
| | .PHONY : test_config.c.i |
| |
|
| | test_config.s: test_config.c.s |
| | .PHONY : test_config.s |
| |
|
| | |
| | test_config.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_config.dir/build.make test/unit/CMakeFiles/test_config.dir/test_config.c.s |
| | .PHONY : test_config.c.s |
| |
|
| | test_dict.o: test_dict.c.o |
| | .PHONY : test_dict.o |
| |
|
| | |
| | test_dict.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict.dir/build.make test/unit/CMakeFiles/test_dict.dir/test_dict.c.o |
| | .PHONY : test_dict.c.o |
| |
|
| | test_dict.i: test_dict.c.i |
| | .PHONY : test_dict.i |
| |
|
| | |
| | test_dict.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict.dir/build.make test/unit/CMakeFiles/test_dict.dir/test_dict.c.i |
| | .PHONY : test_dict.c.i |
| |
|
| | test_dict.s: test_dict.c.s |
| | .PHONY : test_dict.s |
| |
|
| | |
| | test_dict.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict.dir/build.make test/unit/CMakeFiles/test_dict.dir/test_dict.c.s |
| | .PHONY : test_dict.c.s |
| |
|
| | test_dict2pid.o: test_dict2pid.c.o |
| | .PHONY : test_dict2pid.o |
| |
|
| | |
| | test_dict2pid.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict2pid.dir/build.make test/unit/CMakeFiles/test_dict2pid.dir/test_dict2pid.c.o |
| | .PHONY : test_dict2pid.c.o |
| |
|
| | test_dict2pid.i: test_dict2pid.c.i |
| | .PHONY : test_dict2pid.i |
| |
|
| | |
| | test_dict2pid.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict2pid.dir/build.make test/unit/CMakeFiles/test_dict2pid.dir/test_dict2pid.c.i |
| | .PHONY : test_dict2pid.c.i |
| |
|
| | test_dict2pid.s: test_dict2pid.c.s |
| | .PHONY : test_dict2pid.s |
| |
|
| | |
| | test_dict2pid.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict2pid.dir/build.make test/unit/CMakeFiles/test_dict2pid.dir/test_dict2pid.c.s |
| | .PHONY : test_dict2pid.c.s |
| |
|
| | test_endpointer.o: test_endpointer.c.o |
| | .PHONY : test_endpointer.o |
| |
|
| | |
| | test_endpointer.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_endpointer.dir/build.make test/unit/CMakeFiles/test_endpointer.dir/test_endpointer.c.o |
| | .PHONY : test_endpointer.c.o |
| |
|
| | test_endpointer.i: test_endpointer.c.i |
| | .PHONY : test_endpointer.i |
| |
|
| | |
| | test_endpointer.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_endpointer.dir/build.make test/unit/CMakeFiles/test_endpointer.dir/test_endpointer.c.i |
| | .PHONY : test_endpointer.c.i |
| |
|
| | test_endpointer.s: test_endpointer.c.s |
| | .PHONY : test_endpointer.s |
| |
|
| | |
| | test_endpointer.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_endpointer.dir/build.make test/unit/CMakeFiles/test_endpointer.dir/test_endpointer.c.s |
| | .PHONY : test_endpointer.c.s |
| |
|
| | test_fe.o: test_fe.c.o |
| | .PHONY : test_fe.o |
| |
|
| | |
| | test_fe.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fe.dir/build.make test/unit/CMakeFiles/test_fe.dir/test_fe.c.o |
| | .PHONY : test_fe.c.o |
| |
|
| | test_fe.i: test_fe.c.i |
| | .PHONY : test_fe.i |
| |
|
| | |
| | test_fe.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fe.dir/build.make test/unit/CMakeFiles/test_fe.dir/test_fe.c.i |
| | .PHONY : test_fe.c.i |
| |
|
| | test_fe.s: test_fe.c.s |
| | .PHONY : test_fe.s |
| |
|
| | |
| | test_fe.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fe.dir/build.make test/unit/CMakeFiles/test_fe.dir/test_fe.c.s |
| | .PHONY : test_fe.c.s |
| |
|
| | test_fwdflat.o: test_fwdflat.c.o |
| | .PHONY : test_fwdflat.o |
| |
|
| | |
| | test_fwdflat.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdflat.dir/build.make test/unit/CMakeFiles/test_fwdflat.dir/test_fwdflat.c.o |
| | .PHONY : test_fwdflat.c.o |
| |
|
| | test_fwdflat.i: test_fwdflat.c.i |
| | .PHONY : test_fwdflat.i |
| |
|
| | |
| | test_fwdflat.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdflat.dir/build.make test/unit/CMakeFiles/test_fwdflat.dir/test_fwdflat.c.i |
| | .PHONY : test_fwdflat.c.i |
| |
|
| | test_fwdflat.s: test_fwdflat.c.s |
| | .PHONY : test_fwdflat.s |
| |
|
| | |
| | test_fwdflat.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdflat.dir/build.make test/unit/CMakeFiles/test_fwdflat.dir/test_fwdflat.c.s |
| | .PHONY : test_fwdflat.c.s |
| |
|
| | test_fwdtree.o: test_fwdtree.c.o |
| | .PHONY : test_fwdtree.o |
| |
|
| | |
| | test_fwdtree.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree.dir/build.make test/unit/CMakeFiles/test_fwdtree.dir/test_fwdtree.c.o |
| | .PHONY : test_fwdtree.c.o |
| |
|
| | test_fwdtree.i: test_fwdtree.c.i |
| | .PHONY : test_fwdtree.i |
| |
|
| | |
| | test_fwdtree.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree.dir/build.make test/unit/CMakeFiles/test_fwdtree.dir/test_fwdtree.c.i |
| | .PHONY : test_fwdtree.c.i |
| |
|
| | test_fwdtree.s: test_fwdtree.c.s |
| | .PHONY : test_fwdtree.s |
| |
|
| | |
| | test_fwdtree.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree.dir/build.make test/unit/CMakeFiles/test_fwdtree.dir/test_fwdtree.c.s |
| | .PHONY : test_fwdtree.c.s |
| |
|
| | test_fwdtree_bestpath.o: test_fwdtree_bestpath.c.o |
| | .PHONY : test_fwdtree_bestpath.o |
| |
|
| | |
| | test_fwdtree_bestpath.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree_bestpath.dir/build.make test/unit/CMakeFiles/test_fwdtree_bestpath.dir/test_fwdtree_bestpath.c.o |
| | .PHONY : test_fwdtree_bestpath.c.o |
| |
|
| | test_fwdtree_bestpath.i: test_fwdtree_bestpath.c.i |
| | .PHONY : test_fwdtree_bestpath.i |
| |
|
| | |
| | test_fwdtree_bestpath.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree_bestpath.dir/build.make test/unit/CMakeFiles/test_fwdtree_bestpath.dir/test_fwdtree_bestpath.c.i |
| | .PHONY : test_fwdtree_bestpath.c.i |
| |
|
| | test_fwdtree_bestpath.s: test_fwdtree_bestpath.c.s |
| | .PHONY : test_fwdtree_bestpath.s |
| |
|
| | |
| | test_fwdtree_bestpath.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree_bestpath.dir/build.make test/unit/CMakeFiles/test_fwdtree_bestpath.dir/test_fwdtree_bestpath.c.s |
| | .PHONY : test_fwdtree_bestpath.c.s |
| |
|
| | test_init.o: test_init.c.o |
| | .PHONY : test_init.o |
| |
|
| | |
| | test_init.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_init.dir/build.make test/unit/CMakeFiles/test_init.dir/test_init.c.o |
| | .PHONY : test_init.c.o |
| |
|
| | test_init.i: test_init.c.i |
| | .PHONY : test_init.i |
| |
|
| | |
| | test_init.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_init.dir/build.make test/unit/CMakeFiles/test_init.dir/test_init.c.i |
| | .PHONY : test_init.c.i |
| |
|
| | test_init.s: test_init.c.s |
| | .PHONY : test_init.s |
| |
|
| | |
| | test_init.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_init.dir/build.make test/unit/CMakeFiles/test_init.dir/test_init.c.s |
| | .PHONY : test_init.c.s |
| |
|
| | test_jsgf.o: test_jsgf.c.o |
| | .PHONY : test_jsgf.o |
| |
|
| | |
| | test_jsgf.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_jsgf.dir/build.make test/unit/CMakeFiles/test_jsgf.dir/test_jsgf.c.o |
| | .PHONY : test_jsgf.c.o |
| |
|
| | test_jsgf.i: test_jsgf.c.i |
| | .PHONY : test_jsgf.i |
| |
|
| | |
| | test_jsgf.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_jsgf.dir/build.make test/unit/CMakeFiles/test_jsgf.dir/test_jsgf.c.i |
| | .PHONY : test_jsgf.c.i |
| |
|
| | test_jsgf.s: test_jsgf.c.s |
| | .PHONY : test_jsgf.s |
| |
|
| | |
| | test_jsgf.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_jsgf.dir/build.make test/unit/CMakeFiles/test_jsgf.dir/test_jsgf.c.s |
| | .PHONY : test_jsgf.c.s |
| |
|
| | test_keyphrase.o: test_keyphrase.c.o |
| | .PHONY : test_keyphrase.o |
| |
|
| | |
| | test_keyphrase.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_keyphrase.dir/build.make test/unit/CMakeFiles/test_keyphrase.dir/test_keyphrase.c.o |
| | .PHONY : test_keyphrase.c.o |
| |
|
| | test_keyphrase.i: test_keyphrase.c.i |
| | .PHONY : test_keyphrase.i |
| |
|
| | |
| | test_keyphrase.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_keyphrase.dir/build.make test/unit/CMakeFiles/test_keyphrase.dir/test_keyphrase.c.i |
| | .PHONY : test_keyphrase.c.i |
| |
|
| | test_keyphrase.s: test_keyphrase.c.s |
| | .PHONY : test_keyphrase.s |
| |
|
| | |
| | test_keyphrase.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_keyphrase.dir/build.make test/unit/CMakeFiles/test_keyphrase.dir/test_keyphrase.c.s |
| | .PHONY : test_keyphrase.c.s |
| |
|
| | test_lattice.o: test_lattice.c.o |
| | .PHONY : test_lattice.o |
| |
|
| | |
| | test_lattice.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_lattice.dir/build.make test/unit/CMakeFiles/test_lattice.dir/test_lattice.c.o |
| | .PHONY : test_lattice.c.o |
| |
|
| | test_lattice.i: test_lattice.c.i |
| | .PHONY : test_lattice.i |
| |
|
| | |
| | test_lattice.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_lattice.dir/build.make test/unit/CMakeFiles/test_lattice.dir/test_lattice.c.i |
| | .PHONY : test_lattice.c.i |
| |
|
| | test_lattice.s: test_lattice.c.s |
| | .PHONY : test_lattice.s |
| |
|
| | |
| | test_lattice.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_lattice.dir/build.make test/unit/CMakeFiles/test_lattice.dir/test_lattice.c.s |
| | .PHONY : test_lattice.c.s |
| |
|
| | test_log_int16.o: test_log_int16.c.o |
| | .PHONY : test_log_int16.o |
| |
|
| | |
| | test_log_int16.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int16.dir/build.make test/unit/CMakeFiles/test_log_int16.dir/test_log_int16.c.o |
| | .PHONY : test_log_int16.c.o |
| |
|
| | test_log_int16.i: test_log_int16.c.i |
| | .PHONY : test_log_int16.i |
| |
|
| | |
| | test_log_int16.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int16.dir/build.make test/unit/CMakeFiles/test_log_int16.dir/test_log_int16.c.i |
| | .PHONY : test_log_int16.c.i |
| |
|
| | test_log_int16.s: test_log_int16.c.s |
| | .PHONY : test_log_int16.s |
| |
|
| | |
| | test_log_int16.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int16.dir/build.make test/unit/CMakeFiles/test_log_int16.dir/test_log_int16.c.s |
| | .PHONY : test_log_int16.c.s |
| |
|
| | test_log_int8.o: test_log_int8.c.o |
| | .PHONY : test_log_int8.o |
| |
|
| | |
| | test_log_int8.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int8.dir/build.make test/unit/CMakeFiles/test_log_int8.dir/test_log_int8.c.o |
| | .PHONY : test_log_int8.c.o |
| |
|
| | test_log_int8.i: test_log_int8.c.i |
| | .PHONY : test_log_int8.i |
| |
|
| | |
| | test_log_int8.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int8.dir/build.make test/unit/CMakeFiles/test_log_int8.dir/test_log_int8.c.i |
| | .PHONY : test_log_int8.c.i |
| |
|
| | test_log_int8.s: test_log_int8.c.s |
| | .PHONY : test_log_int8.s |
| |
|
| | |
| | test_log_int8.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_int8.dir/build.make test/unit/CMakeFiles/test_log_int8.dir/test_log_int8.c.s |
| | .PHONY : test_log_int8.c.s |
| |
|
| | test_log_shifted.o: test_log_shifted.c.o |
| | .PHONY : test_log_shifted.o |
| |
|
| | |
| | test_log_shifted.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_shifted.dir/build.make test/unit/CMakeFiles/test_log_shifted.dir/test_log_shifted.c.o |
| | .PHONY : test_log_shifted.c.o |
| |
|
| | test_log_shifted.i: test_log_shifted.c.i |
| | .PHONY : test_log_shifted.i |
| |
|
| | |
| | test_log_shifted.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_shifted.dir/build.make test/unit/CMakeFiles/test_log_shifted.dir/test_log_shifted.c.i |
| | .PHONY : test_log_shifted.c.i |
| |
|
| | test_log_shifted.s: test_log_shifted.c.s |
| | .PHONY : test_log_shifted.s |
| |
|
| | |
| | test_log_shifted.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_log_shifted.dir/build.make test/unit/CMakeFiles/test_log_shifted.dir/test_log_shifted.c.s |
| | .PHONY : test_log_shifted.c.s |
| |
|
| | test_mllr.o: test_mllr.c.o |
| | .PHONY : test_mllr.o |
| |
|
| | |
| | test_mllr.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_mllr.dir/build.make test/unit/CMakeFiles/test_mllr.dir/test_mllr.c.o |
| | .PHONY : test_mllr.c.o |
| |
|
| | test_mllr.i: test_mllr.c.i |
| | .PHONY : test_mllr.i |
| |
|
| | |
| | test_mllr.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_mllr.dir/build.make test/unit/CMakeFiles/test_mllr.dir/test_mllr.c.i |
| | .PHONY : test_mllr.c.i |
| |
|
| | test_mllr.s: test_mllr.c.s |
| | .PHONY : test_mllr.s |
| |
|
| | |
| | test_mllr.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_mllr.dir/build.make test/unit/CMakeFiles/test_mllr.dir/test_mllr.c.s |
| | .PHONY : test_mllr.c.s |
| |
|
| | test_nbest.o: test_nbest.c.o |
| | .PHONY : test_nbest.o |
| |
|
| | |
| | test_nbest.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_nbest.dir/build.make test/unit/CMakeFiles/test_nbest.dir/test_nbest.c.o |
| | .PHONY : test_nbest.c.o |
| |
|
| | test_nbest.i: test_nbest.c.i |
| | .PHONY : test_nbest.i |
| |
|
| | |
| | test_nbest.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_nbest.dir/build.make test/unit/CMakeFiles/test_nbest.dir/test_nbest.c.i |
| | .PHONY : test_nbest.c.i |
| |
|
| | test_nbest.s: test_nbest.c.s |
| | .PHONY : test_nbest.s |
| |
|
| | |
| | test_nbest.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_nbest.dir/build.make test/unit/CMakeFiles/test_nbest.dir/test_nbest.c.s |
| | .PHONY : test_nbest.c.s |
| |
|
| | test_ngram_model_read.o: test_ngram_model_read.c.o |
| | .PHONY : test_ngram_model_read.o |
| |
|
| | |
| | test_ngram_model_read.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ngram_model_read.dir/build.make test/unit/CMakeFiles/test_ngram_model_read.dir/test_ngram_model_read.c.o |
| | .PHONY : test_ngram_model_read.c.o |
| |
|
| | test_ngram_model_read.i: test_ngram_model_read.c.i |
| | .PHONY : test_ngram_model_read.i |
| |
|
| | |
| | test_ngram_model_read.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ngram_model_read.dir/build.make test/unit/CMakeFiles/test_ngram_model_read.dir/test_ngram_model_read.c.i |
| | .PHONY : test_ngram_model_read.c.i |
| |
|
| | test_ngram_model_read.s: test_ngram_model_read.c.s |
| | .PHONY : test_ngram_model_read.s |
| |
|
| | |
| | test_ngram_model_read.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ngram_model_read.dir/build.make test/unit/CMakeFiles/test_ngram_model_read.dir/test_ngram_model_read.c.s |
| | .PHONY : test_ngram_model_read.c.s |
| |
|
| | test_pitch.o: test_pitch.c.o |
| | .PHONY : test_pitch.o |
| |
|
| | |
| | test_pitch.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_pitch.dir/build.make test/unit/CMakeFiles/test_pitch.dir/test_pitch.c.o |
| | .PHONY : test_pitch.c.o |
| |
|
| | test_pitch.i: test_pitch.c.i |
| | .PHONY : test_pitch.i |
| |
|
| | |
| | test_pitch.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_pitch.dir/build.make test/unit/CMakeFiles/test_pitch.dir/test_pitch.c.i |
| | .PHONY : test_pitch.c.i |
| |
|
| | test_pitch.s: test_pitch.c.s |
| | .PHONY : test_pitch.s |
| |
|
| | |
| | test_pitch.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_pitch.dir/build.make test/unit/CMakeFiles/test_pitch.dir/test_pitch.c.s |
| | .PHONY : test_pitch.c.s |
| |
|
| | test_posterior.o: test_posterior.c.o |
| | .PHONY : test_posterior.o |
| |
|
| | |
| | test_posterior.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_posterior.dir/build.make test/unit/CMakeFiles/test_posterior.dir/test_posterior.c.o |
| | .PHONY : test_posterior.c.o |
| |
|
| | test_posterior.i: test_posterior.c.i |
| | .PHONY : test_posterior.i |
| |
|
| | |
| | test_posterior.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_posterior.dir/build.make test/unit/CMakeFiles/test_posterior.dir/test_posterior.c.i |
| | .PHONY : test_posterior.c.i |
| |
|
| | test_posterior.s: test_posterior.c.s |
| | .PHONY : test_posterior.s |
| |
|
| | |
| | test_posterior.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_posterior.dir/build.make test/unit/CMakeFiles/test_posterior.dir/test_posterior.c.s |
| | .PHONY : test_posterior.c.s |
| |
|
| | test_ptm_mgau.o: test_ptm_mgau.c.o |
| | .PHONY : test_ptm_mgau.o |
| |
|
| | |
| | test_ptm_mgau.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ptm_mgau.dir/build.make test/unit/CMakeFiles/test_ptm_mgau.dir/test_ptm_mgau.c.o |
| | .PHONY : test_ptm_mgau.c.o |
| |
|
| | test_ptm_mgau.i: test_ptm_mgau.c.i |
| | .PHONY : test_ptm_mgau.i |
| |
|
| | |
| | test_ptm_mgau.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ptm_mgau.dir/build.make test/unit/CMakeFiles/test_ptm_mgau.dir/test_ptm_mgau.c.i |
| | .PHONY : test_ptm_mgau.c.i |
| |
|
| | test_ptm_mgau.s: test_ptm_mgau.c.s |
| | .PHONY : test_ptm_mgau.s |
| |
|
| | |
| | test_ptm_mgau.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_ptm_mgau.dir/build.make test/unit/CMakeFiles/test_ptm_mgau.dir/test_ptm_mgau.c.s |
| | .PHONY : test_ptm_mgau.c.s |
| |
|
| | test_reinit.o: test_reinit.c.o |
| | .PHONY : test_reinit.o |
| |
|
| | |
| | test_reinit.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_reinit.dir/build.make test/unit/CMakeFiles/test_reinit.dir/test_reinit.c.o |
| | .PHONY : test_reinit.c.o |
| |
|
| | test_reinit.i: test_reinit.c.i |
| | .PHONY : test_reinit.i |
| |
|
| | |
| | test_reinit.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_reinit.dir/build.make test/unit/CMakeFiles/test_reinit.dir/test_reinit.c.i |
| | .PHONY : test_reinit.c.i |
| |
|
| | test_reinit.s: test_reinit.c.s |
| | .PHONY : test_reinit.s |
| |
|
| | |
| | test_reinit.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_reinit.dir/build.make test/unit/CMakeFiles/test_reinit.dir/test_reinit.c.s |
| | .PHONY : test_reinit.c.s |
| |
|
| | test_senfh.o: test_senfh.c.o |
| | .PHONY : test_senfh.o |
| |
|
| | |
| | test_senfh.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_senfh.dir/build.make test/unit/CMakeFiles/test_senfh.dir/test_senfh.c.o |
| | .PHONY : test_senfh.c.o |
| |
|
| | test_senfh.i: test_senfh.c.i |
| | .PHONY : test_senfh.i |
| |
|
| | |
| | test_senfh.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_senfh.dir/build.make test/unit/CMakeFiles/test_senfh.dir/test_senfh.c.i |
| | .PHONY : test_senfh.c.i |
| |
|
| | test_senfh.s: test_senfh.c.s |
| | .PHONY : test_senfh.s |
| |
|
| | |
| | test_senfh.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_senfh.dir/build.make test/unit/CMakeFiles/test_senfh.dir/test_senfh.c.s |
| | .PHONY : test_senfh.c.s |
| |
|
| | test_set_search.o: test_set_search.c.o |
| | .PHONY : test_set_search.o |
| |
|
| | |
| | test_set_search.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_set_search.dir/build.make test/unit/CMakeFiles/test_set_search.dir/test_set_search.c.o |
| | .PHONY : test_set_search.c.o |
| |
|
| | test_set_search.i: test_set_search.c.i |
| | .PHONY : test_set_search.i |
| |
|
| | |
| | test_set_search.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_set_search.dir/build.make test/unit/CMakeFiles/test_set_search.dir/test_set_search.c.i |
| | .PHONY : test_set_search.c.i |
| |
|
| | test_set_search.s: test_set_search.c.s |
| | .PHONY : test_set_search.s |
| |
|
| | |
| | test_set_search.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_set_search.dir/build.make test/unit/CMakeFiles/test_set_search.dir/test_set_search.c.s |
| | .PHONY : test_set_search.c.s |
| |
|
| | test_simple.o: test_simple.c.o |
| | .PHONY : test_simple.o |
| |
|
| | |
| | test_simple.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_simple.dir/build.make test/unit/CMakeFiles/test_simple.dir/test_simple.c.o |
| | .PHONY : test_simple.c.o |
| |
|
| | test_simple.i: test_simple.c.i |
| | .PHONY : test_simple.i |
| |
|
| | |
| | test_simple.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_simple.dir/build.make test/unit/CMakeFiles/test_simple.dir/test_simple.c.i |
| | .PHONY : test_simple.c.i |
| |
|
| | test_simple.s: test_simple.c.s |
| | .PHONY : test_simple.s |
| |
|
| | |
| | test_simple.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_simple.dir/build.make test/unit/CMakeFiles/test_simple.dir/test_simple.c.s |
| | .PHONY : test_simple.c.s |
| |
|
| | test_state_align.o: test_state_align.c.o |
| | .PHONY : test_state_align.o |
| |
|
| | |
| | test_state_align.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_state_align.dir/build.make test/unit/CMakeFiles/test_state_align.dir/test_state_align.c.o |
| | .PHONY : test_state_align.c.o |
| |
|
| | test_state_align.i: test_state_align.c.i |
| | .PHONY : test_state_align.i |
| |
|
| | |
| | test_state_align.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_state_align.dir/build.make test/unit/CMakeFiles/test_state_align.dir/test_state_align.c.i |
| | .PHONY : test_state_align.c.i |
| |
|
| | test_state_align.s: test_state_align.c.s |
| | .PHONY : test_state_align.s |
| |
|
| | |
| | test_state_align.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_state_align.dir/build.make test/unit/CMakeFiles/test_state_align.dir/test_state_align.c.s |
| | .PHONY : test_state_align.c.s |
| |
|
| | test_vad.o: test_vad.c.o |
| | .PHONY : test_vad.o |
| |
|
| | |
| | test_vad.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_vad.dir/build.make test/unit/CMakeFiles/test_vad.dir/test_vad.c.o |
| | .PHONY : test_vad.c.o |
| |
|
| | test_vad.i: test_vad.c.i |
| | .PHONY : test_vad.i |
| |
|
| | |
| | test_vad.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_vad.dir/build.make test/unit/CMakeFiles/test_vad.dir/test_vad.c.i |
| | .PHONY : test_vad.c.i |
| |
|
| | test_vad.s: test_vad.c.s |
| | .PHONY : test_vad.s |
| |
|
| | |
| | test_vad.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_vad.dir/build.make test/unit/CMakeFiles/test_vad.dir/test_vad.c.s |
| | .PHONY : test_vad.c.s |
| |
|
| | test_word_align.o: test_word_align.c.o |
| | .PHONY : test_word_align.o |
| |
|
| | |
| | test_word_align.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_word_align.dir/build.make test/unit/CMakeFiles/test_word_align.dir/test_word_align.c.o |
| | .PHONY : test_word_align.c.o |
| |
|
| | test_word_align.i: test_word_align.c.i |
| | .PHONY : test_word_align.i |
| |
|
| | |
| | test_word_align.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_word_align.dir/build.make test/unit/CMakeFiles/test_word_align.dir/test_word_align.c.i |
| | .PHONY : test_word_align.c.i |
| |
|
| | test_word_align.s: test_word_align.c.s |
| | .PHONY : test_word_align.s |
| |
|
| | |
| | test_word_align.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_word_align.dir/build.make test/unit/CMakeFiles/test_word_align.dir/test_word_align.c.s |
| | .PHONY : test_word_align.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_acmod" |
| | @echo "... test_acmod_grow" |
| | @echo "... test_alignment" |
| | @echo "... test_allphone" |
| | @echo "... test_bitvec" |
| | @echo "... test_config" |
| | @echo "... test_dict" |
| | @echo "... test_dict2pid" |
| | @echo "... test_endpointer" |
| | @echo "... test_fe" |
| | @echo "... test_fwdflat" |
| | @echo "... test_fwdtree" |
| | @echo "... test_fwdtree_bestpath" |
| | @echo "... test_init" |
| | @echo "... test_jsgf" |
| | @echo "... test_keyphrase" |
| | @echo "... test_lattice" |
| | @echo "... test_log_int16" |
| | @echo "... test_log_int8" |
| | @echo "... test_log_shifted" |
| | @echo "... test_mllr" |
| | @echo "... test_nbest" |
| | @echo "... test_ngram_model_read" |
| | @echo "... test_pitch" |
| | @echo "... test_posterior" |
| | @echo "... test_ptm_mgau" |
| | @echo "... test_reinit" |
| | @echo "... test_senfh" |
| | @echo "... test_set_search" |
| | @echo "... test_simple" |
| | @echo "... test_state_align" |
| | @echo "... test_vad" |
| | @echo "... test_word_align" |
| | @echo "... test_acmod.o" |
| | @echo "... test_acmod.i" |
| | @echo "... test_acmod.s" |
| | @echo "... test_acmod_grow.o" |
| | @echo "... test_acmod_grow.i" |
| | @echo "... test_acmod_grow.s" |
| | @echo "... test_alignment.o" |
| | @echo "... test_alignment.i" |
| | @echo "... test_alignment.s" |
| | @echo "... test_allphone.o" |
| | @echo "... test_allphone.i" |
| | @echo "... test_allphone.s" |
| | @echo "... test_bitvec.o" |
| | @echo "... test_bitvec.i" |
| | @echo "... test_bitvec.s" |
| | @echo "... test_config.o" |
| | @echo "... test_config.i" |
| | @echo "... test_config.s" |
| | @echo "... test_dict.o" |
| | @echo "... test_dict.i" |
| | @echo "... test_dict.s" |
| | @echo "... test_dict2pid.o" |
| | @echo "... test_dict2pid.i" |
| | @echo "... test_dict2pid.s" |
| | @echo "... test_endpointer.o" |
| | @echo "... test_endpointer.i" |
| | @echo "... test_endpointer.s" |
| | @echo "... test_fe.o" |
| | @echo "... test_fe.i" |
| | @echo "... test_fe.s" |
| | @echo "... test_fwdflat.o" |
| | @echo "... test_fwdflat.i" |
| | @echo "... test_fwdflat.s" |
| | @echo "... test_fwdtree.o" |
| | @echo "... test_fwdtree.i" |
| | @echo "... test_fwdtree.s" |
| | @echo "... test_fwdtree_bestpath.o" |
| | @echo "... test_fwdtree_bestpath.i" |
| | @echo "... test_fwdtree_bestpath.s" |
| | @echo "... test_init.o" |
| | @echo "... test_init.i" |
| | @echo "... test_init.s" |
| | @echo "... test_jsgf.o" |
| | @echo "... test_jsgf.i" |
| | @echo "... test_jsgf.s" |
| | @echo "... test_keyphrase.o" |
| | @echo "... test_keyphrase.i" |
| | @echo "... test_keyphrase.s" |
| | @echo "... test_lattice.o" |
| | @echo "... test_lattice.i" |
| | @echo "... test_lattice.s" |
| | @echo "... test_log_int16.o" |
| | @echo "... test_log_int16.i" |
| | @echo "... test_log_int16.s" |
| | @echo "... test_log_int8.o" |
| | @echo "... test_log_int8.i" |
| | @echo "... test_log_int8.s" |
| | @echo "... test_log_shifted.o" |
| | @echo "... test_log_shifted.i" |
| | @echo "... test_log_shifted.s" |
| | @echo "... test_mllr.o" |
| | @echo "... test_mllr.i" |
| | @echo "... test_mllr.s" |
| | @echo "... test_nbest.o" |
| | @echo "... test_nbest.i" |
| | @echo "... test_nbest.s" |
| | @echo "... test_ngram_model_read.o" |
| | @echo "... test_ngram_model_read.i" |
| | @echo "... test_ngram_model_read.s" |
| | @echo "... test_pitch.o" |
| | @echo "... test_pitch.i" |
| | @echo "... test_pitch.s" |
| | @echo "... test_posterior.o" |
| | @echo "... test_posterior.i" |
| | @echo "... test_posterior.s" |
| | @echo "... test_ptm_mgau.o" |
| | @echo "... test_ptm_mgau.i" |
| | @echo "... test_ptm_mgau.s" |
| | @echo "... test_reinit.o" |
| | @echo "... test_reinit.i" |
| | @echo "... test_reinit.s" |
| | @echo "... test_senfh.o" |
| | @echo "... test_senfh.i" |
| | @echo "... test_senfh.s" |
| | @echo "... test_set_search.o" |
| | @echo "... test_set_search.i" |
| | @echo "... test_set_search.s" |
| | @echo "... test_simple.o" |
| | @echo "... test_simple.i" |
| | @echo "... test_simple.s" |
| | @echo "... test_state_align.o" |
| | @echo "... test_state_align.i" |
| | @echo "... test_state_align.s" |
| | @echo "... test_vad.o" |
| | @echo "... test_vad.i" |
| | @echo "... test_vad.s" |
| | @echo "... test_word_align.o" |
| | @echo "... test_word_align.i" |
| | @echo "... test_word_align.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 |
| |
|
| |
|