# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.20

# 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

# Produce verbose output by default.
VERBOSE = 1

# 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/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /builddir/build/BUILD/mlpack-4.2.1

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /builddir/build/BUILD/mlpack-4.2.1

#=============================================================================
# Targets provided globally by CMake.

# 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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/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 edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/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/bin/cmake -P cmake_install.cmake
.PHONY : install/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/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/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/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/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/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/mlpack-4.2.1/CMakeFiles /builddir/build/BUILD/mlpack-4.2.1/src/mlpack/methods//CMakeFiles/progress.marks
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/all
	$(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/mlpack-4.2.1/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/rule

# Convenience name for target.
mlpack_adaboost: src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/rule
.PHONY : mlpack_adaboost

# fast build rule for target.
mlpack_adaboost/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/build
.PHONY : mlpack_adaboost/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/rule

# Convenience name for target.
mlpack_sparse_coding: src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/rule
.PHONY : mlpack_sparse_coding

# fast build rule for target.
mlpack_sparse_coding/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/build
.PHONY : mlpack_sparse_coding/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/rule

# Convenience name for target.
mlpack_linear_regression: src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/rule
.PHONY : mlpack_linear_regression

# fast build rule for target.
mlpack_linear_regression/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/build
.PHONY : mlpack_linear_regression/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/rule

# Convenience name for target.
mlpack_softmax_regression: src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/rule
.PHONY : mlpack_softmax_regression

# fast build rule for target.
mlpack_softmax_regression/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/build
.PHONY : mlpack_softmax_regression/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/rule

# Convenience name for target.
mlpack_random_forest: src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/rule
.PHONY : mlpack_random_forest

# fast build rule for target.
mlpack_random_forest/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/build
.PHONY : mlpack_random_forest/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/rule

# Convenience name for target.
mlpack_preprocess_one_hot_encoding: src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/rule
.PHONY : mlpack_preprocess_one_hot_encoding

# fast build rule for target.
mlpack_preprocess_one_hot_encoding/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/build
.PHONY : mlpack_preprocess_one_hot_encoding/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/rule

# Convenience name for target.
mlpack_preprocess_scale: src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/rule
.PHONY : mlpack_preprocess_scale

# fast build rule for target.
mlpack_preprocess_scale/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/build
.PHONY : mlpack_preprocess_scale/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/rule

# Convenience name for target.
mlpack_hmm_loglik: src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/rule
.PHONY : mlpack_hmm_loglik

# fast build rule for target.
mlpack_hmm_loglik/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/build
.PHONY : mlpack_hmm_loglik/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/rule

# Convenience name for target.
mlpack_decision_tree: src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/rule
.PHONY : mlpack_decision_tree

# fast build rule for target.
mlpack_decision_tree/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/build
.PHONY : mlpack_decision_tree/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/rule

# Convenience name for target.
mlpack_image_converter: src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/rule
.PHONY : mlpack_image_converter

# fast build rule for target.
mlpack_image_converter/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/build
.PHONY : mlpack_image_converter/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/rule

# Convenience name for target.
mlpack_preprocess_imputer: src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/rule
.PHONY : mlpack_preprocess_imputer

# fast build rule for target.
mlpack_preprocess_imputer/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/build
.PHONY : mlpack_preprocess_imputer/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/rule

# Convenience name for target.
mlpack_logistic_regression: src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/rule
.PHONY : mlpack_logistic_regression

# fast build rule for target.
mlpack_logistic_regression/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/build
.PHONY : mlpack_logistic_regression/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/rule

# Convenience name for target.
mlpack_gmm_train: src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/rule
.PHONY : mlpack_gmm_train

# fast build rule for target.
mlpack_gmm_train/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/build
.PHONY : mlpack_gmm_train/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/rule

# Convenience name for target.
mlpack_bayesian_linear_regression: src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/rule
.PHONY : mlpack_bayesian_linear_regression

# fast build rule for target.
mlpack_bayesian_linear_regression/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/build
.PHONY : mlpack_bayesian_linear_regression/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/rule

# Convenience name for target.
mlpack_preprocess_describe: src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/rule
.PHONY : mlpack_preprocess_describe

# fast build rule for target.
mlpack_preprocess_describe/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/build
.PHONY : mlpack_preprocess_describe/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_radical.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_radical.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_radical.dir/rule

# Convenience name for target.
mlpack_radical: src/mlpack/methods/CMakeFiles/mlpack_radical.dir/rule
.PHONY : mlpack_radical

# fast build rule for target.
mlpack_radical/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_radical.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_radical.dir/build
.PHONY : mlpack_radical/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/rule

# Convenience name for target.
mlpack_gmm_probability: src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/rule
.PHONY : mlpack_gmm_probability

# fast build rule for target.
mlpack_gmm_probability/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/build
.PHONY : mlpack_gmm_probability/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/rule

# Convenience name for target.
mlpack_kmeans: src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/rule
.PHONY : mlpack_kmeans

# fast build rule for target.
mlpack_kmeans/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/build
.PHONY : mlpack_kmeans/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/rule

# Convenience name for target.
mlpack_lmnn: src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/rule
.PHONY : mlpack_lmnn

# fast build rule for target.
mlpack_lmnn/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/build
.PHONY : mlpack_lmnn/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/rule

# Convenience name for target.
mlpack_hmm_viterbi: src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/rule
.PHONY : mlpack_hmm_viterbi

# fast build rule for target.
mlpack_hmm_viterbi/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/build
.PHONY : mlpack_hmm_viterbi/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/rule

# Convenience name for target.
mlpack_hmm_generate: src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/rule
.PHONY : mlpack_hmm_generate

# fast build rule for target.
mlpack_hmm_generate/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/build
.PHONY : mlpack_hmm_generate/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/rule

# Convenience name for target.
mlpack_preprocess_split: src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/rule
.PHONY : mlpack_preprocess_split

# fast build rule for target.
mlpack_preprocess_split/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/build
.PHONY : mlpack_preprocess_split/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/rule

# Convenience name for target.
mlpack_fastmks: src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/rule
.PHONY : mlpack_fastmks

# fast build rule for target.
mlpack_fastmks/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/build
.PHONY : mlpack_fastmks/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_emst.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_emst.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_emst.dir/rule

# Convenience name for target.
mlpack_emst: src/mlpack/methods/CMakeFiles/mlpack_emst.dir/rule
.PHONY : mlpack_emst

# fast build rule for target.
mlpack_emst/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_emst.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_emst.dir/build
.PHONY : mlpack_emst/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/rule

# Convenience name for target.
mlpack_approx_kfn: src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/rule
.PHONY : mlpack_approx_kfn

# fast build rule for target.
mlpack_approx_kfn/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/build
.PHONY : mlpack_approx_kfn/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_cf.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_cf.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_cf.dir/rule

# Convenience name for target.
mlpack_cf: src/mlpack/methods/CMakeFiles/mlpack_cf.dir/rule
.PHONY : mlpack_cf

# fast build rule for target.
mlpack_cf/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_cf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_cf.dir/build
.PHONY : mlpack_cf/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/rule

# Convenience name for target.
mlpack_dbscan: src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/rule
.PHONY : mlpack_dbscan

# fast build rule for target.
mlpack_dbscan/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/build
.PHONY : mlpack_dbscan/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/rule

# Convenience name for target.
mlpack_range_search: src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/rule
.PHONY : mlpack_range_search

# fast build rule for target.
mlpack_range_search/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/build
.PHONY : mlpack_range_search/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rule

# Convenience name for target.
mlpack_krann: src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rule
.PHONY : mlpack_krann

# fast build rule for target.
mlpack_krann/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_krann.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_krann.dir/build
.PHONY : mlpack_krann/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/rule

# Convenience name for target.
mlpack_mean_shift: src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/rule
.PHONY : mlpack_mean_shift

# fast build rule for target.
mlpack_mean_shift/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/build
.PHONY : mlpack_mean_shift/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/rule

# Convenience name for target.
mlpack_hmm_train: src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/rule
.PHONY : mlpack_hmm_train

# fast build rule for target.
mlpack_hmm_train/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/build
.PHONY : mlpack_hmm_train/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/rule

# Convenience name for target.
mlpack_hoeffding_tree: src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/rule
.PHONY : mlpack_hoeffding_tree

# fast build rule for target.
mlpack_hoeffding_tree/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/build
.PHONY : mlpack_hoeffding_tree/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_pca.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_pca.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_pca.dir/rule

# Convenience name for target.
mlpack_pca: src/mlpack/methods/CMakeFiles/mlpack_pca.dir/rule
.PHONY : mlpack_pca

# fast build rule for target.
mlpack_pca/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_pca.dir/build
.PHONY : mlpack_pca/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_kde.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_kde.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_kde.dir/rule

# Convenience name for target.
mlpack_kde: src/mlpack/methods/CMakeFiles/mlpack_kde.dir/rule
.PHONY : mlpack_kde

# fast build rule for target.
mlpack_kde/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kde.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kde.dir/build
.PHONY : mlpack_kde/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/rule

# Convenience name for target.
mlpack_gmm_generate: src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/rule
.PHONY : mlpack_gmm_generate

# fast build rule for target.
mlpack_gmm_generate/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/build
.PHONY : mlpack_gmm_generate/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/rule

# Convenience name for target.
mlpack_perceptron: src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/rule
.PHONY : mlpack_perceptron

# fast build rule for target.
mlpack_perceptron/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/build
.PHONY : mlpack_perceptron/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/rule

# Convenience name for target.
mlpack_preprocess_binarize: src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/rule
.PHONY : mlpack_preprocess_binarize

# fast build rule for target.
mlpack_preprocess_binarize/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/build
.PHONY : mlpack_preprocess_binarize/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/rule

# Convenience name for target.
mlpack_kfn: src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/rule
.PHONY : mlpack_kfn

# fast build rule for target.
mlpack_kfn/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/build
.PHONY : mlpack_kfn/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_lars.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_lars.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_lars.dir/rule

# Convenience name for target.
mlpack_lars: src/mlpack/methods/CMakeFiles/mlpack_lars.dir/rule
.PHONY : mlpack_lars

# fast build rule for target.
mlpack_lars/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lars.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lars.dir/build
.PHONY : mlpack_lars/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/rule

# Convenience name for target.
mlpack_kernel_pca: src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/rule
.PHONY : mlpack_kernel_pca

# fast build rule for target.
mlpack_kernel_pca/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/build
.PHONY : mlpack_kernel_pca/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/rule

# Convenience name for target.
mlpack_linear_svm: src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/rule
.PHONY : mlpack_linear_svm

# fast build rule for target.
mlpack_linear_svm/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/build
.PHONY : mlpack_linear_svm/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/rule

# Convenience name for target.
mlpack_local_coordinate_coding: src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/rule
.PHONY : mlpack_local_coordinate_coding

# fast build rule for target.
mlpack_local_coordinate_coding/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/build
.PHONY : mlpack_local_coordinate_coding/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/rule

# Convenience name for target.
mlpack_nmf: src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/rule
.PHONY : mlpack_nmf

# fast build rule for target.
mlpack_nmf/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/build
.PHONY : mlpack_nmf/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/rule

# Convenience name for target.
mlpack_lsh: src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/rule
.PHONY : mlpack_lsh

# fast build rule for target.
mlpack_lsh/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/build
.PHONY : mlpack_lsh/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/rule

# Convenience name for target.
mlpack_nbc: src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/rule
.PHONY : mlpack_nbc

# fast build rule for target.
mlpack_nbc/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/build
.PHONY : mlpack_nbc/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_det.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_det.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_det.dir/rule

# Convenience name for target.
mlpack_det: src/mlpack/methods/CMakeFiles/mlpack_det.dir/rule
.PHONY : mlpack_det

# fast build rule for target.
mlpack_det/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_det.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_det.dir/build
.PHONY : mlpack_det/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_nca.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_nca.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_nca.dir/rule

# Convenience name for target.
mlpack_nca: src/mlpack/methods/CMakeFiles/mlpack_nca.dir/rule
.PHONY : mlpack_nca

# fast build rule for target.
mlpack_nca/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nca.dir/build
.PHONY : mlpack_nca/fast

# Convenience name for target.
src/mlpack/methods/CMakeFiles/mlpack_knn.dir/rule:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/mlpack/methods/CMakeFiles/mlpack_knn.dir/rule
.PHONY : src/mlpack/methods/CMakeFiles/mlpack_knn.dir/rule

# Convenience name for target.
mlpack_knn: src/mlpack/methods/CMakeFiles/mlpack_knn.dir/rule
.PHONY : mlpack_knn

# fast build rule for target.
mlpack_knn/fast:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_knn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_knn.dir/build
.PHONY : mlpack_knn/fast

adaboost/adaboost_main.o: adaboost/adaboost_main.cpp.o
.PHONY : adaboost/adaboost_main.o

# target to build an object file
adaboost/adaboost_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/adaboost/adaboost_main.cpp.o
.PHONY : adaboost/adaboost_main.cpp.o

adaboost/adaboost_main.i: adaboost/adaboost_main.cpp.i
.PHONY : adaboost/adaboost_main.i

# target to preprocess a source file
adaboost/adaboost_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/adaboost/adaboost_main.cpp.i
.PHONY : adaboost/adaboost_main.cpp.i

adaboost/adaboost_main.s: adaboost/adaboost_main.cpp.s
.PHONY : adaboost/adaboost_main.s

# target to generate assembly for a file
adaboost/adaboost_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_adaboost.dir/adaboost/adaboost_main.cpp.s
.PHONY : adaboost/adaboost_main.cpp.s

approx_kfn/approx_kfn_main.o: approx_kfn/approx_kfn_main.cpp.o
.PHONY : approx_kfn/approx_kfn_main.o

# target to build an object file
approx_kfn/approx_kfn_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/approx_kfn/approx_kfn_main.cpp.o
.PHONY : approx_kfn/approx_kfn_main.cpp.o

approx_kfn/approx_kfn_main.i: approx_kfn/approx_kfn_main.cpp.i
.PHONY : approx_kfn/approx_kfn_main.i

# target to preprocess a source file
approx_kfn/approx_kfn_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/approx_kfn/approx_kfn_main.cpp.i
.PHONY : approx_kfn/approx_kfn_main.cpp.i

approx_kfn/approx_kfn_main.s: approx_kfn/approx_kfn_main.cpp.s
.PHONY : approx_kfn/approx_kfn_main.s

# target to generate assembly for a file
approx_kfn/approx_kfn_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_approx_kfn.dir/approx_kfn/approx_kfn_main.cpp.s
.PHONY : approx_kfn/approx_kfn_main.cpp.s

bayesian_linear_regression/bayesian_linear_regression_main.o: bayesian_linear_regression/bayesian_linear_regression_main.cpp.o
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.o

# target to build an object file
bayesian_linear_regression/bayesian_linear_regression_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/bayesian_linear_regression/bayesian_linear_regression_main.cpp.o
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.cpp.o

bayesian_linear_regression/bayesian_linear_regression_main.i: bayesian_linear_regression/bayesian_linear_regression_main.cpp.i
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.i

# target to preprocess a source file
bayesian_linear_regression/bayesian_linear_regression_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/bayesian_linear_regression/bayesian_linear_regression_main.cpp.i
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.cpp.i

bayesian_linear_regression/bayesian_linear_regression_main.s: bayesian_linear_regression/bayesian_linear_regression_main.cpp.s
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.s

# target to generate assembly for a file
bayesian_linear_regression/bayesian_linear_regression_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_bayesian_linear_regression.dir/bayesian_linear_regression/bayesian_linear_regression_main.cpp.s
.PHONY : bayesian_linear_regression/bayesian_linear_regression_main.cpp.s

cf/cf_main.o: cf/cf_main.cpp.o
.PHONY : cf/cf_main.o

# target to build an object file
cf/cf_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_cf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_cf.dir/cf/cf_main.cpp.o
.PHONY : cf/cf_main.cpp.o

cf/cf_main.i: cf/cf_main.cpp.i
.PHONY : cf/cf_main.i

# target to preprocess a source file
cf/cf_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_cf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_cf.dir/cf/cf_main.cpp.i
.PHONY : cf/cf_main.cpp.i

cf/cf_main.s: cf/cf_main.cpp.s
.PHONY : cf/cf_main.s

# target to generate assembly for a file
cf/cf_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_cf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_cf.dir/cf/cf_main.cpp.s
.PHONY : cf/cf_main.cpp.s

dbscan/dbscan_main.o: dbscan/dbscan_main.cpp.o
.PHONY : dbscan/dbscan_main.o

# target to build an object file
dbscan/dbscan_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/dbscan/dbscan_main.cpp.o
.PHONY : dbscan/dbscan_main.cpp.o

dbscan/dbscan_main.i: dbscan/dbscan_main.cpp.i
.PHONY : dbscan/dbscan_main.i

# target to preprocess a source file
dbscan/dbscan_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/dbscan/dbscan_main.cpp.i
.PHONY : dbscan/dbscan_main.cpp.i

dbscan/dbscan_main.s: dbscan/dbscan_main.cpp.s
.PHONY : dbscan/dbscan_main.s

# target to generate assembly for a file
dbscan/dbscan_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_dbscan.dir/dbscan/dbscan_main.cpp.s
.PHONY : dbscan/dbscan_main.cpp.s

decision_tree/decision_tree_main.o: decision_tree/decision_tree_main.cpp.o
.PHONY : decision_tree/decision_tree_main.o

# target to build an object file
decision_tree/decision_tree_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/decision_tree/decision_tree_main.cpp.o
.PHONY : decision_tree/decision_tree_main.cpp.o

decision_tree/decision_tree_main.i: decision_tree/decision_tree_main.cpp.i
.PHONY : decision_tree/decision_tree_main.i

# target to preprocess a source file
decision_tree/decision_tree_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/decision_tree/decision_tree_main.cpp.i
.PHONY : decision_tree/decision_tree_main.cpp.i

decision_tree/decision_tree_main.s: decision_tree/decision_tree_main.cpp.s
.PHONY : decision_tree/decision_tree_main.s

# target to generate assembly for a file
decision_tree/decision_tree_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_decision_tree.dir/decision_tree/decision_tree_main.cpp.s
.PHONY : decision_tree/decision_tree_main.cpp.s

det/det_main.o: det/det_main.cpp.o
.PHONY : det/det_main.o

# target to build an object file
det/det_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_det.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_det.dir/det/det_main.cpp.o
.PHONY : det/det_main.cpp.o

det/det_main.i: det/det_main.cpp.i
.PHONY : det/det_main.i

# target to preprocess a source file
det/det_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_det.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_det.dir/det/det_main.cpp.i
.PHONY : det/det_main.cpp.i

det/det_main.s: det/det_main.cpp.s
.PHONY : det/det_main.s

# target to generate assembly for a file
det/det_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_det.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_det.dir/det/det_main.cpp.s
.PHONY : det/det_main.cpp.s

emst/emst_main.o: emst/emst_main.cpp.o
.PHONY : emst/emst_main.o

# target to build an object file
emst/emst_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_emst.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_emst.dir/emst/emst_main.cpp.o
.PHONY : emst/emst_main.cpp.o

emst/emst_main.i: emst/emst_main.cpp.i
.PHONY : emst/emst_main.i

# target to preprocess a source file
emst/emst_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_emst.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_emst.dir/emst/emst_main.cpp.i
.PHONY : emst/emst_main.cpp.i

emst/emst_main.s: emst/emst_main.cpp.s
.PHONY : emst/emst_main.s

# target to generate assembly for a file
emst/emst_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_emst.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_emst.dir/emst/emst_main.cpp.s
.PHONY : emst/emst_main.cpp.s

fastmks/fastmks_main.o: fastmks/fastmks_main.cpp.o
.PHONY : fastmks/fastmks_main.o

# target to build an object file
fastmks/fastmks_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/fastmks/fastmks_main.cpp.o
.PHONY : fastmks/fastmks_main.cpp.o

fastmks/fastmks_main.i: fastmks/fastmks_main.cpp.i
.PHONY : fastmks/fastmks_main.i

# target to preprocess a source file
fastmks/fastmks_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/fastmks/fastmks_main.cpp.i
.PHONY : fastmks/fastmks_main.cpp.i

fastmks/fastmks_main.s: fastmks/fastmks_main.cpp.s
.PHONY : fastmks/fastmks_main.s

# target to generate assembly for a file
fastmks/fastmks_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_fastmks.dir/fastmks/fastmks_main.cpp.s
.PHONY : fastmks/fastmks_main.cpp.s

gmm/gmm_generate_main.o: gmm/gmm_generate_main.cpp.o
.PHONY : gmm/gmm_generate_main.o

# target to build an object file
gmm/gmm_generate_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/gmm/gmm_generate_main.cpp.o
.PHONY : gmm/gmm_generate_main.cpp.o

gmm/gmm_generate_main.i: gmm/gmm_generate_main.cpp.i
.PHONY : gmm/gmm_generate_main.i

# target to preprocess a source file
gmm/gmm_generate_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/gmm/gmm_generate_main.cpp.i
.PHONY : gmm/gmm_generate_main.cpp.i

gmm/gmm_generate_main.s: gmm/gmm_generate_main.cpp.s
.PHONY : gmm/gmm_generate_main.s

# target to generate assembly for a file
gmm/gmm_generate_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_generate.dir/gmm/gmm_generate_main.cpp.s
.PHONY : gmm/gmm_generate_main.cpp.s

gmm/gmm_probability_main.o: gmm/gmm_probability_main.cpp.o
.PHONY : gmm/gmm_probability_main.o

# target to build an object file
gmm/gmm_probability_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/gmm/gmm_probability_main.cpp.o
.PHONY : gmm/gmm_probability_main.cpp.o

gmm/gmm_probability_main.i: gmm/gmm_probability_main.cpp.i
.PHONY : gmm/gmm_probability_main.i

# target to preprocess a source file
gmm/gmm_probability_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/gmm/gmm_probability_main.cpp.i
.PHONY : gmm/gmm_probability_main.cpp.i

gmm/gmm_probability_main.s: gmm/gmm_probability_main.cpp.s
.PHONY : gmm/gmm_probability_main.s

# target to generate assembly for a file
gmm/gmm_probability_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_probability.dir/gmm/gmm_probability_main.cpp.s
.PHONY : gmm/gmm_probability_main.cpp.s

gmm/gmm_train_main.o: gmm/gmm_train_main.cpp.o
.PHONY : gmm/gmm_train_main.o

# target to build an object file
gmm/gmm_train_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/gmm/gmm_train_main.cpp.o
.PHONY : gmm/gmm_train_main.cpp.o

gmm/gmm_train_main.i: gmm/gmm_train_main.cpp.i
.PHONY : gmm/gmm_train_main.i

# target to preprocess a source file
gmm/gmm_train_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/gmm/gmm_train_main.cpp.i
.PHONY : gmm/gmm_train_main.cpp.i

gmm/gmm_train_main.s: gmm/gmm_train_main.cpp.s
.PHONY : gmm/gmm_train_main.s

# target to generate assembly for a file
gmm/gmm_train_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_gmm_train.dir/gmm/gmm_train_main.cpp.s
.PHONY : gmm/gmm_train_main.cpp.s

hmm/hmm_generate_main.o: hmm/hmm_generate_main.cpp.o
.PHONY : hmm/hmm_generate_main.o

# target to build an object file
hmm/hmm_generate_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/hmm/hmm_generate_main.cpp.o
.PHONY : hmm/hmm_generate_main.cpp.o

hmm/hmm_generate_main.i: hmm/hmm_generate_main.cpp.i
.PHONY : hmm/hmm_generate_main.i

# target to preprocess a source file
hmm/hmm_generate_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/hmm/hmm_generate_main.cpp.i
.PHONY : hmm/hmm_generate_main.cpp.i

hmm/hmm_generate_main.s: hmm/hmm_generate_main.cpp.s
.PHONY : hmm/hmm_generate_main.s

# target to generate assembly for a file
hmm/hmm_generate_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_generate.dir/hmm/hmm_generate_main.cpp.s
.PHONY : hmm/hmm_generate_main.cpp.s

hmm/hmm_loglik_main.o: hmm/hmm_loglik_main.cpp.o
.PHONY : hmm/hmm_loglik_main.o

# target to build an object file
hmm/hmm_loglik_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/hmm/hmm_loglik_main.cpp.o
.PHONY : hmm/hmm_loglik_main.cpp.o

hmm/hmm_loglik_main.i: hmm/hmm_loglik_main.cpp.i
.PHONY : hmm/hmm_loglik_main.i

# target to preprocess a source file
hmm/hmm_loglik_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/hmm/hmm_loglik_main.cpp.i
.PHONY : hmm/hmm_loglik_main.cpp.i

hmm/hmm_loglik_main.s: hmm/hmm_loglik_main.cpp.s
.PHONY : hmm/hmm_loglik_main.s

# target to generate assembly for a file
hmm/hmm_loglik_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_loglik.dir/hmm/hmm_loglik_main.cpp.s
.PHONY : hmm/hmm_loglik_main.cpp.s

hmm/hmm_train_main.o: hmm/hmm_train_main.cpp.o
.PHONY : hmm/hmm_train_main.o

# target to build an object file
hmm/hmm_train_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/hmm/hmm_train_main.cpp.o
.PHONY : hmm/hmm_train_main.cpp.o

hmm/hmm_train_main.i: hmm/hmm_train_main.cpp.i
.PHONY : hmm/hmm_train_main.i

# target to preprocess a source file
hmm/hmm_train_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/hmm/hmm_train_main.cpp.i
.PHONY : hmm/hmm_train_main.cpp.i

hmm/hmm_train_main.s: hmm/hmm_train_main.cpp.s
.PHONY : hmm/hmm_train_main.s

# target to generate assembly for a file
hmm/hmm_train_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_train.dir/hmm/hmm_train_main.cpp.s
.PHONY : hmm/hmm_train_main.cpp.s

hmm/hmm_viterbi_main.o: hmm/hmm_viterbi_main.cpp.o
.PHONY : hmm/hmm_viterbi_main.o

# target to build an object file
hmm/hmm_viterbi_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/hmm/hmm_viterbi_main.cpp.o
.PHONY : hmm/hmm_viterbi_main.cpp.o

hmm/hmm_viterbi_main.i: hmm/hmm_viterbi_main.cpp.i
.PHONY : hmm/hmm_viterbi_main.i

# target to preprocess a source file
hmm/hmm_viterbi_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/hmm/hmm_viterbi_main.cpp.i
.PHONY : hmm/hmm_viterbi_main.cpp.i

hmm/hmm_viterbi_main.s: hmm/hmm_viterbi_main.cpp.s
.PHONY : hmm/hmm_viterbi_main.s

# target to generate assembly for a file
hmm/hmm_viterbi_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hmm_viterbi.dir/hmm/hmm_viterbi_main.cpp.s
.PHONY : hmm/hmm_viterbi_main.cpp.s

hoeffding_trees/hoeffding_tree_main.o: hoeffding_trees/hoeffding_tree_main.cpp.o
.PHONY : hoeffding_trees/hoeffding_tree_main.o

# target to build an object file
hoeffding_trees/hoeffding_tree_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/hoeffding_trees/hoeffding_tree_main.cpp.o
.PHONY : hoeffding_trees/hoeffding_tree_main.cpp.o

hoeffding_trees/hoeffding_tree_main.i: hoeffding_trees/hoeffding_tree_main.cpp.i
.PHONY : hoeffding_trees/hoeffding_tree_main.i

# target to preprocess a source file
hoeffding_trees/hoeffding_tree_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/hoeffding_trees/hoeffding_tree_main.cpp.i
.PHONY : hoeffding_trees/hoeffding_tree_main.cpp.i

hoeffding_trees/hoeffding_tree_main.s: hoeffding_trees/hoeffding_tree_main.cpp.s
.PHONY : hoeffding_trees/hoeffding_tree_main.s

# target to generate assembly for a file
hoeffding_trees/hoeffding_tree_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_hoeffding_tree.dir/hoeffding_trees/hoeffding_tree_main.cpp.s
.PHONY : hoeffding_trees/hoeffding_tree_main.cpp.s

kde/kde_main.o: kde/kde_main.cpp.o
.PHONY : kde/kde_main.o

# target to build an object file
kde/kde_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kde.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kde.dir/kde/kde_main.cpp.o
.PHONY : kde/kde_main.cpp.o

kde/kde_main.i: kde/kde_main.cpp.i
.PHONY : kde/kde_main.i

# target to preprocess a source file
kde/kde_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kde.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kde.dir/kde/kde_main.cpp.i
.PHONY : kde/kde_main.cpp.i

kde/kde_main.s: kde/kde_main.cpp.s
.PHONY : kde/kde_main.s

# target to generate assembly for a file
kde/kde_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kde.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kde.dir/kde/kde_main.cpp.s
.PHONY : kde/kde_main.cpp.s

kernel_pca/kernel_pca_main.o: kernel_pca/kernel_pca_main.cpp.o
.PHONY : kernel_pca/kernel_pca_main.o

# target to build an object file
kernel_pca/kernel_pca_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/kernel_pca/kernel_pca_main.cpp.o
.PHONY : kernel_pca/kernel_pca_main.cpp.o

kernel_pca/kernel_pca_main.i: kernel_pca/kernel_pca_main.cpp.i
.PHONY : kernel_pca/kernel_pca_main.i

# target to preprocess a source file
kernel_pca/kernel_pca_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/kernel_pca/kernel_pca_main.cpp.i
.PHONY : kernel_pca/kernel_pca_main.cpp.i

kernel_pca/kernel_pca_main.s: kernel_pca/kernel_pca_main.cpp.s
.PHONY : kernel_pca/kernel_pca_main.s

# target to generate assembly for a file
kernel_pca/kernel_pca_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kernel_pca.dir/kernel_pca/kernel_pca_main.cpp.s
.PHONY : kernel_pca/kernel_pca_main.cpp.s

kmeans/kmeans_main.o: kmeans/kmeans_main.cpp.o
.PHONY : kmeans/kmeans_main.o

# target to build an object file
kmeans/kmeans_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/kmeans/kmeans_main.cpp.o
.PHONY : kmeans/kmeans_main.cpp.o

kmeans/kmeans_main.i: kmeans/kmeans_main.cpp.i
.PHONY : kmeans/kmeans_main.i

# target to preprocess a source file
kmeans/kmeans_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/kmeans/kmeans_main.cpp.i
.PHONY : kmeans/kmeans_main.cpp.i

kmeans/kmeans_main.s: kmeans/kmeans_main.cpp.s
.PHONY : kmeans/kmeans_main.s

# target to generate assembly for a file
kmeans/kmeans_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kmeans.dir/kmeans/kmeans_main.cpp.s
.PHONY : kmeans/kmeans_main.cpp.s

lars/lars_main.o: lars/lars_main.cpp.o
.PHONY : lars/lars_main.o

# target to build an object file
lars/lars_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lars.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lars.dir/lars/lars_main.cpp.o
.PHONY : lars/lars_main.cpp.o

lars/lars_main.i: lars/lars_main.cpp.i
.PHONY : lars/lars_main.i

# target to preprocess a source file
lars/lars_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lars.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lars.dir/lars/lars_main.cpp.i
.PHONY : lars/lars_main.cpp.i

lars/lars_main.s: lars/lars_main.cpp.s
.PHONY : lars/lars_main.s

# target to generate assembly for a file
lars/lars_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lars.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lars.dir/lars/lars_main.cpp.s
.PHONY : lars/lars_main.cpp.s

linear_regression/linear_regression_main.o: linear_regression/linear_regression_main.cpp.o
.PHONY : linear_regression/linear_regression_main.o

# target to build an object file
linear_regression/linear_regression_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/linear_regression/linear_regression_main.cpp.o
.PHONY : linear_regression/linear_regression_main.cpp.o

linear_regression/linear_regression_main.i: linear_regression/linear_regression_main.cpp.i
.PHONY : linear_regression/linear_regression_main.i

# target to preprocess a source file
linear_regression/linear_regression_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/linear_regression/linear_regression_main.cpp.i
.PHONY : linear_regression/linear_regression_main.cpp.i

linear_regression/linear_regression_main.s: linear_regression/linear_regression_main.cpp.s
.PHONY : linear_regression/linear_regression_main.s

# target to generate assembly for a file
linear_regression/linear_regression_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_regression.dir/linear_regression/linear_regression_main.cpp.s
.PHONY : linear_regression/linear_regression_main.cpp.s

linear_svm/linear_svm_main.o: linear_svm/linear_svm_main.cpp.o
.PHONY : linear_svm/linear_svm_main.o

# target to build an object file
linear_svm/linear_svm_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/linear_svm/linear_svm_main.cpp.o
.PHONY : linear_svm/linear_svm_main.cpp.o

linear_svm/linear_svm_main.i: linear_svm/linear_svm_main.cpp.i
.PHONY : linear_svm/linear_svm_main.i

# target to preprocess a source file
linear_svm/linear_svm_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/linear_svm/linear_svm_main.cpp.i
.PHONY : linear_svm/linear_svm_main.cpp.i

linear_svm/linear_svm_main.s: linear_svm/linear_svm_main.cpp.s
.PHONY : linear_svm/linear_svm_main.s

# target to generate assembly for a file
linear_svm/linear_svm_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_linear_svm.dir/linear_svm/linear_svm_main.cpp.s
.PHONY : linear_svm/linear_svm_main.cpp.s

lmnn/lmnn_main.o: lmnn/lmnn_main.cpp.o
.PHONY : lmnn/lmnn_main.o

# target to build an object file
lmnn/lmnn_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/lmnn/lmnn_main.cpp.o
.PHONY : lmnn/lmnn_main.cpp.o

lmnn/lmnn_main.i: lmnn/lmnn_main.cpp.i
.PHONY : lmnn/lmnn_main.i

# target to preprocess a source file
lmnn/lmnn_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/lmnn/lmnn_main.cpp.i
.PHONY : lmnn/lmnn_main.cpp.i

lmnn/lmnn_main.s: lmnn/lmnn_main.cpp.s
.PHONY : lmnn/lmnn_main.s

# target to generate assembly for a file
lmnn/lmnn_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lmnn.dir/lmnn/lmnn_main.cpp.s
.PHONY : lmnn/lmnn_main.cpp.s

local_coordinate_coding/local_coordinate_coding_main.o: local_coordinate_coding/local_coordinate_coding_main.cpp.o
.PHONY : local_coordinate_coding/local_coordinate_coding_main.o

# target to build an object file
local_coordinate_coding/local_coordinate_coding_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/local_coordinate_coding/local_coordinate_coding_main.cpp.o
.PHONY : local_coordinate_coding/local_coordinate_coding_main.cpp.o

local_coordinate_coding/local_coordinate_coding_main.i: local_coordinate_coding/local_coordinate_coding_main.cpp.i
.PHONY : local_coordinate_coding/local_coordinate_coding_main.i

# target to preprocess a source file
local_coordinate_coding/local_coordinate_coding_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/local_coordinate_coding/local_coordinate_coding_main.cpp.i
.PHONY : local_coordinate_coding/local_coordinate_coding_main.cpp.i

local_coordinate_coding/local_coordinate_coding_main.s: local_coordinate_coding/local_coordinate_coding_main.cpp.s
.PHONY : local_coordinate_coding/local_coordinate_coding_main.s

# target to generate assembly for a file
local_coordinate_coding/local_coordinate_coding_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_local_coordinate_coding.dir/local_coordinate_coding/local_coordinate_coding_main.cpp.s
.PHONY : local_coordinate_coding/local_coordinate_coding_main.cpp.s

logistic_regression/logistic_regression_main.o: logistic_regression/logistic_regression_main.cpp.o
.PHONY : logistic_regression/logistic_regression_main.o

# target to build an object file
logistic_regression/logistic_regression_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/logistic_regression/logistic_regression_main.cpp.o
.PHONY : logistic_regression/logistic_regression_main.cpp.o

logistic_regression/logistic_regression_main.i: logistic_regression/logistic_regression_main.cpp.i
.PHONY : logistic_regression/logistic_regression_main.i

# target to preprocess a source file
logistic_regression/logistic_regression_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/logistic_regression/logistic_regression_main.cpp.i
.PHONY : logistic_regression/logistic_regression_main.cpp.i

logistic_regression/logistic_regression_main.s: logistic_regression/logistic_regression_main.cpp.s
.PHONY : logistic_regression/logistic_regression_main.s

# target to generate assembly for a file
logistic_regression/logistic_regression_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_logistic_regression.dir/logistic_regression/logistic_regression_main.cpp.s
.PHONY : logistic_regression/logistic_regression_main.cpp.s

lsh/lsh_main.o: lsh/lsh_main.cpp.o
.PHONY : lsh/lsh_main.o

# target to build an object file
lsh/lsh_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/lsh/lsh_main.cpp.o
.PHONY : lsh/lsh_main.cpp.o

lsh/lsh_main.i: lsh/lsh_main.cpp.i
.PHONY : lsh/lsh_main.i

# target to preprocess a source file
lsh/lsh_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/lsh/lsh_main.cpp.i
.PHONY : lsh/lsh_main.cpp.i

lsh/lsh_main.s: lsh/lsh_main.cpp.s
.PHONY : lsh/lsh_main.s

# target to generate assembly for a file
lsh/lsh_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_lsh.dir/lsh/lsh_main.cpp.s
.PHONY : lsh/lsh_main.cpp.s

mean_shift/mean_shift_main.o: mean_shift/mean_shift_main.cpp.o
.PHONY : mean_shift/mean_shift_main.o

# target to build an object file
mean_shift/mean_shift_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/mean_shift/mean_shift_main.cpp.o
.PHONY : mean_shift/mean_shift_main.cpp.o

mean_shift/mean_shift_main.i: mean_shift/mean_shift_main.cpp.i
.PHONY : mean_shift/mean_shift_main.i

# target to preprocess a source file
mean_shift/mean_shift_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/mean_shift/mean_shift_main.cpp.i
.PHONY : mean_shift/mean_shift_main.cpp.i

mean_shift/mean_shift_main.s: mean_shift/mean_shift_main.cpp.s
.PHONY : mean_shift/mean_shift_main.s

# target to generate assembly for a file
mean_shift/mean_shift_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_mean_shift.dir/mean_shift/mean_shift_main.cpp.s
.PHONY : mean_shift/mean_shift_main.cpp.s

naive_bayes/nbc_main.o: naive_bayes/nbc_main.cpp.o
.PHONY : naive_bayes/nbc_main.o

# target to build an object file
naive_bayes/nbc_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/naive_bayes/nbc_main.cpp.o
.PHONY : naive_bayes/nbc_main.cpp.o

naive_bayes/nbc_main.i: naive_bayes/nbc_main.cpp.i
.PHONY : naive_bayes/nbc_main.i

# target to preprocess a source file
naive_bayes/nbc_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/naive_bayes/nbc_main.cpp.i
.PHONY : naive_bayes/nbc_main.cpp.i

naive_bayes/nbc_main.s: naive_bayes/nbc_main.cpp.s
.PHONY : naive_bayes/nbc_main.s

# target to generate assembly for a file
naive_bayes/nbc_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nbc.dir/naive_bayes/nbc_main.cpp.s
.PHONY : naive_bayes/nbc_main.cpp.s

nca/nca_main.o: nca/nca_main.cpp.o
.PHONY : nca/nca_main.o

# target to build an object file
nca/nca_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nca.dir/nca/nca_main.cpp.o
.PHONY : nca/nca_main.cpp.o

nca/nca_main.i: nca/nca_main.cpp.i
.PHONY : nca/nca_main.i

# target to preprocess a source file
nca/nca_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nca.dir/nca/nca_main.cpp.i
.PHONY : nca/nca_main.cpp.i

nca/nca_main.s: nca/nca_main.cpp.s
.PHONY : nca/nca_main.s

# target to generate assembly for a file
nca/nca_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nca.dir/nca/nca_main.cpp.s
.PHONY : nca/nca_main.cpp.s

neighbor_search/kfn_main.o: neighbor_search/kfn_main.cpp.o
.PHONY : neighbor_search/kfn_main.o

# target to build an object file
neighbor_search/kfn_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/neighbor_search/kfn_main.cpp.o
.PHONY : neighbor_search/kfn_main.cpp.o

neighbor_search/kfn_main.i: neighbor_search/kfn_main.cpp.i
.PHONY : neighbor_search/kfn_main.i

# target to preprocess a source file
neighbor_search/kfn_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/neighbor_search/kfn_main.cpp.i
.PHONY : neighbor_search/kfn_main.cpp.i

neighbor_search/kfn_main.s: neighbor_search/kfn_main.cpp.s
.PHONY : neighbor_search/kfn_main.s

# target to generate assembly for a file
neighbor_search/kfn_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_kfn.dir/neighbor_search/kfn_main.cpp.s
.PHONY : neighbor_search/kfn_main.cpp.s

neighbor_search/knn_main.o: neighbor_search/knn_main.cpp.o
.PHONY : neighbor_search/knn_main.o

# target to build an object file
neighbor_search/knn_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_knn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_knn.dir/neighbor_search/knn_main.cpp.o
.PHONY : neighbor_search/knn_main.cpp.o

neighbor_search/knn_main.i: neighbor_search/knn_main.cpp.i
.PHONY : neighbor_search/knn_main.i

# target to preprocess a source file
neighbor_search/knn_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_knn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_knn.dir/neighbor_search/knn_main.cpp.i
.PHONY : neighbor_search/knn_main.cpp.i

neighbor_search/knn_main.s: neighbor_search/knn_main.cpp.s
.PHONY : neighbor_search/knn_main.s

# target to generate assembly for a file
neighbor_search/knn_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_knn.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_knn.dir/neighbor_search/knn_main.cpp.s
.PHONY : neighbor_search/knn_main.cpp.s

nmf/nmf_main.o: nmf/nmf_main.cpp.o
.PHONY : nmf/nmf_main.o

# target to build an object file
nmf/nmf_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/nmf/nmf_main.cpp.o
.PHONY : nmf/nmf_main.cpp.o

nmf/nmf_main.i: nmf/nmf_main.cpp.i
.PHONY : nmf/nmf_main.i

# target to preprocess a source file
nmf/nmf_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/nmf/nmf_main.cpp.i
.PHONY : nmf/nmf_main.cpp.i

nmf/nmf_main.s: nmf/nmf_main.cpp.s
.PHONY : nmf/nmf_main.s

# target to generate assembly for a file
nmf/nmf_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_nmf.dir/nmf/nmf_main.cpp.s
.PHONY : nmf/nmf_main.cpp.s

pca/pca_main.o: pca/pca_main.cpp.o
.PHONY : pca/pca_main.o

# target to build an object file
pca/pca_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_pca.dir/pca/pca_main.cpp.o
.PHONY : pca/pca_main.cpp.o

pca/pca_main.i: pca/pca_main.cpp.i
.PHONY : pca/pca_main.i

# target to preprocess a source file
pca/pca_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_pca.dir/pca/pca_main.cpp.i
.PHONY : pca/pca_main.cpp.i

pca/pca_main.s: pca/pca_main.cpp.s
.PHONY : pca/pca_main.s

# target to generate assembly for a file
pca/pca_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_pca.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_pca.dir/pca/pca_main.cpp.s
.PHONY : pca/pca_main.cpp.s

perceptron/perceptron_main.o: perceptron/perceptron_main.cpp.o
.PHONY : perceptron/perceptron_main.o

# target to build an object file
perceptron/perceptron_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/perceptron/perceptron_main.cpp.o
.PHONY : perceptron/perceptron_main.cpp.o

perceptron/perceptron_main.i: perceptron/perceptron_main.cpp.i
.PHONY : perceptron/perceptron_main.i

# target to preprocess a source file
perceptron/perceptron_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/perceptron/perceptron_main.cpp.i
.PHONY : perceptron/perceptron_main.cpp.i

perceptron/perceptron_main.s: perceptron/perceptron_main.cpp.s
.PHONY : perceptron/perceptron_main.s

# target to generate assembly for a file
perceptron/perceptron_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_perceptron.dir/perceptron/perceptron_main.cpp.s
.PHONY : perceptron/perceptron_main.cpp.s

preprocess/image_converter_main.o: preprocess/image_converter_main.cpp.o
.PHONY : preprocess/image_converter_main.o

# target to build an object file
preprocess/image_converter_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/preprocess/image_converter_main.cpp.o
.PHONY : preprocess/image_converter_main.cpp.o

preprocess/image_converter_main.i: preprocess/image_converter_main.cpp.i
.PHONY : preprocess/image_converter_main.i

# target to preprocess a source file
preprocess/image_converter_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/preprocess/image_converter_main.cpp.i
.PHONY : preprocess/image_converter_main.cpp.i

preprocess/image_converter_main.s: preprocess/image_converter_main.cpp.s
.PHONY : preprocess/image_converter_main.s

# target to generate assembly for a file
preprocess/image_converter_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_image_converter.dir/preprocess/image_converter_main.cpp.s
.PHONY : preprocess/image_converter_main.cpp.s

preprocess/preprocess_binarize_main.o: preprocess/preprocess_binarize_main.cpp.o
.PHONY : preprocess/preprocess_binarize_main.o

# target to build an object file
preprocess/preprocess_binarize_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/preprocess/preprocess_binarize_main.cpp.o
.PHONY : preprocess/preprocess_binarize_main.cpp.o

preprocess/preprocess_binarize_main.i: preprocess/preprocess_binarize_main.cpp.i
.PHONY : preprocess/preprocess_binarize_main.i

# target to preprocess a source file
preprocess/preprocess_binarize_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/preprocess/preprocess_binarize_main.cpp.i
.PHONY : preprocess/preprocess_binarize_main.cpp.i

preprocess/preprocess_binarize_main.s: preprocess/preprocess_binarize_main.cpp.s
.PHONY : preprocess/preprocess_binarize_main.s

# target to generate assembly for a file
preprocess/preprocess_binarize_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_binarize.dir/preprocess/preprocess_binarize_main.cpp.s
.PHONY : preprocess/preprocess_binarize_main.cpp.s

preprocess/preprocess_describe_main.o: preprocess/preprocess_describe_main.cpp.o
.PHONY : preprocess/preprocess_describe_main.o

# target to build an object file
preprocess/preprocess_describe_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/preprocess/preprocess_describe_main.cpp.o
.PHONY : preprocess/preprocess_describe_main.cpp.o

preprocess/preprocess_describe_main.i: preprocess/preprocess_describe_main.cpp.i
.PHONY : preprocess/preprocess_describe_main.i

# target to preprocess a source file
preprocess/preprocess_describe_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/preprocess/preprocess_describe_main.cpp.i
.PHONY : preprocess/preprocess_describe_main.cpp.i

preprocess/preprocess_describe_main.s: preprocess/preprocess_describe_main.cpp.s
.PHONY : preprocess/preprocess_describe_main.s

# target to generate assembly for a file
preprocess/preprocess_describe_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_describe.dir/preprocess/preprocess_describe_main.cpp.s
.PHONY : preprocess/preprocess_describe_main.cpp.s

preprocess/preprocess_imputer_main.o: preprocess/preprocess_imputer_main.cpp.o
.PHONY : preprocess/preprocess_imputer_main.o

# target to build an object file
preprocess/preprocess_imputer_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/preprocess/preprocess_imputer_main.cpp.o
.PHONY : preprocess/preprocess_imputer_main.cpp.o

preprocess/preprocess_imputer_main.i: preprocess/preprocess_imputer_main.cpp.i
.PHONY : preprocess/preprocess_imputer_main.i

# target to preprocess a source file
preprocess/preprocess_imputer_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/preprocess/preprocess_imputer_main.cpp.i
.PHONY : preprocess/preprocess_imputer_main.cpp.i

preprocess/preprocess_imputer_main.s: preprocess/preprocess_imputer_main.cpp.s
.PHONY : preprocess/preprocess_imputer_main.s

# target to generate assembly for a file
preprocess/preprocess_imputer_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_imputer.dir/preprocess/preprocess_imputer_main.cpp.s
.PHONY : preprocess/preprocess_imputer_main.cpp.s

preprocess/preprocess_one_hot_encoding_main.o: preprocess/preprocess_one_hot_encoding_main.cpp.o
.PHONY : preprocess/preprocess_one_hot_encoding_main.o

# target to build an object file
preprocess/preprocess_one_hot_encoding_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/preprocess/preprocess_one_hot_encoding_main.cpp.o
.PHONY : preprocess/preprocess_one_hot_encoding_main.cpp.o

preprocess/preprocess_one_hot_encoding_main.i: preprocess/preprocess_one_hot_encoding_main.cpp.i
.PHONY : preprocess/preprocess_one_hot_encoding_main.i

# target to preprocess a source file
preprocess/preprocess_one_hot_encoding_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/preprocess/preprocess_one_hot_encoding_main.cpp.i
.PHONY : preprocess/preprocess_one_hot_encoding_main.cpp.i

preprocess/preprocess_one_hot_encoding_main.s: preprocess/preprocess_one_hot_encoding_main.cpp.s
.PHONY : preprocess/preprocess_one_hot_encoding_main.s

# target to generate assembly for a file
preprocess/preprocess_one_hot_encoding_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_one_hot_encoding.dir/preprocess/preprocess_one_hot_encoding_main.cpp.s
.PHONY : preprocess/preprocess_one_hot_encoding_main.cpp.s

preprocess/preprocess_scale_main.o: preprocess/preprocess_scale_main.cpp.o
.PHONY : preprocess/preprocess_scale_main.o

# target to build an object file
preprocess/preprocess_scale_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/preprocess/preprocess_scale_main.cpp.o
.PHONY : preprocess/preprocess_scale_main.cpp.o

preprocess/preprocess_scale_main.i: preprocess/preprocess_scale_main.cpp.i
.PHONY : preprocess/preprocess_scale_main.i

# target to preprocess a source file
preprocess/preprocess_scale_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/preprocess/preprocess_scale_main.cpp.i
.PHONY : preprocess/preprocess_scale_main.cpp.i

preprocess/preprocess_scale_main.s: preprocess/preprocess_scale_main.cpp.s
.PHONY : preprocess/preprocess_scale_main.s

# target to generate assembly for a file
preprocess/preprocess_scale_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_scale.dir/preprocess/preprocess_scale_main.cpp.s
.PHONY : preprocess/preprocess_scale_main.cpp.s

preprocess/preprocess_split_main.o: preprocess/preprocess_split_main.cpp.o
.PHONY : preprocess/preprocess_split_main.o

# target to build an object file
preprocess/preprocess_split_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/preprocess/preprocess_split_main.cpp.o
.PHONY : preprocess/preprocess_split_main.cpp.o

preprocess/preprocess_split_main.i: preprocess/preprocess_split_main.cpp.i
.PHONY : preprocess/preprocess_split_main.i

# target to preprocess a source file
preprocess/preprocess_split_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/preprocess/preprocess_split_main.cpp.i
.PHONY : preprocess/preprocess_split_main.cpp.i

preprocess/preprocess_split_main.s: preprocess/preprocess_split_main.cpp.s
.PHONY : preprocess/preprocess_split_main.s

# target to generate assembly for a file
preprocess/preprocess_split_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_preprocess_split.dir/preprocess/preprocess_split_main.cpp.s
.PHONY : preprocess/preprocess_split_main.cpp.s

radical/radical_main.o: radical/radical_main.cpp.o
.PHONY : radical/radical_main.o

# target to build an object file
radical/radical_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_radical.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_radical.dir/radical/radical_main.cpp.o
.PHONY : radical/radical_main.cpp.o

radical/radical_main.i: radical/radical_main.cpp.i
.PHONY : radical/radical_main.i

# target to preprocess a source file
radical/radical_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_radical.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_radical.dir/radical/radical_main.cpp.i
.PHONY : radical/radical_main.cpp.i

radical/radical_main.s: radical/radical_main.cpp.s
.PHONY : radical/radical_main.s

# target to generate assembly for a file
radical/radical_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_radical.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_radical.dir/radical/radical_main.cpp.s
.PHONY : radical/radical_main.cpp.s

random_forest/random_forest_main.o: random_forest/random_forest_main.cpp.o
.PHONY : random_forest/random_forest_main.o

# target to build an object file
random_forest/random_forest_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/random_forest/random_forest_main.cpp.o
.PHONY : random_forest/random_forest_main.cpp.o

random_forest/random_forest_main.i: random_forest/random_forest_main.cpp.i
.PHONY : random_forest/random_forest_main.i

# target to preprocess a source file
random_forest/random_forest_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/random_forest/random_forest_main.cpp.i
.PHONY : random_forest/random_forest_main.cpp.i

random_forest/random_forest_main.s: random_forest/random_forest_main.cpp.s
.PHONY : random_forest/random_forest_main.s

# target to generate assembly for a file
random_forest/random_forest_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_random_forest.dir/random_forest/random_forest_main.cpp.s
.PHONY : random_forest/random_forest_main.cpp.s

range_search/range_search_main.o: range_search/range_search_main.cpp.o
.PHONY : range_search/range_search_main.o

# target to build an object file
range_search/range_search_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/range_search/range_search_main.cpp.o
.PHONY : range_search/range_search_main.cpp.o

range_search/range_search_main.i: range_search/range_search_main.cpp.i
.PHONY : range_search/range_search_main.i

# target to preprocess a source file
range_search/range_search_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/range_search/range_search_main.cpp.i
.PHONY : range_search/range_search_main.cpp.i

range_search/range_search_main.s: range_search/range_search_main.cpp.s
.PHONY : range_search/range_search_main.s

# target to generate assembly for a file
range_search/range_search_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_range_search.dir/range_search/range_search_main.cpp.s
.PHONY : range_search/range_search_main.cpp.s

rann/krann_main.o: rann/krann_main.cpp.o
.PHONY : rann/krann_main.o

# target to build an object file
rann/krann_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_krann.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rann/krann_main.cpp.o
.PHONY : rann/krann_main.cpp.o

rann/krann_main.i: rann/krann_main.cpp.i
.PHONY : rann/krann_main.i

# target to preprocess a source file
rann/krann_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_krann.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rann/krann_main.cpp.i
.PHONY : rann/krann_main.cpp.i

rann/krann_main.s: rann/krann_main.cpp.s
.PHONY : rann/krann_main.s

# target to generate assembly for a file
rann/krann_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_krann.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_krann.dir/rann/krann_main.cpp.s
.PHONY : rann/krann_main.cpp.s

softmax_regression/softmax_regression_main.o: softmax_regression/softmax_regression_main.cpp.o
.PHONY : softmax_regression/softmax_regression_main.o

# target to build an object file
softmax_regression/softmax_regression_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/softmax_regression/softmax_regression_main.cpp.o
.PHONY : softmax_regression/softmax_regression_main.cpp.o

softmax_regression/softmax_regression_main.i: softmax_regression/softmax_regression_main.cpp.i
.PHONY : softmax_regression/softmax_regression_main.i

# target to preprocess a source file
softmax_regression/softmax_regression_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/softmax_regression/softmax_regression_main.cpp.i
.PHONY : softmax_regression/softmax_regression_main.cpp.i

softmax_regression/softmax_regression_main.s: softmax_regression/softmax_regression_main.cpp.s
.PHONY : softmax_regression/softmax_regression_main.s

# target to generate assembly for a file
softmax_regression/softmax_regression_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_softmax_regression.dir/softmax_regression/softmax_regression_main.cpp.s
.PHONY : softmax_regression/softmax_regression_main.cpp.s

sparse_coding/sparse_coding_main.o: sparse_coding/sparse_coding_main.cpp.o
.PHONY : sparse_coding/sparse_coding_main.o

# target to build an object file
sparse_coding/sparse_coding_main.cpp.o:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/sparse_coding/sparse_coding_main.cpp.o
.PHONY : sparse_coding/sparse_coding_main.cpp.o

sparse_coding/sparse_coding_main.i: sparse_coding/sparse_coding_main.cpp.i
.PHONY : sparse_coding/sparse_coding_main.i

# target to preprocess a source file
sparse_coding/sparse_coding_main.cpp.i:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/sparse_coding/sparse_coding_main.cpp.i
.PHONY : sparse_coding/sparse_coding_main.cpp.i

sparse_coding/sparse_coding_main.s: sparse_coding/sparse_coding_main.cpp.s
.PHONY : sparse_coding/sparse_coding_main.s

# target to generate assembly for a file
sparse_coding/sparse_coding_main.cpp.s:
	cd /builddir/build/BUILD/mlpack-4.2.1 && $(MAKE) $(MAKESILENT) -f src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/build.make src/mlpack/methods/CMakeFiles/mlpack_sparse_coding.dir/sparse_coding/sparse_coding_main.cpp.s
.PHONY : sparse_coding/sparse_coding_main.cpp.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 "... mlpack_adaboost"
	@echo "... mlpack_approx_kfn"
	@echo "... mlpack_bayesian_linear_regression"
	@echo "... mlpack_cf"
	@echo "... mlpack_dbscan"
	@echo "... mlpack_decision_tree"
	@echo "... mlpack_det"
	@echo "... mlpack_emst"
	@echo "... mlpack_fastmks"
	@echo "... mlpack_gmm_generate"
	@echo "... mlpack_gmm_probability"
	@echo "... mlpack_gmm_train"
	@echo "... mlpack_hmm_generate"
	@echo "... mlpack_hmm_loglik"
	@echo "... mlpack_hmm_train"
	@echo "... mlpack_hmm_viterbi"
	@echo "... mlpack_hoeffding_tree"
	@echo "... mlpack_image_converter"
	@echo "... mlpack_kde"
	@echo "... mlpack_kernel_pca"
	@echo "... mlpack_kfn"
	@echo "... mlpack_kmeans"
	@echo "... mlpack_knn"
	@echo "... mlpack_krann"
	@echo "... mlpack_lars"
	@echo "... mlpack_linear_regression"
	@echo "... mlpack_linear_svm"
	@echo "... mlpack_lmnn"
	@echo "... mlpack_local_coordinate_coding"
	@echo "... mlpack_logistic_regression"
	@echo "... mlpack_lsh"
	@echo "... mlpack_mean_shift"
	@echo "... mlpack_nbc"
	@echo "... mlpack_nca"
	@echo "... mlpack_nmf"
	@echo "... mlpack_pca"
	@echo "... mlpack_perceptron"
	@echo "... mlpack_preprocess_binarize"
	@echo "... mlpack_preprocess_describe"
	@echo "... mlpack_preprocess_imputer"
	@echo "... mlpack_preprocess_one_hot_encoding"
	@echo "... mlpack_preprocess_scale"
	@echo "... mlpack_preprocess_split"
	@echo "... mlpack_radical"
	@echo "... mlpack_random_forest"
	@echo "... mlpack_range_search"
	@echo "... mlpack_softmax_regression"
	@echo "... mlpack_sparse_coding"
	@echo "... adaboost/adaboost_main.o"
	@echo "... adaboost/adaboost_main.i"
	@echo "... adaboost/adaboost_main.s"
	@echo "... approx_kfn/approx_kfn_main.o"
	@echo "... approx_kfn/approx_kfn_main.i"
	@echo "... approx_kfn/approx_kfn_main.s"
	@echo "... bayesian_linear_regression/bayesian_linear_regression_main.o"
	@echo "... bayesian_linear_regression/bayesian_linear_regression_main.i"
	@echo "... bayesian_linear_regression/bayesian_linear_regression_main.s"
	@echo "... cf/cf_main.o"
	@echo "... cf/cf_main.i"
	@echo "... cf/cf_main.s"
	@echo "... dbscan/dbscan_main.o"
	@echo "... dbscan/dbscan_main.i"
	@echo "... dbscan/dbscan_main.s"
	@echo "... decision_tree/decision_tree_main.o"
	@echo "... decision_tree/decision_tree_main.i"
	@echo "... decision_tree/decision_tree_main.s"
	@echo "... det/det_main.o"
	@echo "... det/det_main.i"
	@echo "... det/det_main.s"
	@echo "... emst/emst_main.o"
	@echo "... emst/emst_main.i"
	@echo "... emst/emst_main.s"
	@echo "... fastmks/fastmks_main.o"
	@echo "... fastmks/fastmks_main.i"
	@echo "... fastmks/fastmks_main.s"
	@echo "... gmm/gmm_generate_main.o"
	@echo "... gmm/gmm_generate_main.i"
	@echo "... gmm/gmm_generate_main.s"
	@echo "... gmm/gmm_probability_main.o"
	@echo "... gmm/gmm_probability_main.i"
	@echo "... gmm/gmm_probability_main.s"
	@echo "... gmm/gmm_train_main.o"
	@echo "... gmm/gmm_train_main.i"
	@echo "... gmm/gmm_train_main.s"
	@echo "... hmm/hmm_generate_main.o"
	@echo "... hmm/hmm_generate_main.i"
	@echo "... hmm/hmm_generate_main.s"
	@echo "... hmm/hmm_loglik_main.o"
	@echo "... hmm/hmm_loglik_main.i"
	@echo "... hmm/hmm_loglik_main.s"
	@echo "... hmm/hmm_train_main.o"
	@echo "... hmm/hmm_train_main.i"
	@echo "... hmm/hmm_train_main.s"
	@echo "... hmm/hmm_viterbi_main.o"
	@echo "... hmm/hmm_viterbi_main.i"
	@echo "... hmm/hmm_viterbi_main.s"
	@echo "... hoeffding_trees/hoeffding_tree_main.o"
	@echo "... hoeffding_trees/hoeffding_tree_main.i"
	@echo "... hoeffding_trees/hoeffding_tree_main.s"
	@echo "... kde/kde_main.o"
	@echo "... kde/kde_main.i"
	@echo "... kde/kde_main.s"
	@echo "... kernel_pca/kernel_pca_main.o"
	@echo "... kernel_pca/kernel_pca_main.i"
	@echo "... kernel_pca/kernel_pca_main.s"
	@echo "... kmeans/kmeans_main.o"
	@echo "... kmeans/kmeans_main.i"
	@echo "... kmeans/kmeans_main.s"
	@echo "... lars/lars_main.o"
	@echo "... lars/lars_main.i"
	@echo "... lars/lars_main.s"
	@echo "... linear_regression/linear_regression_main.o"
	@echo "... linear_regression/linear_regression_main.i"
	@echo "... linear_regression/linear_regression_main.s"
	@echo "... linear_svm/linear_svm_main.o"
	@echo "... linear_svm/linear_svm_main.i"
	@echo "... linear_svm/linear_svm_main.s"
	@echo "... lmnn/lmnn_main.o"
	@echo "... lmnn/lmnn_main.i"
	@echo "... lmnn/lmnn_main.s"
	@echo "... local_coordinate_coding/local_coordinate_coding_main.o"
	@echo "... local_coordinate_coding/local_coordinate_coding_main.i"
	@echo "... local_coordinate_coding/local_coordinate_coding_main.s"
	@echo "... logistic_regression/logistic_regression_main.o"
	@echo "... logistic_regression/logistic_regression_main.i"
	@echo "... logistic_regression/logistic_regression_main.s"
	@echo "... lsh/lsh_main.o"
	@echo "... lsh/lsh_main.i"
	@echo "... lsh/lsh_main.s"
	@echo "... mean_shift/mean_shift_main.o"
	@echo "... mean_shift/mean_shift_main.i"
	@echo "... mean_shift/mean_shift_main.s"
	@echo "... naive_bayes/nbc_main.o"
	@echo "... naive_bayes/nbc_main.i"
	@echo "... naive_bayes/nbc_main.s"
	@echo "... nca/nca_main.o"
	@echo "... nca/nca_main.i"
	@echo "... nca/nca_main.s"
	@echo "... neighbor_search/kfn_main.o"
	@echo "... neighbor_search/kfn_main.i"
	@echo "... neighbor_search/kfn_main.s"
	@echo "... neighbor_search/knn_main.o"
	@echo "... neighbor_search/knn_main.i"
	@echo "... neighbor_search/knn_main.s"
	@echo "... nmf/nmf_main.o"
	@echo "... nmf/nmf_main.i"
	@echo "... nmf/nmf_main.s"
	@echo "... pca/pca_main.o"
	@echo "... pca/pca_main.i"
	@echo "... pca/pca_main.s"
	@echo "... perceptron/perceptron_main.o"
	@echo "... perceptron/perceptron_main.i"
	@echo "... perceptron/perceptron_main.s"
	@echo "... preprocess/image_converter_main.o"
	@echo "... preprocess/image_converter_main.i"
	@echo "... preprocess/image_converter_main.s"
	@echo "... preprocess/preprocess_binarize_main.o"
	@echo "... preprocess/preprocess_binarize_main.i"
	@echo "... preprocess/preprocess_binarize_main.s"
	@echo "... preprocess/preprocess_describe_main.o"
	@echo "... preprocess/preprocess_describe_main.i"
	@echo "... preprocess/preprocess_describe_main.s"
	@echo "... preprocess/preprocess_imputer_main.o"
	@echo "... preprocess/preprocess_imputer_main.i"
	@echo "... preprocess/preprocess_imputer_main.s"
	@echo "... preprocess/preprocess_one_hot_encoding_main.o"
	@echo "... preprocess/preprocess_one_hot_encoding_main.i"
	@echo "... preprocess/preprocess_one_hot_encoding_main.s"
	@echo "... preprocess/preprocess_scale_main.o"
	@echo "... preprocess/preprocess_scale_main.i"
	@echo "... preprocess/preprocess_scale_main.s"
	@echo "... preprocess/preprocess_split_main.o"
	@echo "... preprocess/preprocess_split_main.i"
	@echo "... preprocess/preprocess_split_main.s"
	@echo "... radical/radical_main.o"
	@echo "... radical/radical_main.i"
	@echo "... radical/radical_main.s"
	@echo "... random_forest/random_forest_main.o"
	@echo "... random_forest/random_forest_main.i"
	@echo "... random_forest/random_forest_main.s"
	@echo "... range_search/range_search_main.o"
	@echo "... range_search/range_search_main.i"
	@echo "... range_search/range_search_main.s"
	@echo "... rann/krann_main.o"
	@echo "... rann/krann_main.i"
	@echo "... rann/krann_main.s"
	@echo "... softmax_regression/softmax_regression_main.o"
	@echo "... softmax_regression/softmax_regression_main.i"
	@echo "... softmax_regression/softmax_regression_main.s"
	@echo "... sparse_coding/sparse_coding_main.o"
	@echo "... sparse_coding/sparse_coding_main.i"
	@echo "... sparse_coding/sparse_coding_main.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 /builddir/build/BUILD/mlpack-4.2.1 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

