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