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

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

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

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

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

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

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

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

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

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

.SUFFIXES: .hpux_make_needs_suffix_list

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

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

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

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

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

# The CMake executable.
CMAKE_COMMAND = /usr/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 = /home/hetoku/data/work/teide

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/hetoku/data/work/teide/build_release

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

# 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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

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

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

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

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

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

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/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/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 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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hetoku/data/work/teide/build_release/CMakeFiles /home/hetoku/data/work/teide/build_release//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hetoku/data/work/teide/build_release/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 teide_static

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

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

#=============================================================================
# Target rules for targets named teide

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

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

#=============================================================================
# Target rules for targets named test_teide

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

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

src/core/block.o: src/core/block.c.o
.PHONY : src/core/block.o

# target to build an object file
src/core/block.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/block.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/block.c.o
.PHONY : src/core/block.c.o

src/core/block.i: src/core/block.c.i
.PHONY : src/core/block.i

# target to preprocess a source file
src/core/block.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/block.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/block.c.i
.PHONY : src/core/block.c.i

src/core/block.s: src/core/block.c.s
.PHONY : src/core/block.s

# target to generate assembly for a file
src/core/block.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/block.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/block.c.s
.PHONY : src/core/block.c.s

src/core/err.o: src/core/err.c.o
.PHONY : src/core/err.o

# target to build an object file
src/core/err.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/err.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/err.c.o
.PHONY : src/core/err.c.o

src/core/err.i: src/core/err.c.i
.PHONY : src/core/err.i

# target to preprocess a source file
src/core/err.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/err.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/err.c.i
.PHONY : src/core/err.c.i

src/core/err.s: src/core/err.c.s
.PHONY : src/core/err.s

# target to generate assembly for a file
src/core/err.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/err.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/err.c.s
.PHONY : src/core/err.c.s

src/core/platform.o: src/core/platform.c.o
.PHONY : src/core/platform.o

# target to build an object file
src/core/platform.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/platform.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/platform.c.o
.PHONY : src/core/platform.c.o

src/core/platform.i: src/core/platform.c.i
.PHONY : src/core/platform.i

# target to preprocess a source file
src/core/platform.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/platform.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/platform.c.i
.PHONY : src/core/platform.c.i

src/core/platform.s: src/core/platform.c.s
.PHONY : src/core/platform.s

# target to generate assembly for a file
src/core/platform.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/platform.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/platform.c.s
.PHONY : src/core/platform.c.s

src/core/types.o: src/core/types.c.o
.PHONY : src/core/types.o

# target to build an object file
src/core/types.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/types.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/types.c.o
.PHONY : src/core/types.c.o

src/core/types.i: src/core/types.c.i
.PHONY : src/core/types.i

# target to preprocess a source file
src/core/types.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/types.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/types.c.i
.PHONY : src/core/types.c.i

src/core/types.s: src/core/types.c.s
.PHONY : src/core/types.s

# target to generate assembly for a file
src/core/types.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/core/types.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/core/types.c.s
.PHONY : src/core/types.c.s

src/io/csv.o: src/io/csv.c.o
.PHONY : src/io/csv.o

# target to build an object file
src/io/csv.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/io/csv.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/io/csv.c.o
.PHONY : src/io/csv.c.o

src/io/csv.i: src/io/csv.c.i
.PHONY : src/io/csv.i

# target to preprocess a source file
src/io/csv.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/io/csv.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/io/csv.c.i
.PHONY : src/io/csv.c.i

src/io/csv.s: src/io/csv.c.s
.PHONY : src/io/csv.s

# target to generate assembly for a file
src/io/csv.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/io/csv.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/io/csv.c.s
.PHONY : src/io/csv.c.s

src/mem/arena.o: src/mem/arena.c.o
.PHONY : src/mem/arena.o

# target to build an object file
src/mem/arena.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/arena.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/arena.c.o
.PHONY : src/mem/arena.c.o

