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

# 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:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# 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 = /home/tad/apps/clion-2018.3.4/bin/cmake/linux/bin/cmake

# The command to remove a file.
RM = /home/tad/apps/clion-2018.3.4/bin/cmake/linux/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/tad/influxexample/pyad/pyad/pyad/src

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/tad/influxexample/pyad/pyad/pyad/src/cmake-build-debug

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/home/tad/apps/clion-2018.3.4/bin/cmake/linux/bin/cmake -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 "No interactive CMake dialog available..."
	/home/tad/apps/clion-2018.3.4/bin/cmake/linux/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

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

.PHONY : edit_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/tad/influxexample/pyad/pyad/pyad/src/cmake-build-debug/CMakeFiles /home/tad/influxexample/pyad/pyad/pyad/src/cmake-build-debug/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/tad/influxexample/pyad/pyad/pyad/src/cmake-build-debug/CMakeFiles 0
.PHONY : all

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

# The main clean target
clean/fast: clean

.PHONY : clean/fast

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

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -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 iforestlib

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

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

# target to build an object file
bagged_forest.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/bagged_forest.o
.PHONY : bagged_forest.o

# target to preprocess a source file
bagged_forest.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/bagged_forest.i
.PHONY : bagged_forest.i

# target to generate assembly for a file
bagged_forest.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/bagged_forest.s
.PHONY : bagged_forest.s

# target to build an object file
command_parser.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/command_parser.o
.PHONY : command_parser.o

# target to preprocess a source file
command_parser.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/command_parser.i
.PHONY : command_parser.i

# target to generate assembly for a file
command_parser.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/command_parser.s
.PHONY : command_parser.s

# target to build an object file
facade_forest.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/facade_forest.o
.PHONY : facade_forest.o

# target to preprocess a source file
facade_forest.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/facade_forest.i
.PHONY : facade_forest.i

# target to generate assembly for a file
facade_forest.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/facade_forest.s
.PHONY : facade_forest.s

# target to build an object file
forest.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/forest.o
.PHONY : forest.o

# target to preprocess a source file
forest.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/forest.i
.PHONY : forest.i

# target to generate assembly for a file
forest.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/forest.s
.PHONY : forest.s

# target to build an object file
isolation_forest.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/isolation_forest.o
.PHONY : isolation_forest.o

# target to preprocess a source file
isolation_forest.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/isolation_forest.i
.PHONY : isolation_forest.i

# target to generate assembly for a file
isolation_forest.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/isolation_forest.s
.PHONY : isolation_forest.s

# target to build an object file
log_writer.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/log_writer.o
.PHONY : log_writer.o

# target to preprocess a source file
log_writer.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/log_writer.i
.PHONY : log_writer.i

# target to generate assembly for a file
log_writer.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/log_writer.s
.PHONY : log_writer.s

# target to build an object file
main.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/main.o
.PHONY : main.o

# target to preprocess a source file
main.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/main.i
.PHONY : main.i

# target to generate assembly for a file
main.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/main.s
.PHONY : main.s

# target to build an object file
metric.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/metric.o
.PHONY : metric.o

# target to preprocess a source file
metric.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/metric.i
.PHONY : metric.i

# target to generate assembly for a file
metric.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/metric.s
.PHONY : metric.s

# target to build an object file
stat/io_parser.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/stat/io_parser.o
.PHONY : stat/io_parser.o

# target to preprocess a source file
stat/io_parser.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/stat/io_parser.i
.PHONY : stat/io_parser.i

# target to generate assembly for a file
stat/io_parser.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/stat/io_parser.s
.PHONY : stat/io_parser.s

# target to build an object file
tree.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/tree.o
.PHONY : tree.o

# target to preprocess a source file
tree.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/tree.i
.PHONY : tree.i

# target to generate assembly for a file
tree.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/tree.s
.PHONY : tree.s

# target to build an object file
utility.o:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/utility.o
.PHONY : utility.o

# target to preprocess a source file
utility.i:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/utility.i
.PHONY : utility.i

# target to generate assembly for a file
utility.s:
	$(MAKE) -f CMakeFiles/iforestlib.dir/build.make CMakeFiles/iforestlib.dir/utility.s
.PHONY : utility.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 "... rebuild_cache"
	@echo "... iforestlib"
	@echo "... edit_cache"
	@echo "... bagged_forest.o"
	@echo "... bagged_forest.i"
	@echo "... bagged_forest.s"
	@echo "... command_parser.o"
	@echo "... command_parser.i"
	@echo "... command_parser.s"
	@echo "... facade_forest.o"
	@echo "... facade_forest.i"
	@echo "... facade_forest.s"
	@echo "... forest.o"
	@echo "... forest.i"
	@echo "... forest.s"
	@echo "... isolation_forest.o"
	@echo "... isolation_forest.i"
	@echo "... isolation_forest.s"
	@echo "... log_writer.o"
	@echo "... log_writer.i"
	@echo "... log_writer.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... metric.o"
	@echo "... metric.i"
	@echo "... metric.s"
	@echo "... stat/io_parser.o"
	@echo "... stat/io_parser.i"
	@echo "... stat/io_parser.s"
	@echo "... tree.o"
	@echo "... tree.i"
	@echo "... tree.s"
	@echo "... utility.o"
	@echo "... utility.i"
	@echo "... utility.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:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

