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

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

#=============================================================================
# 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/panto/work/libfyaml/examples

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/panto/work/libfyaml/examples/build

#=============================================================================
# Directory level rules for the build root directory

# The main recursive "all" target.
all: CMakeFiles/quick-start.dir/all
all: CMakeFiles/basic-parsing.dir/all
all: CMakeFiles/path-queries.dir/all
all: CMakeFiles/document-manipulation.dir/all
all: CMakeFiles/event-streaming.dir/all
all: CMakeFiles/build-from-scratch.dir/all
.PHONY : all

# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall

# The main recursive "clean" target.
clean: CMakeFiles/intrinsics_gen.dir/clean
clean: CMakeFiles/omp_gen.dir/clean
clean: CMakeFiles/acc_gen.dir/clean
clean: CMakeFiles/clang-tablegen-targets.dir/clean
clean: CMakeFiles/quick-start.dir/clean
clean: CMakeFiles/basic-parsing.dir/clean
clean: CMakeFiles/path-queries.dir/clean
clean: CMakeFiles/document-manipulation.dir/clean
clean: CMakeFiles/event-streaming.dir/clean
clean: CMakeFiles/build-from-scratch.dir/clean
.PHONY : clean

#=============================================================================
# Target rules for target CMakeFiles/intrinsics_gen.dir

# All Build rule for target.
CMakeFiles/intrinsics_gen.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/intrinsics_gen.dir/build.make CMakeFiles/intrinsics_gen.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/intrinsics_gen.dir/build.make CMakeFiles/intrinsics_gen.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num= "Built target intrinsics_gen"
.PHONY : CMakeFiles/intrinsics_gen.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/intrinsics_gen.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/intrinsics_gen.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/intrinsics_gen.dir/rule

# Convenience name for target.
intrinsics_gen: CMakeFiles/intrinsics_gen.dir/rule
.PHONY : intrinsics_gen

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

#=============================================================================
# Target rules for target CMakeFiles/omp_gen.dir

# All Build rule for target.
CMakeFiles/omp_gen.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omp_gen.dir/build.make CMakeFiles/omp_gen.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/omp_gen.dir/build.make CMakeFiles/omp_gen.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num= "Built target omp_gen"
.PHONY : CMakeFiles/omp_gen.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/omp_gen.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/omp_gen.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/omp_gen.dir/rule

# Convenience name for target.
omp_gen: CMakeFiles/omp_gen.dir/rule
.PHONY : omp_gen

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

#=============================================================================
# Target rules for target CMakeFiles/acc_gen.dir

# All Build rule for target.
CMakeFiles/acc_gen.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/acc_gen.dir/build.make CMakeFiles/acc_gen.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/acc_gen.dir/build.make CMakeFiles/acc_gen.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num= "Built target acc_gen"
.PHONY : CMakeFiles/acc_gen.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/acc_gen.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/acc_gen.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/acc_gen.dir/rule

# Convenience name for target.
acc_gen: CMakeFiles/acc_gen.dir/rule
.PHONY : acc_gen

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

#=============================================================================
# Target rules for target CMakeFiles/clang-tablegen-targets.dir

# All Build rule for target.
CMakeFiles/clang-tablegen-targets.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/clang-tablegen-targets.dir/build.make CMakeFiles/clang-tablegen-targets.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/clang-tablegen-targets.dir/build.make CMakeFiles/clang-tablegen-targets.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num= "Built target clang-tablegen-targets"
.PHONY : CMakeFiles/clang-tablegen-targets.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/clang-tablegen-targets.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/clang-tablegen-targets.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/clang-tablegen-targets.dir/rule

# Convenience name for target.
clang-tablegen-targets: CMakeFiles/clang-tablegen-targets.dir/rule
.PHONY : clang-tablegen-targets

# clean rule for target.
CMakeFiles/clang-tablegen-targets.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/clang-tablegen-targets.dir/build.make CMakeFiles/clang-tablegen-targets.dir/clean
.PHONY : CMakeFiles/clang-tablegen-targets.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/quick-start.dir

# All Build rule for target.
CMakeFiles/quick-start.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quick-start.dir/build.make CMakeFiles/quick-start.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quick-start.dir/build.make CMakeFiles/quick-start.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=11,12 "Built target quick-start"
.PHONY : CMakeFiles/quick-start.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/quick-start.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/quick-start.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/quick-start.dir/rule

