| | |
| | |
| |
|
| | |
| | .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 examples/CMakeFiles/simple.dir/depend.make |
| |
|
| | |
| | include examples/CMakeFiles/simple.dir/progress.make |
| |
|
| | |
| | include examples/CMakeFiles/simple.dir/flags.make |
| |
|
| | examples/CMakeFiles/simple.dir/simple.c.o: examples/CMakeFiles/simple.dir/flags.make |
| | examples/CMakeFiles/simple.dir/simple.c.o: ../examples/simple.c |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/pocketsphinx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object examples/CMakeFiles/simple.dir/simple.c.o" |
| | cd /content/pocketsphinx/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/simple.dir/simple.c.o -c /content/pocketsphinx/examples/simple.c |
| |
|
| | examples/CMakeFiles/simple.dir/simple.c.i: cmake_force |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/simple.dir/simple.c.i" |
| | cd /content/pocketsphinx/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /content/pocketsphinx/examples/simple.c > CMakeFiles/simple.dir/simple.c.i |
| |
|
| | examples/CMakeFiles/simple.dir/simple.c.s: cmake_force |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/simple.dir/simple.c.s" |
| | cd /content/pocketsphinx/build/examples && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /content/pocketsphinx/examples/simple.c -o CMakeFiles/simple.dir/simple.c.s |
| |
|
| | |
| | simple_OBJECTS = \ |
| | "CMakeFiles/simple.dir/simple.c.o" |
| |
|
| | |
| | simple_EXTERNAL_OBJECTS = |
| |
|
| | simple: examples/CMakeFiles/simple.dir/simple.c.o |
| | simple: examples/CMakeFiles/simple.dir/build.make |
| | simple: libpocketsphinx.a |
| | simple: /usr/lib/x86_64-linux-gnu/libm.so |
| | simple: examples/CMakeFiles/simple.dir/link.txt |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/content/pocketsphinx/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ../simple" |
| | cd /content/pocketsphinx/build/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/simple.dir/link.txt --verbose=$(VERBOSE) |
| |
|
| | |
| | examples/CMakeFiles/simple.dir/build: simple |
| |
|
| | .PHONY : examples/CMakeFiles/simple.dir/build |
| |
|
| | examples/CMakeFiles/simple.dir/clean: |
| | cd /content/pocketsphinx/build/examples && $(CMAKE_COMMAND) -P CMakeFiles/simple.dir/cmake_clean.cmake |
| | .PHONY : examples/CMakeFiles/simple.dir/clean |
| |
|
| | examples/CMakeFiles/simple.dir/depend: |
| | cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/pocketsphinx /content/pocketsphinx/examples /content/pocketsphinx/build /content/pocketsphinx/build/examples /content/pocketsphinx/build/examples/CMakeFiles/simple.dir/DependInfo.cmake --color=$(COLOR) |
| | .PHONY : examples/CMakeFiles/simple.dir/depend |
| |
|
| |
|