| | |
| | |
| |
|
| | |
| | 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_hash//CMakeFiles/progress.marks |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/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_hash/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: all |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/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_hash/CMakeFiles/displayhash.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/CMakeFiles/displayhash.dir/rule |
| | .PHONY : test/unit/test_hash/CMakeFiles/displayhash.dir/rule |
| |
|
| | |
| | displayhash: test/unit/test_hash/CMakeFiles/displayhash.dir/rule |
| | .PHONY : displayhash |
| |
|
| | |
| | displayhash/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/displayhash.dir/build.make test/unit/test_hash/CMakeFiles/displayhash.dir/build |
| | .PHONY : displayhash/fast |
| |
|
| | |
| | test/unit/test_hash/CMakeFiles/deletehash.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/CMakeFiles/deletehash.dir/rule |
| | .PHONY : test/unit/test_hash/CMakeFiles/deletehash.dir/rule |
| |
|
| | |
| | deletehash: test/unit/test_hash/CMakeFiles/deletehash.dir/rule |
| | .PHONY : deletehash |
| |
|
| | |
| | deletehash/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/deletehash.dir/build.make test/unit/test_hash/CMakeFiles/deletehash.dir/build |
| | .PHONY : deletehash/fast |
| |
|
| | |
| | test/unit/test_hash/CMakeFiles/test_hash_iter.dir/rule: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_hash/CMakeFiles/test_hash_iter.dir/rule |
| | .PHONY : test/unit/test_hash/CMakeFiles/test_hash_iter.dir/rule |
| |
|
| | |
| | test_hash_iter: test/unit/test_hash/CMakeFiles/test_hash_iter.dir/rule |
| | .PHONY : test_hash_iter |
| |
|
| | |
| | test_hash_iter/fast: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build.make test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build |
| | .PHONY : test_hash_iter/fast |
| |
|
| | deletehash.o: deletehash.c.o |
| | .PHONY : deletehash.o |
| |
|
| | |
| | deletehash.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/deletehash.dir/build.make test/unit/test_hash/CMakeFiles/deletehash.dir/deletehash.c.o |
| | .PHONY : deletehash.c.o |
| |
|
| | deletehash.i: deletehash.c.i |
| | .PHONY : deletehash.i |
| |
|
| | |
| | deletehash.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/deletehash.dir/build.make test/unit/test_hash/CMakeFiles/deletehash.dir/deletehash.c.i |
| | .PHONY : deletehash.c.i |
| |
|
| | deletehash.s: deletehash.c.s |
| | .PHONY : deletehash.s |
| |
|
| | |
| | deletehash.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/deletehash.dir/build.make test/unit/test_hash/CMakeFiles/deletehash.dir/deletehash.c.s |
| | .PHONY : deletehash.c.s |
| |
|
| | displayhash.o: displayhash.c.o |
| | .PHONY : displayhash.o |
| |
|
| | |
| | displayhash.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/displayhash.dir/build.make test/unit/test_hash/CMakeFiles/displayhash.dir/displayhash.c.o |
| | .PHONY : displayhash.c.o |
| |
|
| | displayhash.i: displayhash.c.i |
| | .PHONY : displayhash.i |
| |
|
| | |
| | displayhash.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/displayhash.dir/build.make test/unit/test_hash/CMakeFiles/displayhash.dir/displayhash.c.i |
| | .PHONY : displayhash.c.i |
| |
|
| | displayhash.s: displayhash.c.s |
| | .PHONY : displayhash.s |
| |
|
| | |
| | displayhash.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/displayhash.dir/build.make test/unit/test_hash/CMakeFiles/displayhash.dir/displayhash.c.s |
| | .PHONY : displayhash.c.s |
| |
|
| | test_hash_iter.o: test_hash_iter.c.o |
| | .PHONY : test_hash_iter.o |
| |
|
| | |
| | test_hash_iter.c.o: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build.make test/unit/test_hash/CMakeFiles/test_hash_iter.dir/test_hash_iter.c.o |
| | .PHONY : test_hash_iter.c.o |
| |
|
| | test_hash_iter.i: test_hash_iter.c.i |
| | .PHONY : test_hash_iter.i |
| |
|
| | |
| | test_hash_iter.c.i: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build.make test/unit/test_hash/CMakeFiles/test_hash_iter.dir/test_hash_iter.c.i |
| | .PHONY : test_hash_iter.c.i |
| |
|
| | test_hash_iter.s: test_hash_iter.c.s |
| | .PHONY : test_hash_iter.s |
| |
|
| | |
| | test_hash_iter.c.s: |
| | cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_hash/CMakeFiles/test_hash_iter.dir/build.make test/unit/test_hash/CMakeFiles/test_hash_iter.dir/test_hash_iter.c.s |
| | .PHONY : test_hash_iter.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 "... deletehash" |
| | @echo "... displayhash" |
| | @echo "... test_hash_iter" |
| | @echo "... deletehash.o" |
| | @echo "... deletehash.i" |
| | @echo "... deletehash.s" |
| | @echo "... displayhash.o" |
| | @echo "... displayhash.i" |
| | @echo "... displayhash.s" |
| | @echo "... test_hash_iter.o" |
| | @echo "... test_hash_iter.i" |
| | @echo "... test_hash_iter.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 |
| |
|
| |
|