src/mem/arena.i: src/mem/arena.c.i
.PHONY : src/mem/arena.i

# target to preprocess a source file
src/mem/arena.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/arena.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/arena.c.i
.PHONY : src/mem/arena.c.i

src/mem/arena.s: src/mem/arena.c.s
.PHONY : src/mem/arena.s

# target to generate assembly for a file
src/mem/arena.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/arena.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/arena.c.s
.PHONY : src/mem/arena.c.s

src/mem/buddy.o: src/mem/buddy.c.o
.PHONY : src/mem/buddy.o

# target to build an object file
src/mem/buddy.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/buddy.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/buddy.c.o
.PHONY : src/mem/buddy.c.o

src/mem/buddy.i: src/mem/buddy.c.i
.PHONY : src/mem/buddy.i

# target to preprocess a source file
src/mem/buddy.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/buddy.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/buddy.c.i
.PHONY : src/mem/buddy.c.i

src/mem/buddy.s: src/mem/buddy.c.s
.PHONY : src/mem/buddy.s

# target to generate assembly for a file
src/mem/buddy.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/buddy.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/buddy.c.s
.PHONY : src/mem/buddy.c.s

src/mem/cow.o: src/mem/cow.c.o
.PHONY : src/mem/cow.o

# target to build an object file
src/mem/cow.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/cow.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/cow.c.o
.PHONY : src/mem/cow.c.o

src/mem/cow.i: src/mem/cow.c.i
.PHONY : src/mem/cow.i

# target to preprocess a source file
src/mem/cow.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/cow.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/cow.c.i
.PHONY : src/mem/cow.c.i

src/mem/cow.s: src/mem/cow.c.s
.PHONY : src/mem/cow.s

# target to generate assembly for a file
src/mem/cow.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/mem/cow.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/mem/cow.c.s
.PHONY : src/mem/cow.c.s

src/ops/exec.o: src/ops/exec.c.o
.PHONY : src/ops/exec.o

# target to build an object file
src/ops/exec.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/exec.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/exec.c.o
.PHONY : src/ops/exec.c.o

src/ops/exec.i: src/ops/exec.c.i
.PHONY : src/ops/exec.i

# target to preprocess a source file
src/ops/exec.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/exec.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/exec.c.i
.PHONY : src/ops/exec.c.i

src/ops/exec.s: src/ops/exec.c.s
.PHONY : src/ops/exec.s

# target to generate assembly for a file
src/ops/exec.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/exec.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/exec.c.s
.PHONY : src/ops/exec.c.s

src/ops/fuse.o: src/ops/fuse.c.o
.PHONY : src/ops/fuse.o

# target to build an object file
src/ops/fuse.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/fuse.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/fuse.c.o
.PHONY : src/ops/fuse.c.o

src/ops/fuse.i: src/ops/fuse.c.i
.PHONY : src/ops/fuse.i

# target to preprocess a source file
src/ops/fuse.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/fuse.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/fuse.c.i
.PHONY : src/ops/fuse.c.i

src/ops/fuse.s: src/ops/fuse.c.s
.PHONY : src/ops/fuse.s

# target to generate assembly for a file
src/ops/fuse.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/fuse.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/fuse.c.s
.PHONY : src/ops/fuse.c.s

src/ops/graph.o: src/ops/graph.c.o
.PHONY : src/ops/graph.o

# target to build an object file
src/ops/graph.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/graph.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/graph.c.o
.PHONY : src/ops/graph.c.o

src/ops/graph.i: src/ops/graph.c.i
.PHONY : src/ops/graph.i

# target to preprocess a source file
src/ops/graph.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/graph.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/graph.c.i
.PHONY : src/ops/graph.c.i

src/ops/graph.s: src/ops/graph.c.s
.PHONY : src/ops/graph.s

# target to generate assembly for a file
src/ops/graph.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/graph.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/graph.c.s
.PHONY : src/ops/graph.c.s

