camenduru's picture
pocketsphinx
5610573
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake
# The command to remove a file.
RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /content/pocketsphinx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /content/pocketsphinx/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target test
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
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
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
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
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
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
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
# Special rule for the target 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
# Special rule for the target install/local
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
# Special rule for the target 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
# Special rule for the target install/strip
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
# Special rule for the target 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
# The main all target
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
# The main clean target
clean:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
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
# Convenience name for target.
test_acmod: test/unit/CMakeFiles/test_acmod.dir/rule
.PHONY : test_acmod
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_acmod_grow: test/unit/CMakeFiles/test_acmod_grow.dir/rule
.PHONY : test_acmod_grow
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_alignment: test/unit/CMakeFiles/test_alignment.dir/rule
.PHONY : test_alignment
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_allphone: test/unit/CMakeFiles/test_allphone.dir/rule
.PHONY : test_allphone
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_bitvec: test/unit/CMakeFiles/test_bitvec.dir/rule
.PHONY : test_bitvec
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_config: test/unit/CMakeFiles/test_config.dir/rule
.PHONY : test_config
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_dict2pid: test/unit/CMakeFiles/test_dict2pid.dir/rule
.PHONY : test_dict2pid
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_dict: test/unit/CMakeFiles/test_dict.dir/rule
.PHONY : test_dict
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fe: test/unit/CMakeFiles/test_fe.dir/rule
.PHONY : test_fe
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fwdflat: test/unit/CMakeFiles/test_fwdflat.dir/rule
.PHONY : test_fwdflat
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fwdtree_bestpath: test/unit/CMakeFiles/test_fwdtree_bestpath.dir/rule
.PHONY : test_fwdtree_bestpath
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fwdtree: test/unit/CMakeFiles/test_fwdtree.dir/rule
.PHONY : test_fwdtree
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_init: test/unit/CMakeFiles/test_init.dir/rule
.PHONY : test_init
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_jsgf: test/unit/CMakeFiles/test_jsgf.dir/rule
.PHONY : test_jsgf
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_keyphrase: test/unit/CMakeFiles/test_keyphrase.dir/rule
.PHONY : test_keyphrase
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_lattice: test/unit/CMakeFiles/test_lattice.dir/rule
.PHONY : test_lattice
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_ngram_model_read: test/unit/CMakeFiles/test_ngram_model_read.dir/rule
.PHONY : test_ngram_model_read
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_log_shifted: test/unit/CMakeFiles/test_log_shifted.dir/rule
.PHONY : test_log_shifted
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_log_int8: test/unit/CMakeFiles/test_log_int8.dir/rule
.PHONY : test_log_int8
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_log_int16: test/unit/CMakeFiles/test_log_int16.dir/rule
.PHONY : test_log_int16
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_mllr: test/unit/CMakeFiles/test_mllr.dir/rule
.PHONY : test_mllr
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_nbest: test/unit/CMakeFiles/test_nbest.dir/rule
.PHONY : test_nbest
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_pitch: test/unit/CMakeFiles/test_pitch.dir/rule
.PHONY : test_pitch
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_posterior: test/unit/CMakeFiles/test_posterior.dir/rule
.PHONY : test_posterior
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_ptm_mgau: test/unit/CMakeFiles/test_ptm_mgau.dir/rule
.PHONY : test_ptm_mgau
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_reinit: test/unit/CMakeFiles/test_reinit.dir/rule
.PHONY : test_reinit
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_senfh: test/unit/CMakeFiles/test_senfh.dir/rule
.PHONY : test_senfh
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_set_search: test/unit/CMakeFiles/test_set_search.dir/rule
.PHONY : test_set_search
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_simple: test/unit/CMakeFiles/test_simple.dir/rule
.PHONY : test_simple
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_state_align: test/unit/CMakeFiles/test_state_align.dir/rule
.PHONY : test_state_align
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_vad: test/unit/CMakeFiles/test_vad.dir/rule
.PHONY : test_vad
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_word_align: test/unit/CMakeFiles/test_word_align.dir/rule
.PHONY : test_word_align
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_endpointer: test/unit/CMakeFiles/test_endpointer.dir/rule
.PHONY : test_endpointer
# fast build rule for target.
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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 Target
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
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
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