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

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

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

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/anders/Documents/src/mdbxjs/deps/libmdbx

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build

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

# The main recursive "all" target.
all: CMakeFiles/mdbx.dir/all
all: CMakeFiles/mdbx_chk.dir/all
all: CMakeFiles/mdbx_copy.dir/all
all: CMakeFiles/mdbx_stat.dir/all
all: CMakeFiles/mdbx_dump.dir/all
all: CMakeFiles/mdbx_load.dir/all
all: CMakeFiles/mdbx_drop.dir/all
all: test/all
.PHONY : all

# The main recursive "codegen" target.
codegen: CMakeFiles/mdbx.dir/codegen
codegen: CMakeFiles/mdbx_chk.dir/codegen
codegen: CMakeFiles/mdbx_copy.dir/codegen
codegen: CMakeFiles/mdbx_stat.dir/codegen
codegen: CMakeFiles/mdbx_dump.dir/codegen
codegen: CMakeFiles/mdbx_load.dir/codegen
codegen: CMakeFiles/mdbx_drop.dir/codegen
codegen: test/codegen
.PHONY : codegen

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

# The main recursive "clean" target.
clean: CMakeFiles/Experimental.dir/clean
clean: CMakeFiles/Nightly.dir/clean
clean: CMakeFiles/Continuous.dir/clean
clean: CMakeFiles/NightlyMemoryCheck.dir/clean
clean: CMakeFiles/NightlyStart.dir/clean
clean: CMakeFiles/NightlyUpdate.dir/clean
clean: CMakeFiles/NightlyConfigure.dir/clean
clean: CMakeFiles/NightlyBuild.dir/clean
clean: CMakeFiles/NightlyTest.dir/clean
clean: CMakeFiles/NightlyCoverage.dir/clean
clean: CMakeFiles/NightlyMemCheck.dir/clean
clean: CMakeFiles/NightlySubmit.dir/clean
clean: CMakeFiles/ExperimentalStart.dir/clean
clean: CMakeFiles/ExperimentalUpdate.dir/clean
clean: CMakeFiles/ExperimentalConfigure.dir/clean
clean: CMakeFiles/ExperimentalBuild.dir/clean
clean: CMakeFiles/ExperimentalTest.dir/clean
clean: CMakeFiles/ExperimentalCoverage.dir/clean
clean: CMakeFiles/ExperimentalMemCheck.dir/clean
clean: CMakeFiles/ExperimentalSubmit.dir/clean
clean: CMakeFiles/ContinuousStart.dir/clean
clean: CMakeFiles/ContinuousUpdate.dir/clean
clean: CMakeFiles/ContinuousConfigure.dir/clean
clean: CMakeFiles/ContinuousBuild.dir/clean
clean: CMakeFiles/ContinuousTest.dir/clean
clean: CMakeFiles/ContinuousCoverage.dir/clean
clean: CMakeFiles/ContinuousMemCheck.dir/clean
clean: CMakeFiles/ContinuousSubmit.dir/clean
clean: CMakeFiles/tags.dir/clean
clean: CMakeFiles/ctags.dir/clean
clean: CMakeFiles/distclean.dir/clean
clean: CMakeFiles/mdbx-static.dir/clean
clean: CMakeFiles/mdbx.dir/clean
clean: CMakeFiles/mdbx_chk.dir/clean
clean: CMakeFiles/mdbx_copy.dir/clean
clean: CMakeFiles/mdbx_stat.dir/clean
clean: CMakeFiles/mdbx_dump.dir/clean
clean: CMakeFiles/mdbx_load.dir/clean
clean: CMakeFiles/mdbx_drop.dir/clean
clean: test/clean
.PHONY : clean

#=============================================================================
# Directory level rules for directory test

# Recursive "all" directory target.
test/all: test/CMakeFiles/mdbx_test.dir/all
test/all: test/CMakeFiles/pcrf_test.dir/all
.PHONY : test/all

# Recursive "codegen" directory target.
test/codegen: test/CMakeFiles/mdbx_test.dir/codegen
test/codegen: test/CMakeFiles/pcrf_test.dir/codegen
.PHONY : test/codegen

