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

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Disable VCS-based implicit rules.
% : %,v


# Disable VCS-based implicit rules.
% : RCS/%


# Disable VCS-based implicit rules.
% : RCS/%,v


# Disable VCS-based implicit rules.
% : SCCS/s.%


# Disable VCS-based implicit rules.
% : s.%


.SUFFIXES: .hpux_make_needs_suffix_list


# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.17.3/bin/cmake

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/edz/xlearn

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/edz/xlearn/build

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

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/local/Cellar/cmake/3.17.3/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components

.PHONY : list_install_components/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/local/Cellar/cmake/3.17.3/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/local/Cellar/cmake/3.17.3/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/edz/xlearn/build/CMakeFiles /Users/edz/xlearn/build/CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/edz/xlearn/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

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

#=============================================================================
# Target rules for targets named gtest_main

# Build rule for target.
gtest_main: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest_main
.PHONY : gtest_main

# fast build rule for target.
gtest_main/fast:
	$(MAKE) $(MAKESILENT) -f gtest/CMakeFiles/gtest_main.dir/build.make gtest/CMakeFiles/gtest_main.dir/build
.PHONY : gtest_main/fast

#=============================================================================
# Target rules for targets named gtest

# Build rule for target.
gtest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest
.PHONY : gtest

# fast build rule for target.
gtest/fast:
	$(MAKE) $(MAKESILENT) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast

#=============================================================================
# Target rules for targets named levenshtein_distance_test

# Build rule for target.
levenshtein_distance_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 levenshtein_distance_test
.PHONY : levenshtein_distance_test

# fast build rule for target.
levenshtein_distance_test/fast:
	$(MAKE) $(MAKESILENT) -f src/base/CMakeFiles/levenshtein_distance_test.dir/build.make src/base/CMakeFiles/levenshtein_distance_test.dir/build
.PHONY : levenshtein_distance_test/fast

#=============================================================================
# Target rules for targets named thread_pool_test

# Build rule for target.
thread_pool_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 thread_pool_test
.PHONY : thread_pool_test

# fast build rule for target.
thread_pool_test/fast:
	$(MAKE) $(MAKESILENT) -f src/base/CMakeFiles/thread_pool_test.dir/build.make src/base/CMakeFiles/thread_pool_test.dir/build
.PHONY : thread_pool_test/fast

#=============================================================================
# Target rules for targets named file_util_test

# Build rule for target.
file_util_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 file_util_test
.PHONY : file_util_test

# fast build rule for target.
file_util_test/fast:
	$(MAKE) $(MAKESILENT) -f src/base/CMakeFiles/file_util_test.dir/build.make src/base/CMakeFiles/file_util_test.dir/build
.PHONY : file_util_test/fast

#=============================================================================
# Target rules for targets named base

# Build rule for target.
base: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 base
.PHONY : base

# fast build rule for target.
base/fast:
	$(MAKE) $(MAKESILENT) -f src/base/CMakeFiles/base.dir/build.make src/base/CMakeFiles/base.dir/build
.PHONY : base/fast

#=============================================================================
# Target rules for targets named data_structure_test

# Build rule for target.
data_structure_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 data_structure_test
.PHONY : data_structure_test

# fast build rule for target.
data_structure_test/fast:
	$(MAKE) $(MAKESILENT) -f src/data/CMakeFiles/data_structure_test.dir/build.make src/data/CMakeFiles/data_structure_test.dir/build
.PHONY : data_structure_test/fast

#=============================================================================
# Target rules for targets named data

# Build rule for target.
data: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 data
.PHONY : data

# fast build rule for target.
data/fast:
	$(MAKE) $(MAKESILENT) -f src/data/CMakeFiles/data.dir/build.make src/data/CMakeFiles/data.dir/build
.PHONY : data/fast

#=============================================================================
# Target rules for targets named model_parameters_test

# Build rule for target.
model_parameters_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 model_parameters_test
.PHONY : model_parameters_test

# fast build rule for target.
model_parameters_test/fast:
	$(MAKE) $(MAKESILENT) -f src/data/CMakeFiles/model_parameters_test.dir/build.make src/data/CMakeFiles/model_parameters_test.dir/build
.PHONY : model_parameters_test/fast

#=============================================================================
# Target rules for targets named file_splitor_test

# Build rule for target.
file_splitor_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 file_splitor_test
.PHONY : file_splitor_test

# fast build rule for target.
file_splitor_test/fast:
	$(MAKE) $(MAKESILENT) -f src/reader/CMakeFiles/file_splitor_test.dir/build.make src/reader/CMakeFiles/file_splitor_test.dir/build
.PHONY : file_splitor_test/fast

#=============================================================================
# Target rules for targets named reader_test

