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_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
# The main clean target
clean:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_fsg/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_fsg/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /content/pocketsphinx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/unit/test_fsg/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_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
# Convenience name for target.
test_fsg_read: test/unit/test_fsg/CMakeFiles/test_fsg_read.dir/rule
.PHONY : test_fsg_read
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fsg_jsgf: test/unit/test_fsg/CMakeFiles/test_fsg_jsgf.dir/rule
.PHONY : test_fsg_jsgf
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fsg_write_fsm: test/unit/test_fsg/CMakeFiles/test_fsg_write_fsm.dir/rule
.PHONY : test_fsg_write_fsm
# fast build rule for target.
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
# Convenience name for target.
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
# Convenience name for target.
test_fsg_accept: test/unit/test_fsg/CMakeFiles/test_fsg_accept.dir/rule
.PHONY : test_fsg_accept
# fast build rule for target.
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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
# target to build an object file
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
# target to preprocess a source file
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
# target to generate assembly for a file
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 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_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
#=============================================================================
# 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