src/ops/morsel.o: src/ops/morsel.c.o
.PHONY : src/ops/morsel.o

# target to build an object file
src/ops/morsel.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/morsel.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/morsel.c.o
.PHONY : src/ops/morsel.c.o

src/ops/morsel.i: src/ops/morsel.c.i
.PHONY : src/ops/morsel.i

# target to preprocess a source file
src/ops/morsel.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/morsel.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/morsel.c.i
.PHONY : src/ops/morsel.c.i

src/ops/morsel.s: src/ops/morsel.c.s
.PHONY : src/ops/morsel.s

# target to generate assembly for a file
src/ops/morsel.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/morsel.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/morsel.c.s
.PHONY : src/ops/morsel.c.s

src/ops/opt.o: src/ops/opt.c.o
.PHONY : src/ops/opt.o

# target to build an object file
src/ops/opt.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/opt.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/opt.c.o
.PHONY : src/ops/opt.c.o

src/ops/opt.i: src/ops/opt.c.i
.PHONY : src/ops/opt.i

# target to preprocess a source file
src/ops/opt.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/opt.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/opt.c.i
.PHONY : src/ops/opt.c.i

src/ops/opt.s: src/ops/opt.c.s
.PHONY : src/ops/opt.s

# target to generate assembly for a file
src/ops/opt.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/opt.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/opt.c.s
.PHONY : src/ops/opt.c.s

src/ops/pipe.o: src/ops/pipe.c.o
.PHONY : src/ops/pipe.o

# target to build an object file
src/ops/pipe.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pipe.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pipe.c.o
.PHONY : src/ops/pipe.c.o

src/ops/pipe.i: src/ops/pipe.c.i
.PHONY : src/ops/pipe.i

# target to preprocess a source file
src/ops/pipe.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pipe.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pipe.c.i
.PHONY : src/ops/pipe.c.i

src/ops/pipe.s: src/ops/pipe.c.s
.PHONY : src/ops/pipe.s

# target to generate assembly for a file
src/ops/pipe.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pipe.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pipe.c.s
.PHONY : src/ops/pipe.c.s

src/ops/plan.o: src/ops/plan.c.o
.PHONY : src/ops/plan.o

# target to build an object file
src/ops/plan.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/plan.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/plan.c.o
.PHONY : src/ops/plan.c.o

src/ops/plan.i: src/ops/plan.c.i
.PHONY : src/ops/plan.i

# target to preprocess a source file
src/ops/plan.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/plan.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/plan.c.i
.PHONY : src/ops/plan.c.i

src/ops/plan.s: src/ops/plan.c.s
.PHONY : src/ops/plan.s

# target to generate assembly for a file
src/ops/plan.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/plan.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/plan.c.s
.PHONY : src/ops/plan.c.s

src/ops/pool.o: src/ops/pool.c.o
.PHONY : src/ops/pool.o

# target to build an object file
src/ops/pool.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pool.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pool.c.o
.PHONY : src/ops/pool.c.o

src/ops/pool.i: src/ops/pool.c.i
.PHONY : src/ops/pool.i

# target to preprocess a source file
src/ops/pool.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pool.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pool.c.i
.PHONY : src/ops/pool.c.i

src/ops/pool.s: src/ops/pool.c.s
.PHONY : src/ops/pool.s

# target to generate assembly for a file
src/ops/pool.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/ops/pool.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/ops/pool.c.s
.PHONY : src/ops/pool.c.s

src/store/col.o: src/store/col.c.o
.PHONY : src/store/col.o

# target to build an object file
src/store/col.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/col.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/col.c.o
.PHONY : src/store/col.c.o

src/store/col.i: src/store/col.c.i
.PHONY : src/store/col.i

# target to preprocess a source file
src/store/col.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/col.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/col.c.i
.PHONY : src/store/col.c.i

src/store/col.s: src/store/col.c.s
.PHONY : src/store/col.s