# Build rule for target.
reader_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 reader_test
.PHONY : reader_test

# fast build rule for target.
reader_test/fast:
	$(MAKE) $(MAKESILENT) -f src/reader/CMakeFiles/reader_test.dir/build.make src/reader/CMakeFiles/reader_test.dir/build
.PHONY : reader_test/fast

#=============================================================================
# Target rules for targets named parser_test

# Build rule for target.
parser_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 parser_test
.PHONY : parser_test

# fast build rule for target.
parser_test/fast:
	$(MAKE) $(MAKESILENT) -f src/reader/CMakeFiles/parser_test.dir/build.make src/reader/CMakeFiles/parser_test.dir/build
.PHONY : parser_test/fast

#=============================================================================
# Target rules for targets named reader

# Build rule for target.
reader: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 reader
.PHONY : reader

# fast build rule for target.
reader/fast:
	$(MAKE) $(MAKESILENT) -f src/reader/CMakeFiles/reader.dir/build.make src/reader/CMakeFiles/reader.dir/build
.PHONY : reader/fast

#=============================================================================
# Target rules for targets named ffm_score_test

# Build rule for target.
ffm_score_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ffm_score_test
.PHONY : ffm_score_test

# fast build rule for target.
ffm_score_test/fast:
	$(MAKE) $(MAKESILENT) -f src/score/CMakeFiles/ffm_score_test.dir/build.make src/score/CMakeFiles/ffm_score_test.dir/build
.PHONY : ffm_score_test/fast

#=============================================================================
# Target rules for targets named fm_score_test

# Build rule for target.
fm_score_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fm_score_test
.PHONY : fm_score_test

# fast build rule for target.
fm_score_test/fast:
	$(MAKE) $(MAKESILENT) -f src/score/CMakeFiles/fm_score_test.dir/build.make src/score/CMakeFiles/fm_score_test.dir/build
.PHONY : fm_score_test/fast

#=============================================================================
# Target rules for targets named linear_score_test

# Build rule for target.
linear_score_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 linear_score_test
.PHONY : linear_score_test

# fast build rule for target.
linear_score_test/fast:
	$(MAKE) $(MAKESILENT) -f src/score/CMakeFiles/linear_score_test.dir/build.make src/score/CMakeFiles/linear_score_test.dir/build
.PHONY : linear_score_test/fast

#=============================================================================
# Target rules for targets named score_function_test

# Build rule for target.
score_function_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 score_function_test
.PHONY : score_function_test

# fast build rule for target.
score_function_test/fast:
	$(MAKE) $(MAKESILENT) -f src/score/CMakeFiles/score_function_test.dir/build.make src/score/CMakeFiles/score_function_test.dir/build
.PHONY : score_function_test/fast

#=============================================================================
# Target rules for targets named score

# Build rule for target.
score: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 score
.PHONY : score

# fast build rule for target.
score/fast:
	$(MAKE) $(MAKESILENT) -f src/score/CMakeFiles/score.dir/build.make src/score/CMakeFiles/score.dir/build
.PHONY : score/fast

#=============================================================================
# Target rules for targets named cross_entropy_loss_test

# Build rule for target.
cross_entropy_loss_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cross_entropy_loss_test
.PHONY : cross_entropy_loss_test

# fast build rule for target.
cross_entropy_loss_test/fast:
	$(MAKE) $(MAKESILENT) -f src/loss/CMakeFiles/cross_entropy_loss_test.dir/build.make src/loss/CMakeFiles/cross_entropy_loss_test.dir/build
.PHONY : cross_entropy_loss_test/fast

#=============================================================================
# Target rules for targets named metric_test

# Build rule for target.
metric_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 metric_test
.PHONY : metric_test

# fast build rule for target.
metric_test/fast:
	$(MAKE) $(MAKESILENT) -f src/loss/CMakeFiles/metric_test.dir/build.make src/loss/CMakeFiles/metric_test.dir/build
.PHONY : metric_test/fast

#=============================================================================
# Target rules for targets named loss

# Build rule for target.
loss: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 loss
.PHONY : loss

# fast build rule for target.
loss/fast:
	$(MAKE) $(MAKESILENT) -f src/loss/CMakeFiles/loss.dir/build.make src/loss/CMakeFiles/loss.dir/build
.PHONY : loss/fast

#=============================================================================
# Target rules for targets named squared_loss_test

# Build rule for target.
squared_loss_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 squared_loss_test
.PHONY : squared_loss_test

# fast build rule for target.
squared_loss_test/fast:
	$(MAKE) $(MAKESILENT) -f src/loss/CMakeFiles/squared_loss_test.dir/build.make src/loss/CMakeFiles/squared_loss_test.dir/build
.PHONY : squared_loss_test/fast

#=============================================================================
# Target rules for targets named loss_test