# Recursive "preinstall" directory target.
test/preinstall:
.PHONY : test/preinstall

# Recursive "clean" directory target.
test/clean: test/CMakeFiles/mdbx_test.dir/clean
test/clean: test/CMakeFiles/pcrf_test.dir/clean
.PHONY : test/clean

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

# All Build rule for target.
CMakeFiles/Experimental.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target Experimental"
.PHONY : CMakeFiles/Experimental.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/Experimental.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Experimental.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/Experimental.dir/rule

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

# codegen rule for target.
CMakeFiles/Experimental.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target Experimental"
.PHONY : CMakeFiles/Experimental.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/Nightly.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target Nightly"
.PHONY : CMakeFiles/Nightly.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/Nightly.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Nightly.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/Nightly.dir/rule

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

# codegen rule for target.
CMakeFiles/Nightly.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target Nightly"
.PHONY : CMakeFiles/Nightly.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/Continuous.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target Continuous"
.PHONY : CMakeFiles/Continuous.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/Continuous.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Continuous.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/Continuous.dir/rule

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

# codegen rule for target.
CMakeFiles/Continuous.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target Continuous"
.PHONY : CMakeFiles/Continuous.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyMemoryCheck.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyMemoryCheck"
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemoryCheck.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyMemoryCheck.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemoryCheck"
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyStart.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyStart"
.PHONY : CMakeFiles/NightlyStart.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyStart.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyStart.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyStart.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyStart"
.PHONY : CMakeFiles/NightlyStart.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyUpdate.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyUpdate"
.PHONY : CMakeFiles/NightlyUpdate.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyUpdate.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyUpdate.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyUpdate.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyUpdate"
.PHONY : CMakeFiles/NightlyUpdate.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyConfigure.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyConfigure"
.PHONY : CMakeFiles/NightlyConfigure.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyConfigure.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyConfigure.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyConfigure.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyConfigure"
.PHONY : CMakeFiles/NightlyConfigure.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyBuild.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyBuild"
.PHONY : CMakeFiles/NightlyBuild.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyBuild.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyBuild.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyBuild.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyBuild"
.PHONY : CMakeFiles/NightlyBuild.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyTest.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyTest"
.PHONY : CMakeFiles/NightlyTest.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyTest.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyTest.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyTest.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyTest"
.PHONY : CMakeFiles/NightlyTest.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyCoverage.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyCoverage"
.PHONY : CMakeFiles/NightlyCoverage.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyCoverage.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyCoverage.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyCoverage.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyCoverage"
.PHONY : CMakeFiles/NightlyCoverage.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlyMemCheck.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlyMemCheck"
.PHONY : CMakeFiles/NightlyMemCheck.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemCheck.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlyMemCheck.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlyMemCheck.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemCheck"
.PHONY : CMakeFiles/NightlyMemCheck.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/NightlySubmit.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target NightlySubmit"
.PHONY : CMakeFiles/NightlySubmit.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlySubmit.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/NightlySubmit.dir/rule

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

# codegen rule for target.
CMakeFiles/NightlySubmit.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target NightlySubmit"
.PHONY : CMakeFiles/NightlySubmit.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalStart.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalStart"
.PHONY : CMakeFiles/ExperimentalStart.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalStart.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalStart.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalStart.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalStart"
.PHONY : CMakeFiles/ExperimentalStart.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalUpdate.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalUpdate"
.PHONY : CMakeFiles/ExperimentalUpdate.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalUpdate.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalUpdate.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalUpdate.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalUpdate"
.PHONY : CMakeFiles/ExperimentalUpdate.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalConfigure.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalConfigure"
.PHONY : CMakeFiles/ExperimentalConfigure.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalConfigure.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalConfigure.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalConfigure.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalConfigure"
.PHONY : CMakeFiles/ExperimentalConfigure.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalBuild.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalBuild"
.PHONY : CMakeFiles/ExperimentalBuild.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalBuild.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalBuild.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalBuild.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalBuild"
.PHONY : CMakeFiles/ExperimentalBuild.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalTest.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalTest"
.PHONY : CMakeFiles/ExperimentalTest.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalTest.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalTest.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalTest.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalTest"
.PHONY : CMakeFiles/ExperimentalTest.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalCoverage.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalCoverage"
.PHONY : CMakeFiles/ExperimentalCoverage.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalCoverage.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalCoverage.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalCoverage.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalCoverage"
.PHONY : CMakeFiles/ExperimentalCoverage.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalMemCheck.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalMemCheck"
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalMemCheck.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalMemCheck.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalMemCheck"
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ExperimentalSubmit.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ExperimentalSubmit"
.PHONY : CMakeFiles/ExperimentalSubmit.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalSubmit.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ExperimentalSubmit.dir/rule

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