# target to generate assembly for a file
src/store/col.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/col.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/col.c.s
.PHONY : src/store/col.c.s

src/store/meta.o: src/store/meta.c.o
.PHONY : src/store/meta.o

# target to build an object file
src/store/meta.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/meta.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/meta.c.o
.PHONY : src/store/meta.c.o

src/store/meta.i: src/store/meta.c.i
.PHONY : src/store/meta.i

# target to preprocess a source file
src/store/meta.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/meta.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/meta.c.i
.PHONY : src/store/meta.c.i

src/store/meta.s: src/store/meta.c.s
.PHONY : src/store/meta.s

# target to generate assembly for a file
src/store/meta.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/meta.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/meta.c.s
.PHONY : src/store/meta.c.s

src/store/part.o: src/store/part.c.o
.PHONY : src/store/part.o

# target to build an object file
src/store/part.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/part.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/part.c.o
.PHONY : src/store/part.c.o

src/store/part.i: src/store/part.c.i
.PHONY : src/store/part.i

# target to preprocess a source file
src/store/part.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/part.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/part.c.i
.PHONY : src/store/part.c.i

src/store/part.s: src/store/part.c.s
.PHONY : src/store/part.s

# target to generate assembly for a file
src/store/part.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/part.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/part.c.s
.PHONY : src/store/part.c.s

src/store/splay.o: src/store/splay.c.o
.PHONY : src/store/splay.o

# target to build an object file
src/store/splay.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/splay.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/splay.c.o
.PHONY : src/store/splay.c.o

src/store/splay.i: src/store/splay.c.i
.PHONY : src/store/splay.i

# target to preprocess a source file
src/store/splay.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/splay.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/splay.c.i
.PHONY : src/store/splay.c.i

src/store/splay.s: src/store/splay.c.s
.PHONY : src/store/splay.s

# target to generate assembly for a file
src/store/splay.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/store/splay.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/store/splay.c.s
.PHONY : src/store/splay.c.s

src/table/sym.o: src/table/sym.c.o
.PHONY : src/table/sym.o

# target to build an object file
src/table/sym.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/sym.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/sym.c.o
.PHONY : src/table/sym.c.o

src/table/sym.i: src/table/sym.c.i
.PHONY : src/table/sym.i

# target to preprocess a source file
src/table/sym.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/sym.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/sym.c.i
.PHONY : src/table/sym.c.i

src/table/sym.s: src/table/sym.c.s
.PHONY : src/table/sym.s

# target to generate assembly for a file
src/table/sym.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/sym.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/sym.c.s
.PHONY : src/table/sym.c.s

src/table/table.o: src/table/table.c.o
.PHONY : src/table/table.o

# target to build an object file
src/table/table.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/table.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/table.c.o
.PHONY : src/table/table.c.o

src/table/table.i: src/table/table.c.i
.PHONY : src/table/table.i

# target to preprocess a source file
src/table/table.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/table.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/table.c.i
.PHONY : src/table/table.c.i

src/table/table.s: src/table/table.c.s
.PHONY : src/table/table.s

# target to generate assembly for a file
src/table/table.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/table/table.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/table/table.c.s
.PHONY : src/table/table.c.s

src/vec/atom.o: src/vec/atom.c.o
.PHONY : src/vec/atom.o

# target to build an object file
src/vec/atom.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/atom.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/atom.c.o
.PHONY : src/vec/atom.c.o

src/vec/atom.i: src/vec/atom.c.i
.PHONY : src/vec/atom.i

# target to preprocess a source file
src/vec/atom.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/atom.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/atom.c.i
.PHONY : src/vec/atom.c.i

src/vec/atom.s: src/vec/atom.c.s
.PHONY : src/vec/atom.s

# target to generate assembly for a file
src/vec/atom.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/atom.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/atom.c.s
.PHONY : src/vec/atom.c.s

src/vec/list.o: src/vec/list.c.o
.PHONY : src/vec/list.o

