mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 17:24:57 +00:00
799 lines
28 KiB
Makefile
799 lines
28 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /workspaces/metabuilder/dbal/cpp
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /workspaces/metabuilder/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
.PHONY : test/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
|
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /workspaces/metabuilder/build/CMakeFiles /workspaces/metabuilder/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /workspaces/metabuilder/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 dbal_core
|
|
|
|
# Build rule for target.
|
|
dbal_core: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dbal_core
|
|
.PHONY : dbal_core
|
|
|
|
# fast build rule for target.
|
|
dbal_core/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/build
|
|
.PHONY : dbal_core/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dbal_adapters
|
|
|
|
# Build rule for target.
|
|
dbal_adapters: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dbal_adapters
|
|
.PHONY : dbal_adapters
|
|
|
|
# fast build rule for target.
|
|
dbal_adapters/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/build
|
|
.PHONY : dbal_adapters/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dbal_daemon
|
|
|
|
# Build rule for target.
|
|
dbal_daemon: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dbal_daemon
|
|
.PHONY : dbal_daemon
|
|
|
|
# fast build rule for target.
|
|
dbal_daemon/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/build
|
|
.PHONY : dbal_daemon/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named client_test
|
|
|
|
# Build rule for target.
|
|
client_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 client_test
|
|
.PHONY : client_test
|
|
|
|
# fast build rule for target.
|
|
client_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/client_test.dir/build.make CMakeFiles/client_test.dir/build
|
|
.PHONY : client_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named query_test
|
|
|
|
# Build rule for target.
|
|
query_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 query_test
|
|
.PHONY : query_test
|
|
|
|
# fast build rule for target.
|
|
query_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/query_test.dir/build.make CMakeFiles/query_test.dir/build
|
|
.PHONY : query_test/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named integration_tests
|
|
|
|
# Build rule for target.
|
|
integration_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 integration_tests
|
|
.PHONY : integration_tests
|
|
|
|
# fast build rule for target.
|
|
integration_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/integration_tests.dir/build.make CMakeFiles/integration_tests.dir/build
|
|
.PHONY : integration_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named conformance_tests
|
|
|
|
# Build rule for target.
|
|
conformance_tests: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 conformance_tests
|
|
.PHONY : conformance_tests
|
|
|
|
# fast build rule for target.
|
|
conformance_tests/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/conformance_tests.dir/build.make CMakeFiles/conformance_tests.dir/build
|
|
.PHONY : conformance_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named http_server_security_test
|
|
|
|
# Build rule for target.
|
|
http_server_security_test: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 http_server_security_test
|
|
.PHONY : http_server_security_test
|
|
|
|
# fast build rule for target.
|
|
http_server_security_test/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/http_server_security_test.dir/build.make CMakeFiles/http_server_security_test.dir/build
|
|
.PHONY : http_server_security_test/fast
|
|
|
|
src/adapters/sqlite/sqlite_adapter.o: src/adapters/sqlite/sqlite_adapter.cpp.o
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.o
|
|
|
|
# target to build an object file
|
|
src/adapters/sqlite/sqlite_adapter.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_adapter.cpp.o
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.cpp.o
|
|
|
|
src/adapters/sqlite/sqlite_adapter.i: src/adapters/sqlite/sqlite_adapter.cpp.i
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.i
|
|
|
|
# target to preprocess a source file
|
|
src/adapters/sqlite/sqlite_adapter.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_adapter.cpp.i
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.cpp.i
|
|
|
|
src/adapters/sqlite/sqlite_adapter.s: src/adapters/sqlite/sqlite_adapter.cpp.s
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.s
|
|
|
|
# target to generate assembly for a file
|
|
src/adapters/sqlite/sqlite_adapter.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_adapter.cpp.s
|
|
.PHONY : src/adapters/sqlite/sqlite_adapter.cpp.s
|
|
|
|
src/adapters/sqlite/sqlite_pool.o: src/adapters/sqlite/sqlite_pool.cpp.o
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.o
|
|
|
|
# target to build an object file
|
|
src/adapters/sqlite/sqlite_pool.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_pool.cpp.o
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.cpp.o
|
|
|
|
src/adapters/sqlite/sqlite_pool.i: src/adapters/sqlite/sqlite_pool.cpp.i
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.i
|
|
|
|
# target to preprocess a source file
|
|
src/adapters/sqlite/sqlite_pool.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_pool.cpp.i
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.cpp.i
|
|
|
|
src/adapters/sqlite/sqlite_pool.s: src/adapters/sqlite/sqlite_pool.cpp.s
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.s
|
|
|
|
# target to generate assembly for a file
|
|
src/adapters/sqlite/sqlite_pool.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_adapters.dir/build.make CMakeFiles/dbal_adapters.dir/src/adapters/sqlite/sqlite_pool.cpp.s
|
|
.PHONY : src/adapters/sqlite/sqlite_pool.cpp.s
|
|
|
|
src/capabilities.o: src/capabilities.cpp.o
|
|
.PHONY : src/capabilities.o
|
|
|
|
# target to build an object file
|
|
src/capabilities.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/capabilities.cpp.o
|
|
.PHONY : src/capabilities.cpp.o
|
|
|
|
src/capabilities.i: src/capabilities.cpp.i
|
|
.PHONY : src/capabilities.i
|
|
|
|
# target to preprocess a source file
|
|
src/capabilities.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/capabilities.cpp.i
|
|
.PHONY : src/capabilities.cpp.i
|
|
|
|
src/capabilities.s: src/capabilities.cpp.s
|
|
.PHONY : src/capabilities.s
|
|
|
|
# target to generate assembly for a file
|
|
src/capabilities.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/capabilities.cpp.s
|
|
.PHONY : src/capabilities.cpp.s
|
|
|
|
src/client.o: src/client.cpp.o
|
|
.PHONY : src/client.o
|
|
|
|
# target to build an object file
|
|
src/client.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/client.cpp.o
|
|
.PHONY : src/client.cpp.o
|
|
|
|
src/client.i: src/client.cpp.i
|
|
.PHONY : src/client.i
|
|
|
|
# target to preprocess a source file
|
|
src/client.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/client.cpp.i
|
|
.PHONY : src/client.cpp.i
|
|
|
|
src/client.s: src/client.cpp.s
|
|
.PHONY : src/client.s
|
|
|
|
# target to generate assembly for a file
|
|
src/client.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/client.cpp.s
|
|
.PHONY : src/client.cpp.s
|
|
|
|
src/daemon/main.o: src/daemon/main.cpp.o
|
|
.PHONY : src/daemon/main.o
|
|
|
|
# target to build an object file
|
|
src/daemon/main.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/main.cpp.o
|
|
.PHONY : src/daemon/main.cpp.o
|
|
|
|
src/daemon/main.i: src/daemon/main.cpp.i
|
|
.PHONY : src/daemon/main.i
|
|
|
|
# target to preprocess a source file
|
|
src/daemon/main.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/main.cpp.i
|
|
.PHONY : src/daemon/main.cpp.i
|
|
|
|
src/daemon/main.s: src/daemon/main.cpp.s
|
|
.PHONY : src/daemon/main.s
|
|
|
|
# target to generate assembly for a file
|
|
src/daemon/main.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/main.cpp.s
|
|
.PHONY : src/daemon/main.cpp.s
|
|
|
|
src/daemon/security.o: src/daemon/security.cpp.o
|
|
.PHONY : src/daemon/security.o
|
|
|
|
# target to build an object file
|
|
src/daemon/security.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/security.cpp.o
|
|
.PHONY : src/daemon/security.cpp.o
|
|
|
|
src/daemon/security.i: src/daemon/security.cpp.i
|
|
.PHONY : src/daemon/security.i
|
|
|
|
# target to preprocess a source file
|
|
src/daemon/security.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/security.cpp.i
|
|
.PHONY : src/daemon/security.cpp.i
|
|
|
|
src/daemon/security.s: src/daemon/security.cpp.s
|
|
.PHONY : src/daemon/security.s
|
|
|
|
# target to generate assembly for a file
|
|
src/daemon/security.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/security.cpp.s
|
|
.PHONY : src/daemon/security.cpp.s
|
|
|
|
src/daemon/server.o: src/daemon/server.cpp.o
|
|
.PHONY : src/daemon/server.o
|
|
|
|
# target to build an object file
|
|
src/daemon/server.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/server.cpp.o
|
|
.PHONY : src/daemon/server.cpp.o
|
|
|
|
src/daemon/server.i: src/daemon/server.cpp.i
|
|
.PHONY : src/daemon/server.i
|
|
|
|
# target to preprocess a source file
|
|
src/daemon/server.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/server.cpp.i
|
|
.PHONY : src/daemon/server.cpp.i
|
|
|
|
src/daemon/server.s: src/daemon/server.cpp.s
|
|
.PHONY : src/daemon/server.s
|
|
|
|
# target to generate assembly for a file
|
|
src/daemon/server.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_daemon.dir/build.make CMakeFiles/dbal_daemon.dir/src/daemon/server.cpp.s
|
|
.PHONY : src/daemon/server.cpp.s
|
|
|
|
src/errors.o: src/errors.cpp.o
|
|
.PHONY : src/errors.o
|
|
|
|
# target to build an object file
|
|
src/errors.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/errors.cpp.o
|
|
.PHONY : src/errors.cpp.o
|
|
|
|
src/errors.i: src/errors.cpp.i
|
|
.PHONY : src/errors.i
|
|
|
|
# target to preprocess a source file
|
|
src/errors.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/errors.cpp.i
|
|
.PHONY : src/errors.cpp.i
|
|
|
|
src/errors.s: src/errors.cpp.s
|
|
.PHONY : src/errors.s
|
|
|
|
# target to generate assembly for a file
|
|
src/errors.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/errors.cpp.s
|
|
.PHONY : src/errors.cpp.s
|
|
|
|
src/query/ast.o: src/query/ast.cpp.o
|
|
.PHONY : src/query/ast.o
|
|
|
|
# target to build an object file
|
|
src/query/ast.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/ast.cpp.o
|
|
.PHONY : src/query/ast.cpp.o
|
|
|
|
src/query/ast.i: src/query/ast.cpp.i
|
|
.PHONY : src/query/ast.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/ast.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/ast.cpp.i
|
|
.PHONY : src/query/ast.cpp.i
|
|
|
|
src/query/ast.s: src/query/ast.cpp.s
|
|
.PHONY : src/query/ast.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/ast.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/ast.cpp.s
|
|
.PHONY : src/query/ast.cpp.s
|
|
|
|
src/query/builder.o: src/query/builder.cpp.o
|
|
.PHONY : src/query/builder.o
|
|
|
|
# target to build an object file
|
|
src/query/builder.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/builder.cpp.o
|
|
.PHONY : src/query/builder.cpp.o
|
|
|
|
src/query/builder.i: src/query/builder.cpp.i
|
|
.PHONY : src/query/builder.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/builder.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/builder.cpp.i
|
|
.PHONY : src/query/builder.cpp.i
|
|
|
|
src/query/builder.s: src/query/builder.cpp.s
|
|
.PHONY : src/query/builder.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/builder.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/builder.cpp.s
|
|
.PHONY : src/query/builder.cpp.s
|
|
|
|
src/query/normalize.o: src/query/normalize.cpp.o
|
|
.PHONY : src/query/normalize.o
|
|
|
|
# target to build an object file
|
|
src/query/normalize.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/normalize.cpp.o
|
|
.PHONY : src/query/normalize.cpp.o
|
|
|
|
src/query/normalize.i: src/query/normalize.cpp.i
|
|
.PHONY : src/query/normalize.i
|
|
|
|
# target to preprocess a source file
|
|
src/query/normalize.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/normalize.cpp.i
|
|
.PHONY : src/query/normalize.cpp.i
|
|
|
|
src/query/normalize.s: src/query/normalize.cpp.s
|
|
.PHONY : src/query/normalize.s
|
|
|
|
# target to generate assembly for a file
|
|
src/query/normalize.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/query/normalize.cpp.s
|
|
.PHONY : src/query/normalize.cpp.s
|
|
|
|
src/util/backoff.o: src/util/backoff.cpp.o
|
|
.PHONY : src/util/backoff.o
|
|
|
|
# target to build an object file
|
|
src/util/backoff.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/backoff.cpp.o
|
|
.PHONY : src/util/backoff.cpp.o
|
|
|
|
src/util/backoff.i: src/util/backoff.cpp.i
|
|
.PHONY : src/util/backoff.i
|
|
|
|
# target to preprocess a source file
|
|
src/util/backoff.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/backoff.cpp.i
|
|
.PHONY : src/util/backoff.cpp.i
|
|
|
|
src/util/backoff.s: src/util/backoff.cpp.s
|
|
.PHONY : src/util/backoff.s
|
|
|
|
# target to generate assembly for a file
|
|
src/util/backoff.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/backoff.cpp.s
|
|
.PHONY : src/util/backoff.cpp.s
|
|
|
|
src/util/uuid.o: src/util/uuid.cpp.o
|
|
.PHONY : src/util/uuid.o
|
|
|
|
# target to build an object file
|
|
src/util/uuid.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/uuid.cpp.o
|
|
.PHONY : src/util/uuid.cpp.o
|
|
|
|
src/util/uuid.i: src/util/uuid.cpp.i
|
|
.PHONY : src/util/uuid.i
|
|
|
|
# target to preprocess a source file
|
|
src/util/uuid.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/uuid.cpp.i
|
|
.PHONY : src/util/uuid.cpp.i
|
|
|
|
src/util/uuid.s: src/util/uuid.cpp.s
|
|
.PHONY : src/util/uuid.s
|
|
|
|
# target to generate assembly for a file
|
|
src/util/uuid.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/dbal_core.dir/build.make CMakeFiles/dbal_core.dir/src/util/uuid.cpp.s
|
|
.PHONY : src/util/uuid.cpp.s
|
|
|
|
tests/conformance/runner.o: tests/conformance/runner.cpp.o
|
|
.PHONY : tests/conformance/runner.o
|
|
|
|
# target to build an object file
|
|
tests/conformance/runner.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/conformance_tests.dir/build.make CMakeFiles/conformance_tests.dir/tests/conformance/runner.cpp.o
|
|
.PHONY : tests/conformance/runner.cpp.o
|
|
|
|
tests/conformance/runner.i: tests/conformance/runner.cpp.i
|
|
.PHONY : tests/conformance/runner.i
|
|
|
|
# target to preprocess a source file
|
|
tests/conformance/runner.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/conformance_tests.dir/build.make CMakeFiles/conformance_tests.dir/tests/conformance/runner.cpp.i
|
|
.PHONY : tests/conformance/runner.cpp.i
|
|
|
|
tests/conformance/runner.s: tests/conformance/runner.cpp.s
|
|
.PHONY : tests/conformance/runner.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/conformance/runner.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/conformance_tests.dir/build.make CMakeFiles/conformance_tests.dir/tests/conformance/runner.cpp.s
|
|
.PHONY : tests/conformance/runner.cpp.s
|
|
|
|
tests/integration/sqlite_test.o: tests/integration/sqlite_test.cpp.o
|
|
.PHONY : tests/integration/sqlite_test.o
|
|
|
|
# target to build an object file
|
|
tests/integration/sqlite_test.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/integration_tests.dir/build.make CMakeFiles/integration_tests.dir/tests/integration/sqlite_test.cpp.o
|
|
.PHONY : tests/integration/sqlite_test.cpp.o
|
|
|
|
tests/integration/sqlite_test.i: tests/integration/sqlite_test.cpp.i
|
|
.PHONY : tests/integration/sqlite_test.i
|
|
|
|
# target to preprocess a source file
|
|
tests/integration/sqlite_test.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/integration_tests.dir/build.make CMakeFiles/integration_tests.dir/tests/integration/sqlite_test.cpp.i
|
|
.PHONY : tests/integration/sqlite_test.cpp.i
|
|
|
|
tests/integration/sqlite_test.s: tests/integration/sqlite_test.cpp.s
|
|
.PHONY : tests/integration/sqlite_test.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/integration/sqlite_test.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/integration_tests.dir/build.make CMakeFiles/integration_tests.dir/tests/integration/sqlite_test.cpp.s
|
|
.PHONY : tests/integration/sqlite_test.cpp.s
|
|
|
|
tests/security/http_server_security_test.o: tests/security/http_server_security_test.cpp.o
|
|
.PHONY : tests/security/http_server_security_test.o
|
|
|
|
# target to build an object file
|
|
tests/security/http_server_security_test.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/http_server_security_test.dir/build.make CMakeFiles/http_server_security_test.dir/tests/security/http_server_security_test.cpp.o
|
|
.PHONY : tests/security/http_server_security_test.cpp.o
|
|
|
|
tests/security/http_server_security_test.i: tests/security/http_server_security_test.cpp.i
|
|
.PHONY : tests/security/http_server_security_test.i
|
|
|
|
# target to preprocess a source file
|
|
tests/security/http_server_security_test.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/http_server_security_test.dir/build.make CMakeFiles/http_server_security_test.dir/tests/security/http_server_security_test.cpp.i
|
|
.PHONY : tests/security/http_server_security_test.cpp.i
|
|
|
|
tests/security/http_server_security_test.s: tests/security/http_server_security_test.cpp.s
|
|
.PHONY : tests/security/http_server_security_test.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/security/http_server_security_test.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/http_server_security_test.dir/build.make CMakeFiles/http_server_security_test.dir/tests/security/http_server_security_test.cpp.s
|
|
.PHONY : tests/security/http_server_security_test.cpp.s
|
|
|
|
tests/unit/client_test.o: tests/unit/client_test.cpp.o
|
|
.PHONY : tests/unit/client_test.o
|
|
|
|
# target to build an object file
|
|
tests/unit/client_test.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/client_test.dir/build.make CMakeFiles/client_test.dir/tests/unit/client_test.cpp.o
|
|
.PHONY : tests/unit/client_test.cpp.o
|
|
|
|
tests/unit/client_test.i: tests/unit/client_test.cpp.i
|
|
.PHONY : tests/unit/client_test.i
|
|
|
|
# target to preprocess a source file
|
|
tests/unit/client_test.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/client_test.dir/build.make CMakeFiles/client_test.dir/tests/unit/client_test.cpp.i
|
|
.PHONY : tests/unit/client_test.cpp.i
|
|
|
|
tests/unit/client_test.s: tests/unit/client_test.cpp.s
|
|
.PHONY : tests/unit/client_test.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/unit/client_test.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/client_test.dir/build.make CMakeFiles/client_test.dir/tests/unit/client_test.cpp.s
|
|
.PHONY : tests/unit/client_test.cpp.s
|
|
|
|
tests/unit/query_test.o: tests/unit/query_test.cpp.o
|
|
.PHONY : tests/unit/query_test.o
|
|
|
|
# target to build an object file
|
|
tests/unit/query_test.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/query_test.dir/build.make CMakeFiles/query_test.dir/tests/unit/query_test.cpp.o
|
|
.PHONY : tests/unit/query_test.cpp.o
|
|
|
|
tests/unit/query_test.i: tests/unit/query_test.cpp.i
|
|
.PHONY : tests/unit/query_test.i
|
|
|
|
# target to preprocess a source file
|
|
tests/unit/query_test.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/query_test.dir/build.make CMakeFiles/query_test.dir/tests/unit/query_test.cpp.i
|
|
.PHONY : tests/unit/query_test.cpp.i
|
|
|
|
tests/unit/query_test.s: tests/unit/query_test.cpp.s
|
|
.PHONY : tests/unit/query_test.s
|
|
|
|
# target to generate assembly for a file
|
|
tests/unit/query_test.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/query_test.dir/build.make CMakeFiles/query_test.dir/tests/unit/query_test.cpp.s
|
|
.PHONY : tests/unit/query_test.cpp.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 "... client_test"
|
|
@echo "... conformance_tests"
|
|
@echo "... dbal_adapters"
|
|
@echo "... dbal_core"
|
|
@echo "... dbal_daemon"
|
|
@echo "... http_server_security_test"
|
|
@echo "... integration_tests"
|
|
@echo "... query_test"
|
|
@echo "... src/adapters/sqlite/sqlite_adapter.o"
|
|
@echo "... src/adapters/sqlite/sqlite_adapter.i"
|
|
@echo "... src/adapters/sqlite/sqlite_adapter.s"
|
|
@echo "... src/adapters/sqlite/sqlite_pool.o"
|
|
@echo "... src/adapters/sqlite/sqlite_pool.i"
|
|
@echo "... src/adapters/sqlite/sqlite_pool.s"
|
|
@echo "... src/capabilities.o"
|
|
@echo "... src/capabilities.i"
|
|
@echo "... src/capabilities.s"
|
|
@echo "... src/client.o"
|
|
@echo "... src/client.i"
|
|
@echo "... src/client.s"
|
|
@echo "... src/daemon/main.o"
|
|
@echo "... src/daemon/main.i"
|
|
@echo "... src/daemon/main.s"
|
|
@echo "... src/daemon/security.o"
|
|
@echo "... src/daemon/security.i"
|
|
@echo "... src/daemon/security.s"
|
|
@echo "... src/daemon/server.o"
|
|
@echo "... src/daemon/server.i"
|
|
@echo "... src/daemon/server.s"
|
|
@echo "... src/errors.o"
|
|
@echo "... src/errors.i"
|
|
@echo "... src/errors.s"
|
|
@echo "... src/query/ast.o"
|
|
@echo "... src/query/ast.i"
|
|
@echo "... src/query/ast.s"
|
|
@echo "... src/query/builder.o"
|
|
@echo "... src/query/builder.i"
|
|
@echo "... src/query/builder.s"
|
|
@echo "... src/query/normalize.o"
|
|
@echo "... src/query/normalize.i"
|
|
@echo "... src/query/normalize.s"
|
|
@echo "... src/util/backoff.o"
|
|
@echo "... src/util/backoff.i"
|
|
@echo "... src/util/backoff.s"
|
|
@echo "... src/util/uuid.o"
|
|
@echo "... src/util/uuid.i"
|
|
@echo "... src/util/uuid.s"
|
|
@echo "... tests/conformance/runner.o"
|
|
@echo "... tests/conformance/runner.i"
|
|
@echo "... tests/conformance/runner.s"
|
|
@echo "... tests/integration/sqlite_test.o"
|
|
@echo "... tests/integration/sqlite_test.i"
|
|
@echo "... tests/integration/sqlite_test.s"
|
|
@echo "... tests/security/http_server_security_test.o"
|
|
@echo "... tests/security/http_server_security_test.i"
|
|
@echo "... tests/security/http_server_security_test.s"
|
|
@echo "... tests/unit/client_test.o"
|
|
@echo "... tests/unit/client_test.i"
|
|
@echo "... tests/unit/client_test.s"
|
|
@echo "... tests/unit/query_test.o"
|
|
@echo "... tests/unit/query_test.i"
|
|
@echo "... tests/unit/query_test.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
|
|
|