# codegen rule for target.
CMakeFiles/ExperimentalSubmit.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalSubmit"
.PHONY : CMakeFiles/ExperimentalSubmit.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousStart.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousStart"
.PHONY : CMakeFiles/ContinuousStart.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousStart.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousStart.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousStart.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousStart"
.PHONY : CMakeFiles/ContinuousStart.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousUpdate.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousUpdate"
.PHONY : CMakeFiles/ContinuousUpdate.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousUpdate.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousUpdate.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousUpdate.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousUpdate"
.PHONY : CMakeFiles/ContinuousUpdate.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousConfigure.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousConfigure"
.PHONY : CMakeFiles/ContinuousConfigure.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousConfigure.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousConfigure.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousConfigure.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousConfigure"
.PHONY : CMakeFiles/ContinuousConfigure.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousBuild.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousBuild"
.PHONY : CMakeFiles/ContinuousBuild.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousBuild.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousBuild.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousBuild.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousBuild"
.PHONY : CMakeFiles/ContinuousBuild.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousTest.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousTest"
.PHONY : CMakeFiles/ContinuousTest.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousTest.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousTest.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousTest.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousTest"
.PHONY : CMakeFiles/ContinuousTest.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousCoverage.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousCoverage"
.PHONY : CMakeFiles/ContinuousCoverage.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousCoverage.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousCoverage.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousCoverage.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousCoverage"
.PHONY : CMakeFiles/ContinuousCoverage.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousMemCheck.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousMemCheck"
.PHONY : CMakeFiles/ContinuousMemCheck.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousMemCheck.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousMemCheck.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousMemCheck.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousMemCheck"
.PHONY : CMakeFiles/ContinuousMemCheck.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ContinuousSubmit.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ContinuousSubmit"
.PHONY : CMakeFiles/ContinuousSubmit.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousSubmit.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ContinuousSubmit.dir/rule

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

# codegen rule for target.
CMakeFiles/ContinuousSubmit.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousSubmit"
.PHONY : CMakeFiles/ContinuousSubmit.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/tags.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tags.dir/build.make CMakeFiles/tags.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tags.dir/build.make CMakeFiles/tags.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target tags"
.PHONY : CMakeFiles/tags.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/tags.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/tags.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/tags.dir/rule

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

# codegen rule for target.
CMakeFiles/tags.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/tags.dir/build.make CMakeFiles/tags.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target tags"
.PHONY : CMakeFiles/tags.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/ctags.dir/all: CMakeFiles/tags.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ctags.dir/build.make CMakeFiles/ctags.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ctags.dir/build.make CMakeFiles/ctags.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target ctags"
.PHONY : CMakeFiles/ctags.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/ctags.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ctags.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/ctags.dir/rule

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

# codegen rule for target.
CMakeFiles/ctags.dir/codegen: CMakeFiles/tags.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/ctags.dir/build.make CMakeFiles/ctags.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target ctags"
.PHONY : CMakeFiles/ctags.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/distclean.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Built target distclean"
.PHONY : CMakeFiles/distclean.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/distclean.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/distclean.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/distclean.dir/rule

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

# codegen rule for target.
CMakeFiles/distclean.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num= "Finished codegen for target distclean"
.PHONY : CMakeFiles/distclean.dir/codegen

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

#=============================================================================
# Target rules for target CMakeFiles/mdbx-static.dir

# All Build rule for target.
CMakeFiles/mdbx-static.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=4,5,6 "Built target mdbx-static"
.PHONY : CMakeFiles/mdbx-static.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx-static.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 3
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx-static.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx-static.dir/rule