# Convenience name for target.
quick-start: CMakeFiles/quick-start.dir/rule
.PHONY : quick-start

# clean rule for target.
CMakeFiles/quick-start.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/quick-start.dir/build.make CMakeFiles/quick-start.dir/clean
.PHONY : CMakeFiles/quick-start.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/basic-parsing.dir

# All Build rule for target.
CMakeFiles/basic-parsing.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/basic-parsing.dir/build.make CMakeFiles/basic-parsing.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/basic-parsing.dir/build.make CMakeFiles/basic-parsing.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=1,2 "Built target basic-parsing"
.PHONY : CMakeFiles/basic-parsing.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/basic-parsing.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/basic-parsing.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/basic-parsing.dir/rule

# Convenience name for target.
basic-parsing: CMakeFiles/basic-parsing.dir/rule
.PHONY : basic-parsing

# clean rule for target.
CMakeFiles/basic-parsing.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/basic-parsing.dir/build.make CMakeFiles/basic-parsing.dir/clean
.PHONY : CMakeFiles/basic-parsing.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/path-queries.dir

# All Build rule for target.
CMakeFiles/path-queries.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/path-queries.dir/build.make CMakeFiles/path-queries.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/path-queries.dir/build.make CMakeFiles/path-queries.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=9,10 "Built target path-queries"
.PHONY : CMakeFiles/path-queries.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/path-queries.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/path-queries.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/path-queries.dir/rule

# Convenience name for target.
path-queries: CMakeFiles/path-queries.dir/rule
.PHONY : path-queries

# clean rule for target.
CMakeFiles/path-queries.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/path-queries.dir/build.make CMakeFiles/path-queries.dir/clean
.PHONY : CMakeFiles/path-queries.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/document-manipulation.dir

# All Build rule for target.
CMakeFiles/document-manipulation.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/document-manipulation.dir/build.make CMakeFiles/document-manipulation.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/document-manipulation.dir/build.make CMakeFiles/document-manipulation.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=5,6 "Built target document-manipulation"
.PHONY : CMakeFiles/document-manipulation.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/document-manipulation.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/document-manipulation.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/document-manipulation.dir/rule

# Convenience name for target.
document-manipulation: CMakeFiles/document-manipulation.dir/rule
.PHONY : document-manipulation

# clean rule for target.
CMakeFiles/document-manipulation.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/document-manipulation.dir/build.make CMakeFiles/document-manipulation.dir/clean
.PHONY : CMakeFiles/document-manipulation.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/event-streaming.dir

# All Build rule for target.
CMakeFiles/event-streaming.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/event-streaming.dir/build.make CMakeFiles/event-streaming.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/event-streaming.dir/build.make CMakeFiles/event-streaming.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=7,8 "Built target event-streaming"
.PHONY : CMakeFiles/event-streaming.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/event-streaming.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/event-streaming.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/event-streaming.dir/rule

# Convenience name for target.
event-streaming: CMakeFiles/event-streaming.dir/rule
.PHONY : event-streaming

# clean rule for target.
CMakeFiles/event-streaming.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/event-streaming.dir/build.make CMakeFiles/event-streaming.dir/clean
.PHONY : CMakeFiles/event-streaming.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/build-from-scratch.dir

# All Build rule for target.
CMakeFiles/build-from-scratch.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/build-from-scratch.dir/build.make CMakeFiles/build-from-scratch.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/build-from-scratch.dir/build.make CMakeFiles/build-from-scratch.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/panto/work/libfyaml/examples/build/CMakeFiles --progress-num=3,4 "Built target build-from-scratch"
.PHONY : CMakeFiles/build-from-scratch.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/build-from-scratch.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 2
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/build-from-scratch.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/panto/work/libfyaml/examples/build/CMakeFiles 0
.PHONY : CMakeFiles/build-from-scratch.dir/rule

# Convenience name for target.
build-from-scratch: CMakeFiles/build-from-scratch.dir/rule
.PHONY : build-from-scratch

# clean rule for target.
CMakeFiles/build-from-scratch.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/build-from-scratch.dir/build.make CMakeFiles/build-from-scratch.dir/clean
.PHONY : CMakeFiles/build-from-scratch.dir/clean

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