# Build rule for target.
loss_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 loss_test
.PHONY : loss_test

# fast build rule for target.
loss_test/fast:
	$(MAKE) $(MAKESILENT) -f src/loss/CMakeFiles/loss_test.dir/build.make src/loss/CMakeFiles/loss_test.dir/build
.PHONY : loss_test/fast

#=============================================================================
# Target rules for targets named xlearn_predict

# Build rule for target.
xlearn_predict: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xlearn_predict
.PHONY : xlearn_predict

# fast build rule for target.
xlearn_predict/fast:
	$(MAKE) $(MAKESILENT) -f src/solver/CMakeFiles/xlearn_predict.dir/build.make src/solver/CMakeFiles/xlearn_predict.dir/build
.PHONY : xlearn_predict/fast

#=============================================================================
# Target rules for targets named xlearn_train

# Build rule for target.
xlearn_train: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xlearn_train
.PHONY : xlearn_train

# fast build rule for target.
xlearn_train/fast:
	$(MAKE) $(MAKESILENT) -f src/solver/CMakeFiles/xlearn_train.dir/build.make src/solver/CMakeFiles/xlearn_train.dir/build
.PHONY : xlearn_train/fast

#=============================================================================
# Target rules for targets named solver

# Build rule for target.
solver: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 solver
.PHONY : solver

# fast build rule for target.
solver/fast:
	$(MAKE) $(MAKESILENT) -f src/solver/CMakeFiles/solver.dir/build.make src/solver/CMakeFiles/solver.dir/build
.PHONY : solver/fast

#=============================================================================
# Target rules for targets named parameter_server_test

# Build rule for target.
parameter_server_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 parameter_server_test
.PHONY : parameter_server_test

# fast build rule for target.
parameter_server_test/fast:
	$(MAKE) $(MAKESILENT) -f src/distributed/CMakeFiles/parameter_server_test.dir/build.make src/distributed/CMakeFiles/parameter_server_test.dir/build
.PHONY : parameter_server_test/fast

#=============================================================================
# Target rules for targets named distributed

# Build rule for target.
distributed: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 distributed
.PHONY : distributed

# fast build rule for target.
distributed/fast:
	$(MAKE) $(MAKESILENT) -f src/distributed/CMakeFiles/distributed.dir/build.make src/distributed/CMakeFiles/distributed.dir/build
.PHONY : distributed/fast

#=============================================================================
# Target rules for targets named c_api_test

# Build rule for target.
c_api_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 c_api_test
.PHONY : c_api_test

# fast build rule for target.
c_api_test/fast:
	$(MAKE) $(MAKESILENT) -f src/c_api/CMakeFiles/c_api_test.dir/build.make src/c_api/CMakeFiles/c_api_test.dir/build
.PHONY : c_api_test/fast

#=============================================================================
# Target rules for targets named xlearn_api_shared

# Build rule for target.
xlearn_api_shared: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xlearn_api_shared
.PHONY : xlearn_api_shared

# fast build rule for target.
xlearn_api_shared/fast:
	$(MAKE) $(MAKESILENT) -f src/c_api/CMakeFiles/xlearn_api_shared.dir/build.make src/c_api/CMakeFiles/xlearn_api_shared.dir/build
.PHONY : xlearn_api_shared/fast

#=============================================================================
# Target rules for targets named xlearn_api

# Build rule for target.
xlearn_api: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 xlearn_api
.PHONY : xlearn_api

# fast build rule for target.
xlearn_api/fast:
	$(MAKE) $(MAKESILENT) -f src/c_api/CMakeFiles/xlearn_api.dir/build.make src/c_api/CMakeFiles/xlearn_api.dir/build
.PHONY : xlearn_api/fast

# 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 "... base"
	@echo "... c_api_test"
	@echo "... cross_entropy_loss_test"
	@echo "... data"
	@echo "... data_structure_test"
	@echo "... distributed"
	@echo "... ffm_score_test"
	@echo "... file_splitor_test"
	@echo "... file_util_test"
	@echo "... fm_score_test"
	@echo "... gtest"
	@echo "... gtest_main"
	@echo "... levenshtein_distance_test"
	@echo "... linear_score_test"
	@echo "... loss"
	@echo "... loss_test"
	@echo "... metric_test"
	@echo "... model_parameters_test"
	@echo "... parameter_server_test"
	@echo "... parser_test"
	@echo "... reader"
	@echo "... reader_test"
	@echo "... score"
	@echo "... score_function_test"
	@echo "... solver"
	@echo "... squared_loss_test"
	@echo "... thread_pool_test"
	@echo "... xlearn_api"
	@echo "... xlearn_api_shared"
	@echo "... xlearn_predict"
	@echo "... xlearn_train"
.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