# Convenience name for target.
mdbx-static: CMakeFiles/mdbx-static.dir/rule
.PHONY : mdbx-static

# codegen rule for target.
CMakeFiles/mdbx-static.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=4,5,6 "Finished codegen for target mdbx-static"
.PHONY : CMakeFiles/mdbx-static.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx.dir/all:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=1,2,3 "Built target mdbx"
.PHONY : CMakeFiles/mdbx.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 3
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=1,2,3 "Finished codegen for target mdbx"
.PHONY : CMakeFiles/mdbx.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_chk.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=7,8 "Built target mdbx_chk"
.PHONY : CMakeFiles/mdbx_chk.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_chk.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_chk.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_chk.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_chk.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=7,8 "Finished codegen for target mdbx_chk"
.PHONY : CMakeFiles/mdbx_chk.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_copy.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=9,10 "Built target mdbx_copy"
.PHONY : CMakeFiles/mdbx_copy.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_copy.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_copy.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_copy.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_copy.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=9,10 "Finished codegen for target mdbx_copy"
.PHONY : CMakeFiles/mdbx_copy.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_stat.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=17,18 "Built target mdbx_stat"
.PHONY : CMakeFiles/mdbx_stat.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_stat.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_stat.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_stat.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_stat.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=17,18 "Finished codegen for target mdbx_stat"
.PHONY : CMakeFiles/mdbx_stat.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_dump.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=13,14 "Built target mdbx_dump"
.PHONY : CMakeFiles/mdbx_dump.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_dump.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_dump.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_dump.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_dump.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=13,14 "Finished codegen for target mdbx_dump"
.PHONY : CMakeFiles/mdbx_dump.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_load.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=15,16 "Built target mdbx_load"
.PHONY : CMakeFiles/mdbx_load.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_load.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_load.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_load.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_load.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=15,16 "Finished codegen for target mdbx_load"
.PHONY : CMakeFiles/mdbx_load.dir/codegen

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

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

# All Build rule for target.
CMakeFiles/mdbx_drop.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=11,12 "Built target mdbx_drop"
.PHONY : CMakeFiles/mdbx_drop.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mdbx_drop.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mdbx_drop.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : CMakeFiles/mdbx_drop.dir/rule

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

# codegen rule for target.
CMakeFiles/mdbx_drop.dir/codegen:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=11,12 "Finished codegen for target mdbx_drop"
.PHONY : CMakeFiles/mdbx_drop.dir/codegen

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

#=============================================================================
# Target rules for target test/CMakeFiles/mdbx_test.dir

# All Build rule for target.
test/CMakeFiles/mdbx_test.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/depend
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Built target mdbx_test"
.PHONY : test/CMakeFiles/mdbx_test.dir/all

# Build rule for subdir invocation for target.
test/CMakeFiles/mdbx_test.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 22
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/mdbx_test.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : test/CMakeFiles/mdbx_test.dir/rule

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

# codegen rule for target.
test/CMakeFiles/mdbx_test.dir/codegen:
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Finished codegen for target mdbx_test"
.PHONY : test/CMakeFiles/mdbx_test.dir/codegen

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

#=============================================================================
# Target rules for target test/CMakeFiles/pcrf_test.dir

# All Build rule for target.
test/CMakeFiles/pcrf_test.dir/all: CMakeFiles/mdbx-static.dir/all
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/depend
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=38,39 "Built target pcrf_test"
.PHONY : test/CMakeFiles/pcrf_test.dir/all

# Build rule for subdir invocation for target.
test/CMakeFiles/pcrf_test.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 5
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/pcrf_test.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : test/CMakeFiles/pcrf_test.dir/rule

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

# codegen rule for target.
test/CMakeFiles/pcrf_test.dir/codegen:
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/codegen
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles --progress-num=38,39 "Finished codegen for target pcrf_test"
.PHONY : test/CMakeFiles/pcrf_test.dir/codegen

# clean rule for target.
test/CMakeFiles/pcrf_test.dir/clean:
	$(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/clean
.PHONY : test/CMakeFiles/pcrf_test.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