# target to build an object file
src/vec/list.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/list.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/list.c.o
.PHONY : src/vec/list.c.o

src/vec/list.i: src/vec/list.c.i
.PHONY : src/vec/list.i

# target to preprocess a source file
src/vec/list.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/list.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/list.c.i
.PHONY : src/vec/list.c.i

src/vec/list.s: src/vec/list.c.s
.PHONY : src/vec/list.s

# target to generate assembly for a file
src/vec/list.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/list.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/list.c.s
.PHONY : src/vec/list.c.s

src/vec/str.o: src/vec/str.c.o
.PHONY : src/vec/str.o

# target to build an object file
src/vec/str.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/str.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/str.c.o
.PHONY : src/vec/str.c.o

src/vec/str.i: src/vec/str.c.i
.PHONY : src/vec/str.i

# target to preprocess a source file
src/vec/str.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/str.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/str.c.i
.PHONY : src/vec/str.c.i

src/vec/str.s: src/vec/str.c.s
.PHONY : src/vec/str.s

# target to generate assembly for a file
src/vec/str.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/str.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/str.c.s
.PHONY : src/vec/str.c.s

src/vec/vec.o: src/vec/vec.c.o
.PHONY : src/vec/vec.o

# target to build an object file
src/vec/vec.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/vec.c.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/vec.c.o
.PHONY : src/vec/vec.c.o

src/vec/vec.i: src/vec/vec.c.i
.PHONY : src/vec/vec.i

# target to preprocess a source file
src/vec/vec.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/vec.c.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/vec.c.i
.PHONY : src/vec/vec.c.i

src/vec/vec.s: src/vec/vec.c.s
.PHONY : src/vec/vec.s

# target to generate assembly for a file
src/vec/vec.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide_static.dir/build.make CMakeFiles/teide_static.dir/src/vec/vec.c.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/teide.dir/build.make CMakeFiles/teide.dir/src/vec/vec.c.s
.PHONY : src/vec/vec.c.s

test/munit.o: test/munit.c.o
.PHONY : test/munit.o

# target to build an object file
test/munit.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/munit.c.o
.PHONY : test/munit.c.o

test/munit.i: test/munit.c.i
.PHONY : test/munit.i

# target to preprocess a source file
test/munit.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/munit.c.i
.PHONY : test/munit.c.i

test/munit.s: test/munit.c.s
.PHONY : test/munit.s

# target to generate assembly for a file
test/munit.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/munit.c.s
.PHONY : test/munit.c.s

test/test_atom.o: test/test_atom.c.o
.PHONY : test/test_atom.o

# target to build an object file
test/test_atom.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_atom.c.o
.PHONY : test/test_atom.c.o

test/test_atom.i: test/test_atom.c.i
.PHONY : test/test_atom.i

# target to preprocess a source file
test/test_atom.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_atom.c.i
.PHONY : test/test_atom.c.i

test/test_atom.s: test/test_atom.c.s
.PHONY : test/test_atom.s

# target to generate assembly for a file
test/test_atom.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_atom.c.s
.PHONY : test/test_atom.c.s

test/test_block.o: test/test_block.c.o
.PHONY : test/test_block.o

# target to build an object file
test/test_block.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_block.c.o
.PHONY : test/test_block.c.o

test/test_block.i: test/test_block.c.i
.PHONY : test/test_block.i

# target to preprocess a source file
test/test_block.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_block.c.i
.PHONY : test/test_block.c.i

test/test_block.s: test/test_block.c.s
.PHONY : test/test_block.s

# target to generate assembly for a file
test/test_block.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_block.c.s
.PHONY : test/test_block.c.s

test/test_buddy.o: test/test_buddy.c.o
.PHONY : test/test_buddy.o

# target to build an object file
test/test_buddy.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_buddy.c.o
.PHONY : test/test_buddy.c.o

test/test_buddy.i: test/test_buddy.c.i
.PHONY : test/test_buddy.i

