| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake |
| |
|
| | |
| | RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/pocketsphinx |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/pocketsphinx/build |
| |
|
| | |
| | |
| |
|
| | |
| | test: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/ctest --force-new-ctest-process $(ARGS) |
| | .PHONY : test |
| |
|
| | |
| | test/fast: test |
| | .PHONY : test/fast |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles /content/pocketsphinx/build/programs//CMakeFiles/progress.marks |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_main.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_main.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_main.dir/rule |
| |
|
| | |
| | pocketsphinx_main: programs/CMakeFiles/pocketsphinx_main.dir/rule |
| | .PHONY : pocketsphinx_main |
| |
|
| | |
| | pocketsphinx_main/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_main.dir/build.make programs/CMakeFiles/pocketsphinx_main.dir/build |
| | .PHONY : pocketsphinx_main/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_batch.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_batch.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_batch.dir/rule |
| |
|
| | |
| | pocketsphinx_batch: programs/CMakeFiles/pocketsphinx_batch.dir/rule |
| | .PHONY : pocketsphinx_batch |
| |
|
| | |
| | pocketsphinx_batch/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_batch.dir/build.make programs/CMakeFiles/pocketsphinx_batch.dir/build |
| | .PHONY : pocketsphinx_batch/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_mdef_convert.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_mdef_convert.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_mdef_convert.dir/rule |
| |
|
| | |
| | pocketsphinx_mdef_convert: programs/CMakeFiles/pocketsphinx_mdef_convert.dir/rule |
| | .PHONY : pocketsphinx_mdef_convert |
| |
|
| | |
| | pocketsphinx_mdef_convert/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build.make programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build |
| | .PHONY : pocketsphinx_mdef_convert/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/rule |
| |
|
| | |
| | pocketsphinx_jsgf2fsg: programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/rule |
| | .PHONY : pocketsphinx_jsgf2fsg |
| |
|
| | |
| | pocketsphinx_jsgf2fsg/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build.make programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build |
| | .PHONY : pocketsphinx_jsgf2fsg/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_lm_convert.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_lm_convert.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_lm_convert.dir/rule |
| |
|
| | |
| | pocketsphinx_lm_convert: programs/CMakeFiles/pocketsphinx_lm_convert.dir/rule |
| | .PHONY : pocketsphinx_lm_convert |
| |
|
| | |
| | pocketsphinx_lm_convert/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_convert.dir/build.make programs/CMakeFiles/pocketsphinx_lm_convert.dir/build |
| | .PHONY : pocketsphinx_lm_convert/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_lm_eval.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_lm_eval.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_lm_eval.dir/rule |
| |
|
| | |
| | pocketsphinx_lm_eval: programs/CMakeFiles/pocketsphinx_lm_eval.dir/rule |
| | .PHONY : pocketsphinx_lm_eval |
| |
|
| | |
| | pocketsphinx_lm_eval/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_eval.dir/build.make programs/CMakeFiles/pocketsphinx_lm_eval.dir/build |
| | .PHONY : pocketsphinx_lm_eval/fast |
| |
|
| | |
| | programs/CMakeFiles/pocketsphinx_pitch.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 programs/CMakeFiles/pocketsphinx_pitch.dir/rule |
| | .PHONY : programs/CMakeFiles/pocketsphinx_pitch.dir/rule |
| |
|
| | |
| | pocketsphinx_pitch: programs/CMakeFiles/pocketsphinx_pitch.dir/rule |
| | .PHONY : pocketsphinx_pitch |
| |
|
| | |
| | pocketsphinx_pitch/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_pitch.dir/build.make programs/CMakeFiles/pocketsphinx_pitch.dir/build |
| | .PHONY : pocketsphinx_pitch/fast |
| |
|
| | pocketsphinx_batch.o: pocketsphinx_batch.c.o |
| | .PHONY : pocketsphinx_batch.o |
| |
|
| | |
| | pocketsphinx_batch.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_batch.dir/build.make programs/CMakeFiles/pocketsphinx_batch.dir/pocketsphinx_batch.c.o |
| | .PHONY : pocketsphinx_batch.c.o |
| |
|
| | pocketsphinx_batch.i: pocketsphinx_batch.c.i |
| | .PHONY : pocketsphinx_batch.i |
| |
|
| | |
| | pocketsphinx_batch.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_batch.dir/build.make programs/CMakeFiles/pocketsphinx_batch.dir/pocketsphinx_batch.c.i |
| | .PHONY : pocketsphinx_batch.c.i |
| |
|
| | pocketsphinx_batch.s: pocketsphinx_batch.c.s |
| | .PHONY : pocketsphinx_batch.s |
| |
|
| | |
| | pocketsphinx_batch.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_batch.dir/build.make programs/CMakeFiles/pocketsphinx_batch.dir/pocketsphinx_batch.c.s |
| | .PHONY : pocketsphinx_batch.c.s |
| |
|
| | pocketsphinx_jsgf2fsg.o: pocketsphinx_jsgf2fsg.c.o |
| | .PHONY : pocketsphinx_jsgf2fsg.o |
| |
|
| | |
| | pocketsphinx_jsgf2fsg.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build.make programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/pocketsphinx_jsgf2fsg.c.o |
| | .PHONY : pocketsphinx_jsgf2fsg.c.o |
| |
|
| | pocketsphinx_jsgf2fsg.i: pocketsphinx_jsgf2fsg.c.i |
| | .PHONY : pocketsphinx_jsgf2fsg.i |
| |
|
| | |
| | pocketsphinx_jsgf2fsg.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build.make programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/pocketsphinx_jsgf2fsg.c.i |
| | .PHONY : pocketsphinx_jsgf2fsg.c.i |
| |
|
| | pocketsphinx_jsgf2fsg.s: pocketsphinx_jsgf2fsg.c.s |
| | .PHONY : pocketsphinx_jsgf2fsg.s |
| |
|
| | |
| | pocketsphinx_jsgf2fsg.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/build.make programs/CMakeFiles/pocketsphinx_jsgf2fsg.dir/pocketsphinx_jsgf2fsg.c.s |
| | .PHONY : pocketsphinx_jsgf2fsg.c.s |
| |
|
| | pocketsphinx_lm_convert.o: pocketsphinx_lm_convert.c.o |
| | .PHONY : pocketsphinx_lm_convert.o |
| |
|
| | |
| | pocketsphinx_lm_convert.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_convert.dir/build.make programs/CMakeFiles/pocketsphinx_lm_convert.dir/pocketsphinx_lm_convert.c.o |
| | .PHONY : pocketsphinx_lm_convert.c.o |
| |
|
| | pocketsphinx_lm_convert.i: pocketsphinx_lm_convert.c.i |
| | .PHONY : pocketsphinx_lm_convert.i |
| |
|
| | |
| | pocketsphinx_lm_convert.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_convert.dir/build.make programs/CMakeFiles/pocketsphinx_lm_convert.dir/pocketsphinx_lm_convert.c.i |
| | .PHONY : pocketsphinx_lm_convert.c.i |
| |
|
| | pocketsphinx_lm_convert.s: pocketsphinx_lm_convert.c.s |
| | .PHONY : pocketsphinx_lm_convert.s |
| |
|
| | |
| | pocketsphinx_lm_convert.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_convert.dir/build.make programs/CMakeFiles/pocketsphinx_lm_convert.dir/pocketsphinx_lm_convert.c.s |
| | .PHONY : pocketsphinx_lm_convert.c.s |
| |
|
| | pocketsphinx_lm_eval.o: pocketsphinx_lm_eval.c.o |
| | .PHONY : pocketsphinx_lm_eval.o |
| |
|
| | |
| | pocketsphinx_lm_eval.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_eval.dir/build.make programs/CMakeFiles/pocketsphinx_lm_eval.dir/pocketsphinx_lm_eval.c.o |
| | .PHONY : pocketsphinx_lm_eval.c.o |
| |
|
| | pocketsphinx_lm_eval.i: pocketsphinx_lm_eval.c.i |
| | .PHONY : pocketsphinx_lm_eval.i |
| |
|
| | |
| | pocketsphinx_lm_eval.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_eval.dir/build.make programs/CMakeFiles/pocketsphinx_lm_eval.dir/pocketsphinx_lm_eval.c.i |
| | .PHONY : pocketsphinx_lm_eval.c.i |
| |
|
| | pocketsphinx_lm_eval.s: pocketsphinx_lm_eval.c.s |
| | .PHONY : pocketsphinx_lm_eval.s |
| |
|
| | |
| | pocketsphinx_lm_eval.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_lm_eval.dir/build.make programs/CMakeFiles/pocketsphinx_lm_eval.dir/pocketsphinx_lm_eval.c.s |
| | .PHONY : pocketsphinx_lm_eval.c.s |
| |
|
| | pocketsphinx_main.o: pocketsphinx_main.c.o |
| | .PHONY : pocketsphinx_main.o |
| |
|
| | |
| | pocketsphinx_main.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_main.dir/build.make programs/CMakeFiles/pocketsphinx_main.dir/pocketsphinx_main.c.o |
| | .PHONY : pocketsphinx_main.c.o |
| |
|
| | pocketsphinx_main.i: pocketsphinx_main.c.i |
| | .PHONY : pocketsphinx_main.i |
| |
|
| | |
| | pocketsphinx_main.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_main.dir/build.make programs/CMakeFiles/pocketsphinx_main.dir/pocketsphinx_main.c.i |
| | .PHONY : pocketsphinx_main.c.i |
| |
|
| | pocketsphinx_main.s: pocketsphinx_main.c.s |
| | .PHONY : pocketsphinx_main.s |
| |
|
| | |
| | pocketsphinx_main.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_main.dir/build.make programs/CMakeFiles/pocketsphinx_main.dir/pocketsphinx_main.c.s |
| | .PHONY : pocketsphinx_main.c.s |
| |
|
| | pocketsphinx_mdef_convert.o: pocketsphinx_mdef_convert.c.o |
| | .PHONY : pocketsphinx_mdef_convert.o |
| |
|
| | |
| | pocketsphinx_mdef_convert.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build.make programs/CMakeFiles/pocketsphinx_mdef_convert.dir/pocketsphinx_mdef_convert.c.o |
| | .PHONY : pocketsphinx_mdef_convert.c.o |
| |
|
| | pocketsphinx_mdef_convert.i: pocketsphinx_mdef_convert.c.i |
| | .PHONY : pocketsphinx_mdef_convert.i |
| |
|
| | |
| | pocketsphinx_mdef_convert.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build.make programs/CMakeFiles/pocketsphinx_mdef_convert.dir/pocketsphinx_mdef_convert.c.i |
| | .PHONY : pocketsphinx_mdef_convert.c.i |
| |
|
| | pocketsphinx_mdef_convert.s: pocketsphinx_mdef_convert.c.s |
| | .PHONY : pocketsphinx_mdef_convert.s |
| |
|
| | |
| | pocketsphinx_mdef_convert.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_mdef_convert.dir/build.make programs/CMakeFiles/pocketsphinx_mdef_convert.dir/pocketsphinx_mdef_convert.c.s |
| | .PHONY : pocketsphinx_mdef_convert.c.s |
| |
|
| | pocketsphinx_pitch.o: pocketsphinx_pitch.c.o |
| | .PHONY : pocketsphinx_pitch.o |
| |
|
| | |
| | pocketsphinx_pitch.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_pitch.dir/build.make programs/CMakeFiles/pocketsphinx_pitch.dir/pocketsphinx_pitch.c.o |
| | .PHONY : pocketsphinx_pitch.c.o |
| |
|
| | pocketsphinx_pitch.i: pocketsphinx_pitch.c.i |
| | .PHONY : pocketsphinx_pitch.i |
| |
|
| | |
| | pocketsphinx_pitch.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_pitch.dir/build.make programs/CMakeFiles/pocketsphinx_pitch.dir/pocketsphinx_pitch.c.i |
| | .PHONY : pocketsphinx_pitch.c.i |
| |
|
| | pocketsphinx_pitch.s: pocketsphinx_pitch.c.s |
| | .PHONY : pocketsphinx_pitch.s |
| |
|
| | |
| | pocketsphinx_pitch.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f programs/CMakeFiles/pocketsphinx_pitch.dir/build.make programs/CMakeFiles/pocketsphinx_pitch.dir/pocketsphinx_pitch.c.s |
| | .PHONY : pocketsphinx_pitch.c.s |
| |
|
| | |
| | help: |
| | @echo "The following are some of the valid targets for this Makefile:" |
| | @echo "... all (the default if no target is provided)" |
| | @echo "... clean" |
| | @echo "... depend" |
| | @echo "... edit_cache" |
| | @echo "... install" |
| | @echo "... install/local" |
| | @echo "... install/strip" |
| | @echo "... list_install_components" |
| | @echo "... rebuild_cache" |
| | @echo "... test" |
| | @echo "... pocketsphinx_batch" |
| | @echo "... pocketsphinx_jsgf2fsg" |
| | @echo "... pocketsphinx_lm_convert" |
| | @echo "... pocketsphinx_lm_eval" |
| | @echo "... pocketsphinx_main" |
| | @echo "... pocketsphinx_mdef_convert" |
| | @echo "... pocketsphinx_pitch" |
| | @echo "... pocketsphinx_batch.o" |
| | @echo "... pocketsphinx_batch.i" |
| | @echo "... pocketsphinx_batch.s" |
| | @echo "... pocketsphinx_jsgf2fsg.o" |
| | @echo "... pocketsphinx_jsgf2fsg.i" |
| | @echo "... pocketsphinx_jsgf2fsg.s" |
| | @echo "... pocketsphinx_lm_convert.o" |
| | @echo "... pocketsphinx_lm_convert.i" |
| | @echo "... pocketsphinx_lm_convert.s" |
| | @echo "... pocketsphinx_lm_eval.o" |
| | @echo "... pocketsphinx_lm_eval.i" |
| | @echo "... pocketsphinx_lm_eval.s" |
| | @echo "... pocketsphinx_main.o" |
| | @echo "... pocketsphinx_main.i" |
| | @echo "... pocketsphinx_main.s" |
| | @echo "... pocketsphinx_mdef_convert.o" |
| | @echo "... pocketsphinx_mdef_convert.i" |
| | @echo "... pocketsphinx_mdef_convert.s" |
| | @echo "... pocketsphinx_pitch.o" |
| | @echo "... pocketsphinx_pitch.i" |
| | @echo "... pocketsphinx_pitch.s" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | cmake_check_build_system: |
| | cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|