UNPKG

mdbxjs

Version:

Node.js binding for libmdbx - a fast, compact, embeddable key-value database

997 lines (778 loc) 33.5 kB
# 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 # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Disable VCS-based implicit rules. % : %,v # Disable VCS-based implicit rules. % : RCS/% # Disable VCS-based implicit rules. % : RCS/%,v # Disable VCS-based implicit rules. % : SCCS/s.% # Disable VCS-based implicit rules. % : s.% .SUFFIXES: .hpux_make_needs_suffix_list # Command-line flag to silence nested $(MAKE). $(VERBOSE)MAKESILENT = -s #Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /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 #============================================================================= # Targets provided globally by CMake. # Special rule for the target test test: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." /opt/homebrew/bin/ctest --force-new-ctest-process $(ARGS) .PHONY : test # Special rule for the target test test/fast: test .PHONY : test/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." /opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target list_install_components list_install_components: @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"devel\" \"doc\" \"runtime\"" .PHONY : list_install_components # Special rule for the target list_install_components list_install_components/fast: list_install_components .PHONY : list_install_components/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." /opt/homebrew/bin/cmake -P cmake_install.cmake .PHONY : install # Special rule for the target install install/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." /opt/homebrew/bin/cmake -P cmake_install.cmake .PHONY : install/fast # Special rule for the target install/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0 .PHONY : all # The main clean target clean: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named Experimental # Build rule for target. Experimental: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental .PHONY : Experimental # fast build rule for target. Experimental/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build .PHONY : Experimental/fast #============================================================================= # Target rules for targets named Nightly # Build rule for target. Nightly: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly .PHONY : Nightly # fast build rule for target. Nightly/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build .PHONY : Nightly/fast #============================================================================= # Target rules for targets named Continuous # Build rule for target. Continuous: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous .PHONY : Continuous # fast build rule for target. Continuous/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build .PHONY : Continuous/fast #============================================================================= # Target rules for targets named NightlyMemoryCheck # Build rule for target. NightlyMemoryCheck: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck .PHONY : NightlyMemoryCheck # fast build rule for target. NightlyMemoryCheck/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build .PHONY : NightlyMemoryCheck/fast #============================================================================= # Target rules for targets named NightlyStart # Build rule for target. NightlyStart: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart .PHONY : NightlyStart # fast build rule for target. NightlyStart/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build .PHONY : NightlyStart/fast #============================================================================= # Target rules for targets named NightlyUpdate # Build rule for target. NightlyUpdate: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate .PHONY : NightlyUpdate # fast build rule for target. NightlyUpdate/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build .PHONY : NightlyUpdate/fast #============================================================================= # Target rules for targets named NightlyConfigure # Build rule for target. NightlyConfigure: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure .PHONY : NightlyConfigure # fast build rule for target. NightlyConfigure/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build .PHONY : NightlyConfigure/fast #============================================================================= # Target rules for targets named NightlyBuild # Build rule for target. NightlyBuild: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild .PHONY : NightlyBuild # fast build rule for target. NightlyBuild/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build .PHONY : NightlyBuild/fast #============================================================================= # Target rules for targets named NightlyTest # Build rule for target. NightlyTest: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest .PHONY : NightlyTest # fast build rule for target. NightlyTest/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build .PHONY : NightlyTest/fast #============================================================================= # Target rules for targets named NightlyCoverage # Build rule for target. NightlyCoverage: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage .PHONY : NightlyCoverage # fast build rule for target. NightlyCoverage/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build .PHONY : NightlyCoverage/fast #============================================================================= # Target rules for targets named NightlyMemCheck # Build rule for target. NightlyMemCheck: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck .PHONY : NightlyMemCheck # fast build rule for target. NightlyMemCheck/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build .PHONY : NightlyMemCheck/fast #============================================================================= # Target rules for targets named NightlySubmit # Build rule for target. NightlySubmit: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit .PHONY : NightlySubmit # fast build rule for target. NightlySubmit/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build .PHONY : NightlySubmit/fast #============================================================================= # Target rules for targets named ExperimentalStart # Build rule for target. ExperimentalStart: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart .PHONY : ExperimentalStart # fast build rule for target. ExperimentalStart/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build .PHONY : ExperimentalStart/fast #============================================================================= # Target rules for targets named ExperimentalUpdate # Build rule for target. ExperimentalUpdate: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate .PHONY : ExperimentalUpdate # fast build rule for target. ExperimentalUpdate/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build .PHONY : ExperimentalUpdate/fast #============================================================================= # Target rules for targets named ExperimentalConfigure # Build rule for target. ExperimentalConfigure: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure .PHONY : ExperimentalConfigure # fast build rule for target. ExperimentalConfigure/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build .PHONY : ExperimentalConfigure/fast #============================================================================= # Target rules for targets named ExperimentalBuild # Build rule for target. ExperimentalBuild: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild .PHONY : ExperimentalBuild # fast build rule for target. ExperimentalBuild/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build .PHONY : ExperimentalBuild/fast #============================================================================= # Target rules for targets named ExperimentalTest # Build rule for target. ExperimentalTest: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest .PHONY : ExperimentalTest # fast build rule for target. ExperimentalTest/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build .PHONY : ExperimentalTest/fast #============================================================================= # Target rules for targets named ExperimentalCoverage # Build rule for target. ExperimentalCoverage: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage .PHONY : ExperimentalCoverage # fast build rule for target. ExperimentalCoverage/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build .PHONY : ExperimentalCoverage/fast #============================================================================= # Target rules for targets named ExperimentalMemCheck # Build rule for target. ExperimentalMemCheck: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck .PHONY : ExperimentalMemCheck # fast build rule for target. ExperimentalMemCheck/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build .PHONY : ExperimentalMemCheck/fast #============================================================================= # Target rules for targets named ExperimentalSubmit # Build rule for target. ExperimentalSubmit: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit .PHONY : ExperimentalSubmit # fast build rule for target. ExperimentalSubmit/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build .PHONY : ExperimentalSubmit/fast #============================================================================= # Target rules for targets named ContinuousStart # Build rule for target. ContinuousStart: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart .PHONY : ContinuousStart # fast build rule for target. ContinuousStart/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build .PHONY : ContinuousStart/fast #============================================================================= # Target rules for targets named ContinuousUpdate # Build rule for target. ContinuousUpdate: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate .PHONY : ContinuousUpdate # fast build rule for target. ContinuousUpdate/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build .PHONY : ContinuousUpdate/fast #============================================================================= # Target rules for targets named ContinuousConfigure # Build rule for target. ContinuousConfigure: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure .PHONY : ContinuousConfigure # fast build rule for target. ContinuousConfigure/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build .PHONY : ContinuousConfigure/fast #============================================================================= # Target rules for targets named ContinuousBuild # Build rule for target. ContinuousBuild: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild .PHONY : ContinuousBuild # fast build rule for target. ContinuousBuild/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build .PHONY : ContinuousBuild/fast #============================================================================= # Target rules for targets named ContinuousTest # Build rule for target. ContinuousTest: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest .PHONY : ContinuousTest # fast build rule for target. ContinuousTest/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build .PHONY : ContinuousTest/fast #============================================================================= # Target rules for targets named ContinuousCoverage # Build rule for target. ContinuousCoverage: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage .PHONY : ContinuousCoverage # fast build rule for target. ContinuousCoverage/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build .PHONY : ContinuousCoverage/fast #============================================================================= # Target rules for targets named ContinuousMemCheck # Build rule for target. ContinuousMemCheck: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck .PHONY : ContinuousMemCheck # fast build rule for target. ContinuousMemCheck/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build .PHONY : ContinuousMemCheck/fast #============================================================================= # Target rules for targets named ContinuousSubmit # Build rule for target. ContinuousSubmit: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit .PHONY : ContinuousSubmit # fast build rule for target. ContinuousSubmit/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build .PHONY : ContinuousSubmit/fast #============================================================================= # Target rules for targets named tags # Build rule for target. tags: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tags .PHONY : tags # fast build rule for target. tags/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/tags.dir/build.make CMakeFiles/tags.dir/build .PHONY : tags/fast #============================================================================= # Target rules for targets named ctags # Build rule for target. ctags: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ctags .PHONY : ctags # fast build rule for target. ctags/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/ctags.dir/build.make CMakeFiles/ctags.dir/build .PHONY : ctags/fast #============================================================================= # Target rules for targets named distclean # Build rule for target. distclean: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 distclean .PHONY : distclean # fast build rule for target. distclean/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/distclean.dir/build.make CMakeFiles/distclean.dir/build .PHONY : distclean/fast #============================================================================= # Target rules for targets named mdbx-static # Build rule for target. mdbx-static: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx-static .PHONY : mdbx-static # fast build rule for target. mdbx-static/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/build .PHONY : mdbx-static/fast #============================================================================= # Target rules for targets named mdbx # Build rule for target. mdbx: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx .PHONY : mdbx # fast build rule for target. mdbx/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/build .PHONY : mdbx/fast #============================================================================= # Target rules for targets named mdbx_chk # Build rule for target. mdbx_chk: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_chk .PHONY : mdbx_chk # fast build rule for target. mdbx_chk/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/build .PHONY : mdbx_chk/fast #============================================================================= # Target rules for targets named mdbx_copy # Build rule for target. mdbx_copy: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_copy .PHONY : mdbx_copy # fast build rule for target. mdbx_copy/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/build .PHONY : mdbx_copy/fast #============================================================================= # Target rules for targets named mdbx_stat # Build rule for target. mdbx_stat: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_stat .PHONY : mdbx_stat # fast build rule for target. mdbx_stat/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/build .PHONY : mdbx_stat/fast #============================================================================= # Target rules for targets named mdbx_dump # Build rule for target. mdbx_dump: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_dump .PHONY : mdbx_dump # fast build rule for target. mdbx_dump/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/build .PHONY : mdbx_dump/fast #============================================================================= # Target rules for targets named mdbx_load # Build rule for target. mdbx_load: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_load .PHONY : mdbx_load # fast build rule for target. mdbx_load/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/build .PHONY : mdbx_load/fast #============================================================================= # Target rules for targets named mdbx_drop # Build rule for target. mdbx_drop: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_drop .PHONY : mdbx_drop # fast build rule for target. mdbx_drop/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/build .PHONY : mdbx_drop/fast #============================================================================= # Target rules for targets named mdbx_test # Build rule for target. mdbx_test: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mdbx_test .PHONY : mdbx_test # fast build rule for target. mdbx_test/fast: $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/build .PHONY : mdbx_test/fast #============================================================================= # Target rules for targets named pcrf_test # Build rule for target. pcrf_test: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pcrf_test .PHONY : pcrf_test # fast build rule for target. pcrf_test/fast: $(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/build .PHONY : pcrf_test/fast src/alloy.o: src/alloy.c.o .PHONY : src/alloy.o # target to build an object file src/alloy.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/alloy.c.o $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/alloy.c.o .PHONY : src/alloy.c.o src/alloy.i: src/alloy.c.i .PHONY : src/alloy.i # target to preprocess a source file src/alloy.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/alloy.c.i $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/alloy.c.i .PHONY : src/alloy.c.i src/alloy.s: src/alloy.c.s .PHONY : src/alloy.s # target to generate assembly for a file src/alloy.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/alloy.c.s $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/alloy.c.s .PHONY : src/alloy.c.s src/mdbx.o: src/mdbx.c++.o .PHONY : src/mdbx.o # target to build an object file src/mdbx.c++.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/mdbx.c++.o $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/mdbx.c++.o .PHONY : src/mdbx.c++.o src/mdbx.i: src/mdbx.c++.i .PHONY : src/mdbx.i # target to preprocess a source file src/mdbx.c++.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/mdbx.c++.i $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/mdbx.c++.i .PHONY : src/mdbx.c++.i src/mdbx.s: src/mdbx.c++.s .PHONY : src/mdbx.s # target to generate assembly for a file src/mdbx.c++.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx-static.dir/build.make CMakeFiles/mdbx-static.dir/src/mdbx.c++.s $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx.dir/build.make CMakeFiles/mdbx.dir/src/mdbx.c++.s .PHONY : src/mdbx.c++.s src/mdbx_chk.o: src/mdbx_chk.c.o .PHONY : src/mdbx_chk.o # target to build an object file src/mdbx_chk.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/src/mdbx_chk.c.o .PHONY : src/mdbx_chk.c.o src/mdbx_chk.i: src/mdbx_chk.c.i .PHONY : src/mdbx_chk.i # target to preprocess a source file src/mdbx_chk.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/src/mdbx_chk.c.i .PHONY : src/mdbx_chk.c.i src/mdbx_chk.s: src/mdbx_chk.c.s .PHONY : src/mdbx_chk.s # target to generate assembly for a file src/mdbx_chk.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_chk.dir/build.make CMakeFiles/mdbx_chk.dir/src/mdbx_chk.c.s .PHONY : src/mdbx_chk.c.s src/mdbx_copy.o: src/mdbx_copy.c.o .PHONY : src/mdbx_copy.o # target to build an object file src/mdbx_copy.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/src/mdbx_copy.c.o .PHONY : src/mdbx_copy.c.o src/mdbx_copy.i: src/mdbx_copy.c.i .PHONY : src/mdbx_copy.i # target to preprocess a source file src/mdbx_copy.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/src/mdbx_copy.c.i .PHONY : src/mdbx_copy.c.i src/mdbx_copy.s: src/mdbx_copy.c.s .PHONY : src/mdbx_copy.s # target to generate assembly for a file src/mdbx_copy.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_copy.dir/build.make CMakeFiles/mdbx_copy.dir/src/mdbx_copy.c.s .PHONY : src/mdbx_copy.c.s src/mdbx_drop.o: src/mdbx_drop.c.o .PHONY : src/mdbx_drop.o # target to build an object file src/mdbx_drop.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/src/mdbx_drop.c.o .PHONY : src/mdbx_drop.c.o src/mdbx_drop.i: src/mdbx_drop.c.i .PHONY : src/mdbx_drop.i # target to preprocess a source file src/mdbx_drop.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/src/mdbx_drop.c.i .PHONY : src/mdbx_drop.c.i src/mdbx_drop.s: src/mdbx_drop.c.s .PHONY : src/mdbx_drop.s # target to generate assembly for a file src/mdbx_drop.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_drop.dir/build.make CMakeFiles/mdbx_drop.dir/src/mdbx_drop.c.s .PHONY : src/mdbx_drop.c.s src/mdbx_dump.o: src/mdbx_dump.c.o .PHONY : src/mdbx_dump.o # target to build an object file src/mdbx_dump.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/src/mdbx_dump.c.o .PHONY : src/mdbx_dump.c.o src/mdbx_dump.i: src/mdbx_dump.c.i .PHONY : src/mdbx_dump.i # target to preprocess a source file src/mdbx_dump.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/src/mdbx_dump.c.i .PHONY : src/mdbx_dump.c.i src/mdbx_dump.s: src/mdbx_dump.c.s .PHONY : src/mdbx_dump.s # target to generate assembly for a file src/mdbx_dump.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_dump.dir/build.make CMakeFiles/mdbx_dump.dir/src/mdbx_dump.c.s .PHONY : src/mdbx_dump.c.s src/mdbx_load.o: src/mdbx_load.c.o .PHONY : src/mdbx_load.o # target to build an object file src/mdbx_load.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/src/mdbx_load.c.o .PHONY : src/mdbx_load.c.o src/mdbx_load.i: src/mdbx_load.c.i .PHONY : src/mdbx_load.i # target to preprocess a source file src/mdbx_load.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/src/mdbx_load.c.i .PHONY : src/mdbx_load.c.i src/mdbx_load.s: src/mdbx_load.c.s .PHONY : src/mdbx_load.s # target to generate assembly for a file src/mdbx_load.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_load.dir/build.make CMakeFiles/mdbx_load.dir/src/mdbx_load.c.s .PHONY : src/mdbx_load.c.s src/mdbx_stat.o: src/mdbx_stat.c.o .PHONY : src/mdbx_stat.o # target to build an object file src/mdbx_stat.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/src/mdbx_stat.c.o .PHONY : src/mdbx_stat.c.o src/mdbx_stat.i: src/mdbx_stat.c.i .PHONY : src/mdbx_stat.i # target to preprocess a source file src/mdbx_stat.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/src/mdbx_stat.c.i .PHONY : src/mdbx_stat.c.i src/mdbx_stat.s: src/mdbx_stat.c.s .PHONY : src/mdbx_stat.s # target to generate assembly for a file src/mdbx_stat.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/mdbx_stat.dir/build.make CMakeFiles/mdbx_stat.dir/src/mdbx_stat.c.s .PHONY : src/mdbx_stat.c.s # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... edit_cache" @echo "... install" @echo "... install/local" @echo "... install/strip" @echo "... list_install_components" @echo "... rebuild_cache" @echo "... test" @echo "... Continuous" @echo "... ContinuousBuild" @echo "... ContinuousConfigure" @echo "... ContinuousCoverage" @echo "... ContinuousMemCheck" @echo "... ContinuousStart" @echo "... ContinuousSubmit" @echo "... ContinuousTest" @echo "... ContinuousUpdate" @echo "... Experimental" @echo "... ExperimentalBuild" @echo "... ExperimentalConfigure" @echo "... ExperimentalCoverage" @echo "... ExperimentalMemCheck" @echo "... ExperimentalStart" @echo "... ExperimentalSubmit" @echo "... ExperimentalTest" @echo "... ExperimentalUpdate" @echo "... Nightly" @echo "... NightlyBuild" @echo "... NightlyConfigure" @echo "... NightlyCoverage" @echo "... NightlyMemCheck" @echo "... NightlyMemoryCheck" @echo "... NightlyStart" @echo "... NightlySubmit" @echo "... NightlyTest" @echo "... NightlyUpdate" @echo "... ctags" @echo "... distclean" @echo "... tags" @echo "... mdbx" @echo "... mdbx-static" @echo "... mdbx_chk" @echo "... mdbx_copy" @echo "... mdbx_drop" @echo "... mdbx_dump" @echo "... mdbx_load" @echo "... mdbx_stat" @echo "... mdbx_test" @echo "... pcrf_test" @echo "... src/alloy.o" @echo "... src/alloy.i" @echo "... src/alloy.s" @echo "... src/mdbx.o" @echo "... src/mdbx.i" @echo "... src/mdbx.s" @echo "... src/mdbx_chk.o" @echo "... src/mdbx_chk.i" @echo "... src/mdbx_chk.s" @echo "... src/mdbx_copy.o" @echo "... src/mdbx_copy.i" @echo "... src/mdbx_copy.s" @echo "... src/mdbx_drop.o" @echo "... src/mdbx_drop.i" @echo "... src/mdbx_drop.s" @echo "... src/mdbx_dump.o" @echo "... src/mdbx_dump.i" @echo "... src/mdbx_dump.s" @echo "... src/mdbx_load.o" @echo "... src/mdbx_load.i" @echo "... src/mdbx_load.s" @echo "... src/mdbx_stat.o" @echo "... src/mdbx_stat.i" @echo "... src/mdbx_stat.s" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system