# target to preprocess a source file
test/test_buddy.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_buddy.c.i
.PHONY : test/test_buddy.c.i

test/test_buddy.s: test/test_buddy.c.s
.PHONY : test/test_buddy.s

# target to generate assembly for a file
test/test_buddy.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_buddy.c.s
.PHONY : test/test_buddy.c.s

test/test_cow.o: test/test_cow.c.o
.PHONY : test/test_cow.o

# target to build an object file
test/test_cow.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_cow.c.o
.PHONY : test/test_cow.c.o

test/test_cow.i: test/test_cow.c.i
.PHONY : test/test_cow.i

# target to preprocess a source file
test/test_cow.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_cow.c.i
.PHONY : test/test_cow.c.i

test/test_cow.s: test/test_cow.c.s
.PHONY : test/test_cow.s

# target to generate assembly for a file
test/test_cow.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_cow.c.s
.PHONY : test/test_cow.c.s

test/test_err.o: test/test_err.c.o
.PHONY : test/test_err.o

# target to build an object file
test/test_err.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_err.c.o
.PHONY : test/test_err.c.o

test/test_err.i: test/test_err.c.i
.PHONY : test/test_err.i

# target to preprocess a source file
test/test_err.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_err.c.i
.PHONY : test/test_err.c.i

test/test_err.s: test/test_err.c.s
.PHONY : test/test_err.s

# target to generate assembly for a file
test/test_err.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_err.c.s
.PHONY : test/test_err.c.s

test/test_graph.o: test/test_graph.c.o
.PHONY : test/test_graph.o

# target to build an object file
test/test_graph.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_graph.c.o
.PHONY : test/test_graph.c.o

test/test_graph.i: test/test_graph.c.i
.PHONY : test/test_graph.i

# target to preprocess a source file
test/test_graph.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_graph.c.i
.PHONY : test/test_graph.c.i

test/test_graph.s: test/test_graph.c.s
.PHONY : test/test_graph.s

# target to generate assembly for a file
test/test_graph.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_graph.c.s
.PHONY : test/test_graph.c.s

test/test_list.o: test/test_list.c.o
.PHONY : test/test_list.o

# target to build an object file
test/test_list.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_list.c.o
.PHONY : test/test_list.c.o

test/test_list.i: test/test_list.c.i
.PHONY : test/test_list.i

# target to preprocess a source file
test/test_list.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_list.c.i
.PHONY : test/test_list.c.i

test/test_list.s: test/test_list.c.s
.PHONY : test/test_list.s

# target to generate assembly for a file
test/test_list.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_list.c.s
.PHONY : test/test_list.c.s

test/test_main.o: test/test_main.c.o
.PHONY : test/test_main.o

# target to build an object file
test/test_main.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_main.c.o
.PHONY : test/test_main.c.o

test/test_main.i: test/test_main.c.i
.PHONY : test/test_main.i

# target to preprocess a source file
test/test_main.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_main.c.i
.PHONY : test/test_main.c.i

test/test_main.s: test/test_main.c.s
.PHONY : test/test_main.s

# target to generate assembly for a file
test/test_main.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_main.c.s
.PHONY : test/test_main.c.s

test/test_morsel.o: test/test_morsel.c.o
.PHONY : test/test_morsel.o

# target to build an object file
test/test_morsel.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_morsel.c.o
.PHONY : test/test_morsel.c.o

test/test_morsel.i: test/test_morsel.c.i
.PHONY : test/test_morsel.i

# target to preprocess a source file
test/test_morsel.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_morsel.c.i
.PHONY : test/test_morsel.c.i

test/test_morsel.s: test/test_morsel.c.s
.PHONY : test/test_morsel.s

# target to generate assembly for a file
test/test_morsel.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_morsel.c.s
.PHONY : test/test_morsel.c.s

test/test_pool.o: test/test_pool.c.o
.PHONY : test/test_pool.o

# target to build an object file
test/test_pool.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_pool.c.o
.PHONY : test/test_pool.c.o

