camenduru's picture
pocketsphinx
5610573
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake
# The command to remove a file.
RM = /usr/local/lib/python3.8/dist-packages/cmake/data/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /content/pocketsphinx
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /content/pocketsphinx/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target test
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
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# Special rule for the target edit_cache
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
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
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
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
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
# Special rule for the target 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
# Special rule for the target install/local
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
# Special rule for the target 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
# Special rule for the target install/strip
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
# Special rule for the target 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
# The main all target
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_util//CMakeFiles/progress.marks
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/all
$(CMAKE_COMMAND) -E cmake_progress_start /content/pocketsphinx/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /content/pocketsphinx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_fopen.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_fopen.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_fopen.dir/rule
# Convenience name for target.
test_fopen: test/unit/test_util/CMakeFiles/test_fopen.dir/rule
.PHONY : test_fopen
# fast build rule for target.
test_fopen/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/build
.PHONY : test_fopen/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_bitarr.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_bitarr.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_bitarr.dir/rule
# Convenience name for target.
test_bitarr: test/unit/test_util/CMakeFiles/test_bitarr.dir/rule
.PHONY : test_bitarr
# fast build rule for target.
test_bitarr/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/build
.PHONY : test_bitarr/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule
# Convenience name for target.
test_bit_encode: test/unit/test_util/CMakeFiles/test_bit_encode.dir/rule
.PHONY : test_bit_encode
# fast build rule for target.
test_bit_encode/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/build
.PHONY : test_bit_encode/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_build_directory.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_build_directory.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_build_directory.dir/rule
# Convenience name for target.
test_build_directory: test/unit/test_util/CMakeFiles/test_build_directory.dir/rule
.PHONY : test_build_directory
# fast build rule for target.
test_build_directory/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/build
.PHONY : test_build_directory/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_heap.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_heap.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_heap.dir/rule
# Convenience name for target.
test_heap: test/unit/test_util/CMakeFiles/test_heap.dir/rule
.PHONY : test_heap
# fast build rule for target.
test_heap/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/build
.PHONY : test_heap/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_filename.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_filename.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_filename.dir/rule
# Convenience name for target.
test_filename: test/unit/test_util/CMakeFiles/test_filename.dir/rule
.PHONY : test_filename
# fast build rule for target.
test_filename/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/build
.PHONY : test_filename/fast
# Convenience name for target.
test/unit/test_util/CMakeFiles/test_readfile.dir/rule:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_util/CMakeFiles/test_readfile.dir/rule
.PHONY : test/unit/test_util/CMakeFiles/test_readfile.dir/rule
# Convenience name for target.
test_readfile: test/unit/test_util/CMakeFiles/test_readfile.dir/rule
.PHONY : test_readfile
# fast build rule for target.
test_readfile/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/build
.PHONY : test_readfile/fast
test_bit_encode.o: test_bit_encode.c.o
.PHONY : test_bit_encode.o
# target to build an object file
test_bit_encode.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.o
.PHONY : test_bit_encode.c.o
test_bit_encode.i: test_bit_encode.c.i
.PHONY : test_bit_encode.i
# target to preprocess a source file
test_bit_encode.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.i
.PHONY : test_bit_encode.c.i
test_bit_encode.s: test_bit_encode.c.s
.PHONY : test_bit_encode.s
# target to generate assembly for a file
test_bit_encode.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bit_encode.dir/build.make test/unit/test_util/CMakeFiles/test_bit_encode.dir/test_bit_encode.c.s
.PHONY : test_bit_encode.c.s
test_bitarr.o: test_bitarr.c.o
.PHONY : test_bitarr.o
# target to build an object file
test_bitarr.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.o
.PHONY : test_bitarr.c.o
test_bitarr.i: test_bitarr.c.i
.PHONY : test_bitarr.i
# target to preprocess a source file
test_bitarr.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.i
.PHONY : test_bitarr.c.i
test_bitarr.s: test_bitarr.c.s
.PHONY : test_bitarr.s
# target to generate assembly for a file
test_bitarr.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_bitarr.dir/build.make test/unit/test_util/CMakeFiles/test_bitarr.dir/test_bitarr.c.s
.PHONY : test_bitarr.c.s
test_build_directory.o: test_build_directory.c.o
.PHONY : test_build_directory.o
# target to build an object file
test_build_directory.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.o
.PHONY : test_build_directory.c.o
test_build_directory.i: test_build_directory.c.i
.PHONY : test_build_directory.i
# target to preprocess a source file
test_build_directory.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.i
.PHONY : test_build_directory.c.i
test_build_directory.s: test_build_directory.c.s
.PHONY : test_build_directory.s
# target to generate assembly for a file
test_build_directory.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_build_directory.dir/build.make test/unit/test_util/CMakeFiles/test_build_directory.dir/test_build_directory.c.s
.PHONY : test_build_directory.c.s
test_filename.o: test_filename.c.o
.PHONY : test_filename.o
# target to build an object file
test_filename.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.o
.PHONY : test_filename.c.o
test_filename.i: test_filename.c.i
.PHONY : test_filename.i
# target to preprocess a source file
test_filename.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.i
.PHONY : test_filename.c.i
test_filename.s: test_filename.c.s
.PHONY : test_filename.s
# target to generate assembly for a file
test_filename.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_filename.dir/build.make test/unit/test_util/CMakeFiles/test_filename.dir/test_filename.c.s
.PHONY : test_filename.c.s
test_fopen.o: test_fopen.c.o
.PHONY : test_fopen.o
# target to build an object file
test_fopen.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.o
.PHONY : test_fopen.c.o
test_fopen.i: test_fopen.c.i
.PHONY : test_fopen.i
# target to preprocess a source file
test_fopen.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.i
.PHONY : test_fopen.c.i
test_fopen.s: test_fopen.c.s
.PHONY : test_fopen.s
# target to generate assembly for a file
test_fopen.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_fopen.dir/build.make test/unit/test_util/CMakeFiles/test_fopen.dir/test_fopen.c.s
.PHONY : test_fopen.c.s
test_heap.o: test_heap.c.o
.PHONY : test_heap.o
# target to build an object file
test_heap.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.o
.PHONY : test_heap.c.o
test_heap.i: test_heap.c.i
.PHONY : test_heap.i
# target to preprocess a source file
test_heap.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.i
.PHONY : test_heap.c.i
test_heap.s: test_heap.c.s
.PHONY : test_heap.s
# target to generate assembly for a file
test_heap.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_heap.dir/build.make test/unit/test_util/CMakeFiles/test_heap.dir/test_heap.c.s
.PHONY : test_heap.c.s
test_readfile.o: test_readfile.c.o
.PHONY : test_readfile.o
# target to build an object file
test_readfile.c.o:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.o
.PHONY : test_readfile.c.o
test_readfile.i: test_readfile.c.i
.PHONY : test_readfile.i
# target to preprocess a source file
test_readfile.c.i:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.i
.PHONY : test_readfile.c.i
test_readfile.s: test_readfile.c.s
.PHONY : test_readfile.s
# target to generate assembly for a file
test_readfile.c.s:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f test/unit/test_util/CMakeFiles/test_readfile.dir/build.make test/unit/test_util/CMakeFiles/test_readfile.dir/test_readfile.c.s
.PHONY : test_readfile.c.s
# Help Target
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_bit_encode"
@echo "... test_bitarr"
@echo "... test_build_directory"
@echo "... test_filename"
@echo "... test_fopen"
@echo "... test_heap"
@echo "... test_readfile"
@echo "... test_bit_encode.o"
@echo "... test_bit_encode.i"
@echo "... test_bit_encode.s"
@echo "... test_bitarr.o"
@echo "... test_bitarr.i"
@echo "... test_bitarr.s"
@echo "... test_build_directory.o"
@echo "... test_build_directory.i"
@echo "... test_build_directory.s"
@echo "... test_filename.o"
@echo "... test_filename.i"
@echo "... test_filename.s"
@echo "... test_fopen.o"
@echo "... test_fopen.i"
@echo "... test_fopen.s"
@echo "... test_heap.o"
@echo "... test_heap.i"
@echo "... test_heap.s"
@echo "... test_readfile.o"
@echo "... test_readfile.i"
@echo "... test_readfile.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
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