mdbxjs
Version:
Node.js binding for libmdbx - a fast, compact, embeddable key-value database
744 lines (576 loc) • 25.4 kB
Plain Text
# 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
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/test//CMakeFiles/progress.marks
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
test/CMakeFiles/mdbx_test.dir/rule:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/mdbx_test.dir/rule
.PHONY : test/CMakeFiles/mdbx_test.dir/rule
# Convenience name for target.
mdbx_test: test/CMakeFiles/mdbx_test.dir/rule
.PHONY : mdbx_test
# fast build rule for target.
mdbx_test/fast:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/build
.PHONY : mdbx_test/fast
# Convenience name for target.
test/CMakeFiles/pcrf_test.dir/rule:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/pcrf_test.dir/rule
.PHONY : test/CMakeFiles/pcrf_test.dir/rule
# Convenience name for target.
pcrf_test: test/CMakeFiles/pcrf_test.dir/rule
.PHONY : pcrf_test
# fast build rule for target.
pcrf_test/fast:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/build
.PHONY : pcrf_test/fast
append.o: append.cc.o
.PHONY : append.o
# target to build an object file
append.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/append.cc.o
.PHONY : append.cc.o
append.i: append.cc.i
.PHONY : append.i
# target to preprocess a source file
append.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/append.cc.i
.PHONY : append.cc.i
append.s: append.cc.s
.PHONY : append.s
# target to generate assembly for a file
append.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/append.cc.s
.PHONY : append.cc.s
cases.o: cases.cc.o
.PHONY : cases.o
# target to build an object file
cases.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/cases.cc.o
.PHONY : cases.cc.o
cases.i: cases.cc.i
.PHONY : cases.i
# target to preprocess a source file
cases.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/cases.cc.i
.PHONY : cases.cc.i
cases.s: cases.cc.s
.PHONY : cases.s
# target to generate assembly for a file
cases.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/cases.cc.s
.PHONY : cases.cc.s
chrono.o: chrono.cc.o
.PHONY : chrono.o
# target to build an object file
chrono.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/chrono.cc.o
.PHONY : chrono.cc.o
chrono.i: chrono.cc.i
.PHONY : chrono.i
# target to preprocess a source file
chrono.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/chrono.cc.i
.PHONY : chrono.cc.i
chrono.s: chrono.cc.s
.PHONY : chrono.s
# target to generate assembly for a file
chrono.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/chrono.cc.s
.PHONY : chrono.cc.s
config.o: config.cc.o
.PHONY : config.o
# target to build an object file
config.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/config.cc.o
.PHONY : config.cc.o
config.i: config.cc.i
.PHONY : config.i
# target to preprocess a source file
config.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/config.cc.i
.PHONY : config.cc.i
config.s: config.cc.s
.PHONY : config.s
# target to generate assembly for a file
config.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/config.cc.s
.PHONY : config.cc.s
copy.o: copy.cc.o
.PHONY : copy.o
# target to build an object file
copy.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/copy.cc.o
.PHONY : copy.cc.o
copy.i: copy.cc.i
.PHONY : copy.i
# target to preprocess a source file
copy.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/copy.cc.i
.PHONY : copy.cc.i
copy.s: copy.cc.s
.PHONY : copy.s
# target to generate assembly for a file
copy.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/copy.cc.s
.PHONY : copy.cc.s
dead.o: dead.cc.o
.PHONY : dead.o
# target to build an object file
dead.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/dead.cc.o
.PHONY : dead.cc.o
dead.i: dead.cc.i
.PHONY : dead.i
# target to preprocess a source file
dead.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/dead.cc.i
.PHONY : dead.cc.i
dead.s: dead.cc.s
.PHONY : dead.s
# target to generate assembly for a file
dead.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/dead.cc.s
.PHONY : dead.cc.s
hill.o: hill.cc.o
.PHONY : hill.o
# target to build an object file
hill.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/hill.cc.o
.PHONY : hill.cc.o
hill.i: hill.cc.i
.PHONY : hill.i
# target to preprocess a source file
hill.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/hill.cc.i
.PHONY : hill.cc.i
hill.s: hill.cc.s
.PHONY : hill.s
# target to generate assembly for a file
hill.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/hill.cc.s
.PHONY : hill.cc.s
jitter.o: jitter.cc.o
.PHONY : jitter.o
# target to build an object file
jitter.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/jitter.cc.o
.PHONY : jitter.cc.o
jitter.i: jitter.cc.i
.PHONY : jitter.i
# target to preprocess a source file
jitter.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/jitter.cc.i
.PHONY : jitter.cc.i
jitter.s: jitter.cc.s
.PHONY : jitter.s
# target to generate assembly for a file
jitter.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/jitter.cc.s
.PHONY : jitter.cc.s
keygen.o: keygen.cc.o
.PHONY : keygen.o
# target to build an object file
keygen.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/keygen.cc.o
.PHONY : keygen.cc.o
keygen.i: keygen.cc.i
.PHONY : keygen.i
# target to preprocess a source file
keygen.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/keygen.cc.i
.PHONY : keygen.cc.i
keygen.s: keygen.cc.s
.PHONY : keygen.s
# target to generate assembly for a file
keygen.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/keygen.cc.s
.PHONY : keygen.cc.s
log.o: log.cc.o
.PHONY : log.o
# target to build an object file
log.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/log.cc.o
.PHONY : log.cc.o
log.i: log.cc.i
.PHONY : log.i
# target to preprocess a source file
log.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/log.cc.i
.PHONY : log.cc.i
log.s: log.cc.s
.PHONY : log.s
# target to generate assembly for a file
log.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/log.cc.s
.PHONY : log.cc.s
main.o: main.cc.o
.PHONY : main.o
# target to build an object file
main.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/main.cc.o
.PHONY : main.cc.o
main.i: main.cc.i
.PHONY : main.i
# target to preprocess a source file
main.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/main.cc.i
.PHONY : main.cc.i
main.s: main.cc.s
.PHONY : main.s
# target to generate assembly for a file
main.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/main.cc.s
.PHONY : main.cc.s
nested.o: nested.cc.o
.PHONY : nested.o
# target to build an object file
nested.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/nested.cc.o
.PHONY : nested.cc.o
nested.i: nested.cc.i
.PHONY : nested.i
# target to preprocess a source file
nested.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/nested.cc.i
.PHONY : nested.cc.i
nested.s: nested.cc.s
.PHONY : nested.s
# target to generate assembly for a file
nested.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/nested.cc.s
.PHONY : nested.cc.s
osal-unix.o: osal-unix.cc.o
.PHONY : osal-unix.o
# target to build an object file
osal-unix.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-unix.cc.o
.PHONY : osal-unix.cc.o
osal-unix.i: osal-unix.cc.i
.PHONY : osal-unix.i
# target to preprocess a source file
osal-unix.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-unix.cc.i
.PHONY : osal-unix.cc.i
osal-unix.s: osal-unix.cc.s
.PHONY : osal-unix.s
# target to generate assembly for a file
osal-unix.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-unix.cc.s
.PHONY : osal-unix.cc.s
osal-windows.o: osal-windows.cc.o
.PHONY : osal-windows.o
# target to build an object file
osal-windows.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-windows.cc.o
.PHONY : osal-windows.cc.o
osal-windows.i: osal-windows.cc.i
.PHONY : osal-windows.i
# target to preprocess a source file
osal-windows.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-windows.cc.i
.PHONY : osal-windows.cc.i
osal-windows.s: osal-windows.cc.s
.PHONY : osal-windows.s
# target to generate assembly for a file
osal-windows.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/osal-windows.cc.s
.PHONY : osal-windows.cc.s
pcrf/pcrf_test.o: pcrf/pcrf_test.c.o
.PHONY : pcrf/pcrf_test.o
# target to build an object file
pcrf/pcrf_test.c.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/pcrf/pcrf_test.c.o
.PHONY : pcrf/pcrf_test.c.o
pcrf/pcrf_test.i: pcrf/pcrf_test.c.i
.PHONY : pcrf/pcrf_test.i
# target to preprocess a source file
pcrf/pcrf_test.c.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/pcrf/pcrf_test.c.i
.PHONY : pcrf/pcrf_test.c.i
pcrf/pcrf_test.s: pcrf/pcrf_test.c.s
.PHONY : pcrf/pcrf_test.s
# target to generate assembly for a file
pcrf/pcrf_test.c.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/pcrf_test.dir/build.make test/CMakeFiles/pcrf_test.dir/pcrf/pcrf_test.c.s
.PHONY : pcrf/pcrf_test.c.s
test.o: test.cc.o
.PHONY : test.o
# target to build an object file
test.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/test.cc.o
.PHONY : test.cc.o
test.i: test.cc.i
.PHONY : test.i
# target to preprocess a source file
test.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/test.cc.i
.PHONY : test.cc.i
test.s: test.cc.s
.PHONY : test.s
# target to generate assembly for a file
test.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/test.cc.s
.PHONY : test.cc.s
try.o: try.cc.o
.PHONY : try.o
# target to build an object file
try.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/try.cc.o
.PHONY : try.cc.o
try.i: try.cc.i
.PHONY : try.i
# target to preprocess a source file
try.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/try.cc.i
.PHONY : try.cc.i
try.s: try.cc.s
.PHONY : try.s
# target to generate assembly for a file
try.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/try.cc.s
.PHONY : try.cc.s
ttl.o: ttl.cc.o
.PHONY : ttl.o
# target to build an object file
ttl.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/ttl.cc.o
.PHONY : ttl.cc.o
ttl.i: ttl.cc.i
.PHONY : ttl.i
# target to preprocess a source file
ttl.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/ttl.cc.i
.PHONY : ttl.cc.i
ttl.s: ttl.cc.s
.PHONY : ttl.s
# target to generate assembly for a file
ttl.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/ttl.cc.s
.PHONY : ttl.cc.s
utils.o: utils.cc.o
.PHONY : utils.o
# target to build an object file
utils.cc.o:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/utils.cc.o
.PHONY : utils.cc.o
utils.i: utils.cc.i
.PHONY : utils.i
# target to preprocess a source file
utils.cc.i:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/utils.cc.i
.PHONY : utils.cc.i
utils.s: utils.cc.s
.PHONY : utils.s
# target to generate assembly for a file
utils.cc.s:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/mdbx_test.dir/build.make test/CMakeFiles/mdbx_test.dir/utils.cc.s
.PHONY : utils.cc.s
# Help Target
help:
"The following are some of the valid targets for this Makefile:"
"... all (the default if no target is provided)"
"... clean"
"... depend"
"... edit_cache"
"... install"
"... install/local"
"... install/strip"
"... list_install_components"
"... rebuild_cache"
"... test"
"... mdbx_test"
"... pcrf_test"
"... append.o"
"... append.i"
"... append.s"
"... cases.o"
"... cases.i"
"... cases.s"
"... chrono.o"
"... chrono.i"
"... chrono.s"
"... config.o"
"... config.i"
"... config.s"
"... copy.o"
"... copy.i"
"... copy.s"
"... dead.o"
"... dead.i"
"... dead.s"
"... hill.o"
"... hill.i"
"... hill.s"
"... jitter.o"
"... jitter.i"
"... jitter.s"
"... keygen.o"
"... keygen.i"
"... keygen.s"
"... log.o"
"... log.i"
"... log.s"
"... main.o"
"... main.i"
"... main.s"
"... nested.o"
"... nested.i"
"... nested.s"
"... osal-unix.o"
"... osal-unix.i"
"... osal-unix.s"
"... osal-windows.o"
"... osal-windows.i"
"... osal-windows.s"
"... pcrf/pcrf_test.o"
"... pcrf/pcrf_test.i"
"... pcrf/pcrf_test.s"
"... test.o"
"... test.i"
"... test.s"
"... try.o"
"... try.i"
"... try.s"
"... ttl.o"
"... ttl.i"
"... ttl.s"
"... utils.o"
"... utils.i"
"... utils.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:
cd /Users/anders/Documents/src/mdbxjs/deps/libmdbx/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system