test/test_pool.i: test/test_pool.c.i
.PHONY : test/test_pool.i

# target to preprocess a source file
test/test_pool.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_pool.c.i
.PHONY : test/test_pool.c.i

test/test_pool.s: test/test_pool.c.s
.PHONY : test/test_pool.s

# target to generate assembly for a file
test/test_pool.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_pool.c.s
.PHONY : test/test_pool.c.s

test/test_str.o: test/test_str.c.o
.PHONY : test/test_str.o

# target to build an object file
test/test_str.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_str.c.o
.PHONY : test/test_str.c.o

test/test_str.i: test/test_str.c.i
.PHONY : test/test_str.i

# target to preprocess a source file
test/test_str.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_str.c.i
.PHONY : test/test_str.c.i

test/test_str.s: test/test_str.c.s
.PHONY : test/test_str.s

# target to generate assembly for a file
test/test_str.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_str.c.s
.PHONY : test/test_str.c.s

test/test_sym.o: test/test_sym.c.o
.PHONY : test/test_sym.o

# target to build an object file
test/test_sym.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_sym.c.o
.PHONY : test/test_sym.c.o

test/test_sym.i: test/test_sym.c.i
.PHONY : test/test_sym.i

# target to preprocess a source file
test/test_sym.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_sym.c.i
.PHONY : test/test_sym.c.i

test/test_sym.s: test/test_sym.c.s
.PHONY : test/test_sym.s

# target to generate assembly for a file
test/test_sym.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_sym.c.s
.PHONY : test/test_sym.c.s

test/test_table.o: test/test_table.c.o
.PHONY : test/test_table.o

# target to build an object file
test/test_table.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_table.c.o
.PHONY : test/test_table.c.o

test/test_table.i: test/test_table.c.i
.PHONY : test/test_table.i

# target to preprocess a source file
test/test_table.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_table.c.i
.PHONY : test/test_table.c.i

test/test_table.s: test/test_table.c.s
.PHONY : test/test_table.s

# target to generate assembly for a file
test/test_table.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_table.c.s
.PHONY : test/test_table.c.s

test/test_vec.o: test/test_vec.c.o
.PHONY : test/test_vec.o

# target to build an object file
test/test_vec.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_vec.c.o
.PHONY : test/test_vec.c.o

test/test_vec.i: test/test_vec.c.i
.PHONY : test/test_vec.i

# target to preprocess a source file
test/test_vec.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_vec.c.i
.PHONY : test/test_vec.c.i

test/test_vec.s: test/test_vec.c.s
.PHONY : test/test_vec.s

