| | |
| | |
| |
|
| | |
| | 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 |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles /content/pocketsphinx/build//CMakeFiles/progress.marks |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | |
| |
|
| | |
| | Experimental: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental |
| | .PHONY : Experimental |
| |
|
| | |
| | Experimental/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build |
| | .PHONY : Experimental/fast |
| |
|
| | |
| | |
| |
|
| | |
| | Nightly: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly |
| | .PHONY : Nightly |
| |
|
| | |
| | Nightly/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build |
| | .PHONY : Nightly/fast |
| |
|
| | |
| | |
| |
|
| | |
| | Continuous: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous |
| | .PHONY : Continuous |
| |
|
| | |
| | Continuous/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build |
| | .PHONY : Continuous/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyMemoryCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck |
| | .PHONY : NightlyMemoryCheck |
| |
|
| | |
| | NightlyMemoryCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build |
| | .PHONY : NightlyMemoryCheck/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart |
| | .PHONY : NightlyStart |
| |
|
| | |
| | NightlyStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build |
| | .PHONY : NightlyStart/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate |
| | .PHONY : NightlyUpdate |
| |
|
| | |
| | NightlyUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build |
| | .PHONY : NightlyUpdate/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure |
| | .PHONY : NightlyConfigure |
| |
|
| | |
| | NightlyConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build |
| | .PHONY : NightlyConfigure/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild |
| | .PHONY : NightlyBuild |
| |
|
| | |
| | NightlyBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build |
| | .PHONY : NightlyBuild/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest |
| | .PHONY : NightlyTest |
| |
|
| | |
| | NightlyTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build |
| | .PHONY : NightlyTest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage |
| | .PHONY : NightlyCoverage |
| |
|
| | |
| | NightlyCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build |
| | .PHONY : NightlyCoverage/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlyMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck |
| | .PHONY : NightlyMemCheck |
| |
|
| | |
| | NightlyMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build |
| | .PHONY : NightlyMemCheck/fast |
| |
|
| | |
| | |
| |
|
| | |
| | NightlySubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit |
| | .PHONY : NightlySubmit |
| |
|
| | |
| | NightlySubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build |
| | .PHONY : NightlySubmit/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart |
| | .PHONY : ExperimentalStart |
| |
|
| | |
| | ExperimentalStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build |
| | .PHONY : ExperimentalStart/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate |
| | .PHONY : ExperimentalUpdate |
| |
|
| | |
| | ExperimentalUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build |
| | .PHONY : ExperimentalUpdate/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure |
| | .PHONY : ExperimentalConfigure |
| |
|
| | |
| | ExperimentalConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build |
| | .PHONY : ExperimentalConfigure/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild |
| | .PHONY : ExperimentalBuild |
| |
|
| | |
| | ExperimentalBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build |
| | .PHONY : ExperimentalBuild/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest |
| | .PHONY : ExperimentalTest |
| |
|
| | |
| | ExperimentalTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build |
| | .PHONY : ExperimentalTest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage |
| | .PHONY : ExperimentalCoverage |
| |
|
| | |
| | ExperimentalCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build |
| | .PHONY : ExperimentalCoverage/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck |
| | .PHONY : ExperimentalMemCheck |
| |
|
| | |
| | ExperimentalMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build |
| | .PHONY : ExperimentalMemCheck/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ExperimentalSubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit |
| | .PHONY : ExperimentalSubmit |
| |
|
| | |
| | ExperimentalSubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build |
| | .PHONY : ExperimentalSubmit/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousStart: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart |
| | .PHONY : ContinuousStart |
| |
|
| | |
| | ContinuousStart/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build |
| | .PHONY : ContinuousStart/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousUpdate: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate |
| | .PHONY : ContinuousUpdate |
| |
|
| | |
| | ContinuousUpdate/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build |
| | .PHONY : ContinuousUpdate/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousConfigure: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure |
| | .PHONY : ContinuousConfigure |
| |
|
| | |
| | ContinuousConfigure/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build |
| | .PHONY : ContinuousConfigure/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousBuild: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild |
| | .PHONY : ContinuousBuild |
| |
|
| | |
| | ContinuousBuild/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build |
| | .PHONY : ContinuousBuild/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousTest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest |
| | .PHONY : ContinuousTest |
| |
|
| | |
| | ContinuousTest/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build |
| | .PHONY : ContinuousTest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousCoverage: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage |
| | .PHONY : ContinuousCoverage |
| |
|
| | |
| | ContinuousCoverage/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build |
| | .PHONY : ContinuousCoverage/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousMemCheck: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck |
| | .PHONY : ContinuousMemCheck |
| |
|
| | |
| | ContinuousMemCheck/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build |
| | .PHONY : ContinuousMemCheck/fast |
| |
|
| | |
| | |
| |
|
| | |
| | ContinuousSubmit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit |
| | .PHONY : ContinuousSubmit |
| |
|
| | |
| | ContinuousSubmit/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build |
| | .PHONY : ContinuousSubmit/fast |
| |
|
| | |
| | |
| |
|
| | |
| | check: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 check |
| | .PHONY : check |
| |
|
| | |
| | check/fast: |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/check.dir/build.make CMakeFiles/check.dir/build |
| | .PHONY : check/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx |
| | .PHONY : pocketsphinx |
| |
|
| | |
| | pocketsphinx/fast: |
| | $(MAKE) $(MAKESILENT) -f src/CMakeFiles/pocketsphinx.dir/build.make src/CMakeFiles/pocketsphinx.dir/build |
| | .PHONY : pocketsphinx/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_main: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_main |
| | .PHONY : pocketsphinx_main |
| |
|
| | |
| | pocketsphinx_main/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_main.dir/build.make programs/CMakeFiles/pocketsphinx_main.dir/build |
| | .PHONY : pocketsphinx_main/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_batch: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_batch |
| | .PHONY : pocketsphinx_batch |
| |
|
| | |
| | pocketsphinx_batch/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_batch.dir/build.make programs/CMakeFiles/pocketsphinx_batch.dir/build |
| | .PHONY : pocketsphinx_batch/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_mdef_convert: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_mdef_convert |
| | .PHONY : pocketsphinx_mdef_convert |
| |
|
| | |
| | pocketsphinx_mdef_convert/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build.make programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build |
| | .PHONY : pocketsphinx_mdef_convert/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_jsgf2fsg: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_jsgf2fsg |
| | .PHONY : pocketsphinx_jsgf2fsg |
| |
|
| | |
| | pocketsphinx_jsgf2fsg/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build.make programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build |
| | .PHONY : pocketsphinx_jsgf2fsg/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_lm_convert: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_lm_convert |
| | .PHONY : pocketsphinx_lm_convert |
| |
|
| | |
| | pocketsphinx_lm_convert/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_convert.dir/build.make programs/CMakeFiles/pocketsphinx_lm_convert.dir/build |
| | .PHONY : pocketsphinx_lm_convert/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_lm_eval: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_lm_eval |
| | .PHONY : pocketsphinx_lm_eval |
| |
|
| | |
| | pocketsphinx_lm_eval/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_eval.dir/build.make programs/CMakeFiles/pocketsphinx_lm_eval.dir/build |
| | .PHONY : pocketsphinx_lm_eval/fast |
| |
|
| | |
| | |
| |
|
| | |
| | pocketsphinx_pitch: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocketsphinx_pitch |
| | .PHONY : pocketsphinx_pitch |
| |
|
| | |
| | pocketsphinx_pitch/fast: |
| | $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_pitch.dir/build.make programs/CMakeFiles/pocketsphinx_pitch.dir/build |
| | .PHONY : pocketsphinx_pitch/fast |
| |
|
| | |
| | |
| |
|
| | |
| | live: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 live |
| | .PHONY : live |
| |
|
| | |
| | live/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/live.dir/build.make examples/CMakeFiles/live.dir/build |
| | .PHONY : live/fast |
| |
|
| | |
| | |
| |
|
| | |
| | simple: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple |
| | .PHONY : simple |
| |
|
| | |
| | simple/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/simple.dir/build.make examples/CMakeFiles/simple.dir/build |
| | .PHONY : simple/fast |
| |
|
| | |
| | |
| |
|
| | |
| | examples: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples |
| | .PHONY : examples |
| |
|
| | |
| | examples/fast: |
| | $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/examples.dir/build.make examples/CMakeFiles/examples.dir/build |
| | .PHONY : examples/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_acmod: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_acmod |
| | .PHONY : test_acmod |
| |
|
| | |
| | test_acmod/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_acmod.dir/build.make test/unit/CMakeFiles/test_acmod.dir/build |
| | .PHONY : test_acmod/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_acmod_grow: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_acmod_grow |
| | .PHONY : test_acmod_grow |
| |
|
| | |
| | test_acmod_grow/fast: |
| | $(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_alignment: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_alignment |
| | .PHONY : test_alignment |
| |
|
| | |
| | test_alignment/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_alignment.dir/build.make test/unit/CMakeFiles/test_alignment.dir/build |
| | .PHONY : test_alignment/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_allphone: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_allphone |
| | .PHONY : test_allphone |
| |
|
| | |
| | test_allphone/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_allphone.dir/build.make test/unit/CMakeFiles/test_allphone.dir/build |
| | .PHONY : test_allphone/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_bitvec: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bitvec |
| | .PHONY : test_bitvec |
| |
|
| | |
| | test_bitvec/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_bitvec.dir/build.make test/unit/CMakeFiles/test_bitvec.dir/build |
| | .PHONY : test_bitvec/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_config: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_config |
| | .PHONY : test_config |
| |
|
| | |
| | test_config/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_config.dir/build.make test/unit/CMakeFiles/test_config.dir/build |
| | .PHONY : test_config/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_dict2pid: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_dict2pid |
| | .PHONY : test_dict2pid |
| |
|
| | |
| | test_dict2pid/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict2pid.dir/build.make test/unit/CMakeFiles/test_dict2pid.dir/build |
| | .PHONY : test_dict2pid/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_dict: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_dict |
| | .PHONY : test_dict |
| |
|
| | |
| | test_dict/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_dict.dir/build.make test/unit/CMakeFiles/test_dict.dir/build |
| | .PHONY : test_dict/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fe: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fe |
| | .PHONY : test_fe |
| |
|
| | |
| | test_fe/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fe.dir/build.make test/unit/CMakeFiles/test_fe.dir/build |
| | .PHONY : test_fe/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fwdflat: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fwdflat |
| | .PHONY : test_fwdflat |
| |
|
| | |
| | test_fwdflat/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdflat.dir/build.make test/unit/CMakeFiles/test_fwdflat.dir/build |
| | .PHONY : test_fwdflat/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fwdtree_bestpath: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fwdtree_bestpath |
| | .PHONY : test_fwdtree_bestpath |
| |
|
| | |
| | test_fwdtree_bestpath/fast: |
| | $(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_fwdtree: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fwdtree |
| | .PHONY : test_fwdtree |
| |
|
| | |
| | test_fwdtree/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_fwdtree.dir/build.make test/unit/CMakeFiles/test_fwdtree.dir/build |
| | .PHONY : test_fwdtree/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_init: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_init |
| | .PHONY : test_init |
| |
|
| | |
| | test_init/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_init.dir/build.make test/unit/CMakeFiles/test_init.dir/build |
| | .PHONY : test_init/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_jsgf: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_jsgf |
| | .PHONY : test_jsgf |
| |
|
| | |
| | test_jsgf/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_jsgf.dir/build.make test/unit/CMakeFiles/test_jsgf.dir/build |
| | .PHONY : test_jsgf/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_keyphrase: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_keyphrase |
| | .PHONY : test_keyphrase |
| |
|
| | |
| | test_keyphrase/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_keyphrase.dir/build.make test/unit/CMakeFiles/test_keyphrase.dir/build |
| | .PHONY : test_keyphrase/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lattice: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lattice |
| | .PHONY : test_lattice |
| |
|
| | |
| | test_lattice/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_lattice.dir/build.make test/unit/CMakeFiles/test_lattice.dir/build |
| | .PHONY : test_lattice/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ngram_model_read: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ngram_model_read |
| | .PHONY : test_ngram_model_read |
| |
|
| | |
| | test_ngram_model_read/fast: |
| | $(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_log_shifted: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_log_shifted |
| | .PHONY : test_log_shifted |
| |
|
| | |
| | test_log_shifted/fast: |
| | $(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_log_int8: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_log_int8 |
| | .PHONY : test_log_int8 |
| |
|
| | |
| | test_log_int8/fast: |
| | $(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_log_int16: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_log_int16 |
| | .PHONY : test_log_int16 |
| |
|
| | |
| | test_log_int16/fast: |
| | $(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_mllr: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_mllr |
| | .PHONY : test_mllr |
| |
|
| | |
| | test_mllr/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_mllr.dir/build.make test/unit/CMakeFiles/test_mllr.dir/build |
| | .PHONY : test_mllr/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_nbest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_nbest |
| | .PHONY : test_nbest |
| |
|
| | |
| | test_nbest/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_nbest.dir/build.make test/unit/CMakeFiles/test_nbest.dir/build |
| | .PHONY : test_nbest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_pitch: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_pitch |
| | .PHONY : test_pitch |
| |
|
| | |
| | test_pitch/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_pitch.dir/build.make test/unit/CMakeFiles/test_pitch.dir/build |
| | .PHONY : test_pitch/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_posterior: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_posterior |
| | .PHONY : test_posterior |
| |
|
| | |
| | test_posterior/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_posterior.dir/build.make test/unit/CMakeFiles/test_posterior.dir/build |
| | .PHONY : test_posterior/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ptm_mgau: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ptm_mgau |
| | .PHONY : test_ptm_mgau |
| |
|
| | |
| | test_ptm_mgau/fast: |
| | $(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_reinit: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_reinit |
| | .PHONY : test_reinit |
| |
|
| | |
| | test_reinit/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_reinit.dir/build.make test/unit/CMakeFiles/test_reinit.dir/build |
| | .PHONY : test_reinit/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_senfh: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_senfh |
| | .PHONY : test_senfh |
| |
|
| | |
| | test_senfh/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_senfh.dir/build.make test/unit/CMakeFiles/test_senfh.dir/build |
| | .PHONY : test_senfh/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_set_search: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_set_search |
| | .PHONY : test_set_search |
| |
|
| | |
| | test_set_search/fast: |
| | $(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_simple: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_simple |
| | .PHONY : test_simple |
| |
|
| | |
| | test_simple/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_simple.dir/build.make test/unit/CMakeFiles/test_simple.dir/build |
| | .PHONY : test_simple/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_state_align: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_state_align |
| | .PHONY : test_state_align |
| |
|
| | |
| | test_state_align/fast: |
| | $(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_vad: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_vad |
| | .PHONY : test_vad |
| |
|
| | |
| | test_vad/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_vad.dir/build.make test/unit/CMakeFiles/test_vad.dir/build |
| | .PHONY : test_vad/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_word_align: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_word_align |
| | .PHONY : test_word_align |
| |
|
| | |
| | test_word_align/fast: |
| | $(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_endpointer: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_endpointer |
| | .PHONY : test_endpointer |
| |
|
| | |
| | test_endpointer/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/CMakeFiles/test_endpointer.dir/build.make test/unit/CMakeFiles/test_endpointer.dir/build |
| | .PHONY : test_endpointer/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ckd_alloc: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ckd_alloc |
| | .PHONY : test_ckd_alloc |
| |
|
| | |
| | test_ckd_alloc/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_alloc/CMakeFiles/test_ckd_alloc.dir/build.make test/unit/test_alloc/CMakeFiles/test_ckd_alloc.dir/build |
| | .PHONY : test_ckd_alloc/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ckd_alloc_catch: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ckd_alloc_catch |
| | .PHONY : test_ckd_alloc_catch |
| |
|
| | |
| | test_ckd_alloc_catch/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_alloc/CMakeFiles/test_ckd_alloc_catch.dir/build.make test/unit/test_alloc/CMakeFiles/test_ckd_alloc_catch.dir/build |
| | .PHONY : test_ckd_alloc_catch/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ckd_alloc_fail: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ckd_alloc_fail |
| | .PHONY : test_ckd_alloc_fail |
| |
|
| | |
| | test_ckd_alloc_fail/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_alloc/CMakeFiles/test_ckd_alloc_fail.dir/build.make test/unit/test_alloc/CMakeFiles/test_ckd_alloc_fail.dir/build |
| | .PHONY : test_ckd_alloc_fail/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_ckd_alloc_abort: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_ckd_alloc_abort |
| | .PHONY : test_ckd_alloc_abort |
| |
|
| | |
| | test_ckd_alloc_abort/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_alloc/CMakeFiles/test_ckd_alloc_abort.dir/build.make test/unit/test_alloc/CMakeFiles/test_ckd_alloc_abort.dir/build |
| | .PHONY : test_ckd_alloc_abort/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_listelem_alloc: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_listelem_alloc |
| | .PHONY : test_listelem_alloc |
| |
|
| | |
| | test_listelem_alloc/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_alloc/CMakeFiles/test_listelem_alloc.dir/build.make test/unit/test_alloc/CMakeFiles/test_listelem_alloc.dir/build |
| | .PHONY : test_listelem_alloc/fast |
| |
|
| | |
| | |
| |
|
| | |
| | chgCase: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 chgCase |
| | .PHONY : chgCase |
| |
|
| | |
| | chgCase/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_case/CMakeFiles/chgCase.dir/build.make test/unit/test_case/CMakeFiles/chgCase.dir/build |
| | .PHONY : chgCase/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_feat: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_feat |
| | .PHONY : test_feat |
| |
|
| | |
| | test_feat/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_feat/CMakeFiles/test_feat.dir/build.make test/unit/test_feat/CMakeFiles/test_feat.dir/build |
| | .PHONY : test_feat/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_feat_live: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_feat_live |
| | .PHONY : test_feat_live |
| |
|
| | |
| | test_feat_live/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_feat/CMakeFiles/test_feat_live.dir/build.make test/unit/test_feat/CMakeFiles/test_feat_live.dir/build |
| | .PHONY : test_feat_live/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_feat_fe: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_feat_fe |
| | .PHONY : test_feat_fe |
| |
|
| | |
| | test_feat_fe/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_feat/CMakeFiles/test_feat_fe.dir/build.make test/unit/test_feat/CMakeFiles/test_feat_fe.dir/build |
| | .PHONY : test_feat_fe/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_subvq: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_subvq |
| | .PHONY : test_subvq |
| |
|
| | |
| | test_subvq/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_feat/CMakeFiles/test_subvq.dir/build.make test/unit/test_feat/CMakeFiles/test_subvq.dir/build |
| | .PHONY : test_subvq/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fsg_read: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fsg_read |
| | .PHONY : test_fsg_read |
| |
|
| | |
| | test_fsg_read/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_fsg/CMakeFiles/test_fsg_read.dir/build.make test/unit/test_fsg/CMakeFiles/test_fsg_read.dir/build |
| | .PHONY : test_fsg_read/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fsg_jsgf: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fsg_jsgf |
| | .PHONY : test_fsg_jsgf |
| |
|
| | |
| | test_fsg_jsgf/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_fsg/CMakeFiles/test_fsg_jsgf.dir/build.make test/unit/test_fsg/CMakeFiles/test_fsg_jsgf.dir/build |
| | .PHONY : test_fsg_jsgf/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fsg_write_fsm: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fsg_write_fsm |
| | .PHONY : test_fsg_write_fsm |
| |
|
| | |
| | test_fsg_write_fsm/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_fsg/CMakeFiles/test_fsg_write_fsm.dir/build.make test/unit/test_fsg/CMakeFiles/test_fsg_write_fsm.dir/build |
| | .PHONY : test_fsg_write_fsm/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fsg_accept: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fsg_accept |
| | .PHONY : test_fsg_accept |
| |
|
| | |
| | test_fsg_accept/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_fsg/CMakeFiles/test_fsg_accept.dir/build.make test/unit/test_fsg/CMakeFiles/test_fsg_accept.dir/build |
| | .PHONY : test_fsg_accept/fast |
| |
|
| | |
| | |
| |
|
| | |
| | displayhash: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 displayhash |
| | .PHONY : displayhash |
| |
|
| | |
| | displayhash/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/displayhash.dir/build.make test/unit/test_hash/CMakeFiles/displayhash.dir/build |
| | .PHONY : displayhash/fast |
| |
|
| | |
| | |
| |
|
| | |
| | deletehash: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 deletehash |
| | .PHONY : deletehash |
| |
|
| | |
| | deletehash/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/deletehash.dir/build.make test/unit/test_hash/CMakeFiles/deletehash.dir/build |
| | .PHONY : deletehash/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_hash_iter: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_hash_iter |
| | .PHONY : test_hash_iter |
| |
|
| | |
| | test_hash_iter/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build.make test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build |
| | .PHONY : test_hash_iter/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lineiter: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lineiter |
| | .PHONY : test_lineiter |
| |
|
| | |
| | test_lineiter/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_lineiter/CMakeFiles/test_lineiter.dir/build.make test/unit/test_lineiter/CMakeFiles/test_lineiter.dir/build |
| | .PHONY : test_lineiter/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_solve: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_solve |
| | .PHONY : test_solve |
| |
|
| | |
| | test_solve/fast: |
| | $(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_invert: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_invert |
| | .PHONY : test_invert |
| |
|
| | |
| | test_invert/fast: |
| | $(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_determinant: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_determinant |
| | .PHONY : test_determinant |
| |
|
| | |
| | test_determinant/fast: |
| | $(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_lm_read: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_read |
| | .PHONY : test_lm_read |
| |
|
| | |
| | test_lm_read/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_read.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_read.dir/build |
| | .PHONY : test_lm_read/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_score: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_score |
| | .PHONY : test_lm_score |
| |
|
| | |
| | test_lm_score/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_score.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_score.dir/build |
| | .PHONY : test_lm_score/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_add: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_add |
| | .PHONY : test_lm_add |
| |
|
| | |
| | test_lm_add/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_add.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_add.dir/build |
| | .PHONY : test_lm_add/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_casefold: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_casefold |
| | .PHONY : test_lm_casefold |
| |
|
| | |
| | test_lm_casefold/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_casefold.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_casefold.dir/build |
| | .PHONY : test_lm_casefold/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_class: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_class |
| | .PHONY : test_lm_class |
| |
|
| | |
| | test_lm_class/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_class.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_class.dir/build |
| | .PHONY : test_lm_class/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_set: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_set |
| | .PHONY : test_lm_set |
| |
|
| | |
| | test_lm_set/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_set.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_set.dir/build |
| | .PHONY : test_lm_set/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_lm_write: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_lm_write |
| | .PHONY : test_lm_write |
| |
|
| | |
| | test_lm_write/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_ngram/CMakeFiles/test_lm_write.dir/build.make test/unit/test_ngram/CMakeFiles/test_lm_write.dir/build |
| | .PHONY : test_lm_write/fast |
| |
|
| | |
| | |
| |
|
| | |
| | strtest: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 strtest |
| | .PHONY : strtest |
| |
|
| | |
| | strtest/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_string/CMakeFiles/strtest.dir/build.make test/unit/test_string/CMakeFiles/strtest.dir/build |
| | .PHONY : strtest/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_atof: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_atof |
| | .PHONY : test_atof |
| |
|
| | |
| | test_atof/fast: |
| | $(MAKE) $(MAKESILENT) -f test/unit/test_string/CMakeFiles/test_atof.dir/build.make test/unit/test_string/CMakeFiles/test_atof.dir/build |
| | .PHONY : test_atof/fast |
| |
|
| | |
| | |
| |
|
| | |
| | test_fopen: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_fopen |
| | .PHONY : test_fopen |
| |
|
| | |
| | test_fopen/fast: |
| | $(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_bitarr: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bitarr |
| | .PHONY : test_bitarr |
| |
|
| | |
| | test_bitarr/fast: |
| | $(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_bit_encode: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_bit_encode |
| | .PHONY : test_bit_encode |
| |
|
| | |
| | test_bit_encode/fast: |
| | $(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_build_directory: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_build_directory |
| | .PHONY : test_build_directory |
| |
|
| | |
| | test_build_directory/fast: |
| | $(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_heap: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_heap |
| | .PHONY : test_heap |
| |
|
| | |
| | test_heap/fast: |
| | $(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_filename: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_filename |
| | .PHONY : test_filename |
| |
|
| | |
| | test_filename/fast: |
| | $(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_readfile: cmake_check_build_system |
| | $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_readfile |
| | .PHONY : test_readfile |
| |
|
| | |
| | test_readfile/fast: |
| | $(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 |
| |
|
| | |
| | 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 "... Continuous" |
| | @echo "... ContinuousBuild" |
| | @echo "... ContinuousConfigure" |
| | @echo "... ContinuousCoverage" |
| | @echo "... ContinuousMemCheck" |
| | @echo "... ContinuousStart" |
| | @echo "... ContinuousSubmit" |
| | @echo "... ContinuousTest" |
| | @echo "... ContinuousUpdate" |
| | @echo "... Experimental" |
| | @echo "... ExperimentalBuild" |
| | @echo "... ExperimentalConfigure" |
| | @echo "... ExperimentalCoverage" |
| | @echo "... ExperimentalMemCheck" |
| | @echo "... ExperimentalStart" |
| | @echo "... ExperimentalSubmit" |
| | @echo "... ExperimentalTest" |
| | @echo "... ExperimentalUpdate" |
| | @echo "... Nightly" |
| | @echo "... NightlyBuild" |
| | @echo "... NightlyConfigure" |
| | @echo "... NightlyCoverage" |
| | @echo "... NightlyMemCheck" |
| | @echo "... NightlyMemoryCheck" |
| | @echo "... NightlyStart" |
| | @echo "... NightlySubmit" |
| | @echo "... NightlyTest" |
| | @echo "... NightlyUpdate" |
| | @echo "... check" |
| | @echo "... examples" |
| | @echo "... chgCase" |
| | @echo "... deletehash" |
| | @echo "... displayhash" |
| | @echo "... live" |
| | @echo "... pocketsphinx" |
| | @echo "... pocketsphinx_batch" |
| | @echo "... pocketsphinx_jsgf2fsg" |
| | @echo "... pocketsphinx_lm_convert" |
| | @echo "... pocketsphinx_lm_eval" |
| | @echo "... pocketsphinx_main" |
| | @echo "... pocketsphinx_mdef_convert" |
| | @echo "... pocketsphinx_pitch" |
| | @echo "... simple" |
| | @echo "... strtest" |
| | @echo "... test_acmod" |
| | @echo "... test_acmod_grow" |
| | @echo "... test_alignment" |
| | @echo "... test_allphone" |
| | @echo "... test_atof" |
| | @echo "... test_bit_encode" |
| | @echo "... test_bitarr" |
| | @echo "... test_bitvec" |
| | @echo "... test_build_directory" |
| | @echo "... test_ckd_alloc" |
| | @echo "... test_ckd_alloc_abort" |
| | @echo "... test_ckd_alloc_catch" |
| | @echo "... test_ckd_alloc_fail" |
| | @echo "... test_config" |
| | @echo "... test_determinant" |
| | @echo "... test_dict" |
| | @echo "... test_dict2pid" |
| | @echo "... test_endpointer" |
| | @echo "... test_fe" |
| | @echo "... test_feat" |
| | @echo "... test_feat_fe" |
| | @echo "... test_feat_live" |
| | @echo "... test_filename" |
| | @echo "... test_fopen" |
| | @echo "... test_fsg_accept" |
| | @echo "... test_fsg_jsgf" |
| | @echo "... test_fsg_read" |
| | @echo "... test_fsg_write_fsm" |
| | @echo "... test_fwdflat" |
| | @echo "... test_fwdtree" |
| | @echo "... test_fwdtree_bestpath" |
| | @echo "... test_hash_iter" |
| | @echo "... test_heap" |
| | @echo "... test_init" |
| | @echo "... test_invert" |
| | @echo "... test_jsgf" |
| | @echo "... test_keyphrase" |
| | @echo "... test_lattice" |
| | @echo "... test_lineiter" |
| | @echo "... test_listelem_alloc" |
| | @echo "... test_lm_add" |
| | @echo "... test_lm_casefold" |
| | @echo "... test_lm_class" |
| | @echo "... test_lm_read" |
| | @echo "... test_lm_score" |
| | @echo "... test_lm_set" |
| | @echo "... test_lm_write" |
| | @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_readfile" |
| | @echo "... test_reinit" |
| | @echo "... test_senfh" |
| | @echo "... test_set_search" |
| | @echo "... test_simple" |
| | @echo "... test_solve" |
| | @echo "... test_state_align" |
| | @echo "... test_subvq" |
| | @echo "... test_vad" |
| | @echo "... test_word_align" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | cmake_check_build_system: |
| | $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|