| | |
| | |
| |
|
| | |
| | .DELETE_ON_ERROR: |
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| |
|
| | |
| | SUFFIXES = |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| |
|
| | |
| | cmake_force: |
| |
|
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/bin/cmake |
| |
|
| | |
| | RM = /usr/bin/cmake -E remove -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /content/pocketsphinx |
| |
|
| | |
| | CMAKE_BINARY_DIR = /content/pocketsphinx/build |
| |
|
| | |
| |
|
| | |
| | include CMakeFiles/ContinuousBuild.dir/progress.make |
| |
|
| | CMakeFiles/ContinuousBuild: |
| | /usr/bin/ctest -D ContinuousBuild |
| |
|
| | ContinuousBuild: CMakeFiles/ContinuousBuild |
| | ContinuousBuild: CMakeFiles/ContinuousBuild.dir/build.make |
| |
|
| | .PHONY : ContinuousBuild |
| |
|
| | |
| | CMakeFiles/ContinuousBuild.dir/build: ContinuousBuild |
| |
|
| | .PHONY : CMakeFiles/ContinuousBuild.dir/build |
| |
|
| | CMakeFiles/ContinuousBuild.dir/clean: |
| | $(CMAKE_COMMAND) -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake |
| | .PHONY : CMakeFiles/ContinuousBuild.dir/clean |
| |
|
| | CMakeFiles/ContinuousBuild.dir/depend: |
| | cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/pocketsphinx /content/pocketsphinx /content/pocketsphinx/build /content/pocketsphinx/build /content/pocketsphinx/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake --color=$(COLOR) |
| | .PHONY : CMakeFiles/ContinuousBuild.dir/depend |
| |
|
| |
|