# target to generate assembly for a file
test/test_vec.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/test_teide.dir/build.make CMakeFiles/test_teide.dir/test/test_vec.c.s
.PHONY : test/test_vec.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... teide"
	@echo "... teide_static"
	@echo "... test_teide"
	@echo "... src/core/block.o"
	@echo "... src/core/block.i"
	@echo "... src/core/block.s"
	@echo "... src/core/err.o"
	@echo "... src/core/err.i"
	@echo "... src/core/err.s"
	@echo "... src/core/platform.o"
	@echo "... src/core/platform.i"
	@echo "... src/core/platform.s"
	@echo "... src/core/types.o"
	@echo "... src/core/types.i"
	@echo "... src/core/types.s"
	@echo "... src/io/csv.o"
	@echo "... src/io/csv.i"
	@echo "... src/io/csv.s"
	@echo "... src/mem/arena.o"
	@echo "... src/mem/arena.i"
	@echo "... src/mem/arena.s"
	@echo "... src/mem/buddy.o"
	@echo "... src/mem/buddy.i"
	@echo "... src/mem/buddy.s"
	@echo "... src/mem/cow.o"
	@echo "... src/mem/cow.i"
	@echo "... src/mem/cow.s"
	@echo "... src/ops/exec.o"
	@echo "... src/ops/exec.i"
	@echo "... src/ops/exec.s"
	@echo "... src/ops/fuse.o"
	@echo "... src/ops/fuse.i"
	@echo "... src/ops/fuse.s"
	@echo "... src/ops/graph.o"
	@echo "... src/ops/graph.i"
	@echo "... src/ops/graph.s"
	@echo "... src/ops/morsel.o"
	@echo "... src/ops/morsel.i"
	@echo "... src/ops/morsel.s"
	@echo "... src/ops/opt.o"
	@echo "... src/ops/opt.i"
	@echo "... src/ops/opt.s"
	@echo "... src/ops/pipe.o"
	@echo "... src/ops/pipe.i"
	@echo "... src/ops/pipe.s"
	@echo "... src/ops/plan.o"
	@echo "... src/ops/plan.i"
	@echo "... src/ops/plan.s"
	@echo "... src/ops/pool.o"
	@echo "... src/ops/pool.i"
	@echo "... src/ops/pool.s"
	@echo "... src/store/col.o"
	@echo "... src/store/col.i"
	@echo "... src/store/col.s"
	@echo "... src/store/meta.o"
	@echo "... src/store/meta.i"
	@echo "... src/store/meta.s"
	@echo "... src/store/part.o"
	@echo "... src/store/part.i"
	@echo "... src/store/part.s"
	@echo "... src/store/splay.o"
	@echo "... src/store/splay.i"
	@echo "... src/store/splay.s"
	@echo "... src/table/sym.o"
	@echo "... src/table/sym.i"
	@echo "... src/table/sym.s"
	@echo "... src/table/table.o"
	@echo "... src/table/table.i"
	@echo "... src/table/table.s"
	@echo "... src/vec/atom.o"
	@echo "... src/vec/atom.i"
	@echo "... src/vec/atom.s"
	@echo "... src/vec/list.o"
	@echo "... src/vec/list.i"
	@echo "... src/vec/list.s"
	@echo "... src/vec/str.o"
	@echo "... src/vec/str.i"
	@echo "... src/vec/str.s"
	@echo "... src/vec/vec.o"
	@echo "... src/vec/vec.i"
	@echo "... src/vec/vec.s"
	@echo "... test/munit.o"
	@echo "... test/munit.i"
	@echo "... test/munit.s"
	@echo "... test/test_atom.o"
	@echo "... test/test_atom.i"
	@echo "... test/test_atom.s"
	@echo "... test/test_block.o"
	@echo "... test/test_block.i"
	@echo "... test/test_block.s"
	@echo "... test/test_buddy.o"
	@echo "... test/test_buddy.i"
	@echo "... test/test_buddy.s"
	@echo "... test/test_cow.o"
	@echo "... test/test_cow.i"
	@echo "... test/test_cow.s"
	@echo "... test/test_err.o"
	@echo "... test/test_err.i"
	@echo "... test/test_err.s"
	@echo "... test/test_graph.o"
	@echo "... test/test_graph.i"
	@echo "... test/test_graph.s"
	@echo "... test/test_list.o"
	@echo "... test/test_list.i"
	@echo "... test/test_list.s"
	@echo "... test/test_main.o"
	@echo "... test/test_main.i"
	@echo "... test/test_main.s"
	@echo "... test/test_morsel.o"
	@echo "... test/test_morsel.i"
	@echo "... test/test_morsel.s"
	@echo "... test/test_pool.o"
	@echo "... test/test_pool.i"
	@echo "... test/test_pool.s"
	@echo "... test/test_str.o"
	@echo "... test/test_str.i"
	@echo "... test/test_str.s"
	@echo "... test/test_sym.o"
	@echo "... test/test_sym.i"
	@echo "... test/test_sym.s"
	@echo "... test/test_table.o"
	@echo "... test/test_table.i"
	@echo "... test/test_table.s"
	@echo "... test/test_vec.o"
	@echo "... test/test_vec.i"
	@echo "... test/test_vec.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

