Skip to content

Instantly share code, notes, and snippets.

@jazzdan
Created December 22, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazzdan/6eb31136532dcf5ec5f737e1bec94070 to your computer and use it in GitHub Desktop.
Save jazzdan/6eb31136532dcf5ec5f737e1bec94070 to your computer and use it in GitHub Desktop.
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# 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:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/local/Cellar/cmake/3.10.1/bin/cmake
# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.10.1/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/dan/development/c++/libroach
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/dan/development/c++/libroach
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/local/Cellar/cmake/3.10.1/bin/ccmake -H$(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..."
/usr/local/Cellar/cmake/3.10.1/bin/cmake -H$(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 test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/usr/local/Cellar/cmake/3.10.1/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/dan/development/c++/libroach/CMakeFiles /Users/dan/development/c++/libroach/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/dan/development/c++/libroach/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named ccl_key_manager_test
# Build rule for target.
ccl_key_manager_test: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 ccl_key_manager_test
.PHONY : ccl_key_manager_test
# fast build rule for target.
ccl_key_manager_test/fast:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/build
.PHONY : ccl_key_manager_test/fast
#=============================================================================
# Target rules for targets named ccl_db_test
# Build rule for target.
ccl_db_test: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 ccl_db_test
.PHONY : ccl_db_test
# fast build rule for target.
ccl_db_test/fast:
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/build
.PHONY : ccl_db_test/fast
#=============================================================================
# Target rules for targets named db_test
# Build rule for target.
db_test: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 db_test
.PHONY : db_test
# fast build rule for target.
db_test/fast:
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/build
.PHONY : db_test/fast
#=============================================================================
# Target rules for targets named check
# Build rule for target.
check: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 check
.PHONY : check
# fast build rule for target.
check/fast:
$(MAKE) -f CMakeFiles/check.dir/build.make CMakeFiles/check.dir/build
.PHONY : check/fast
#=============================================================================
# Target rules for targets named roachccl
# Build rule for target.
roachccl: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 roachccl
.PHONY : roachccl
# fast build rule for target.
roachccl/fast:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/build
.PHONY : roachccl/fast
#=============================================================================
# Target rules for targets named encoding_test
# Build rule for target.
encoding_test: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 encoding_test
.PHONY : encoding_test
# fast build rule for target.
encoding_test/fast:
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/build
.PHONY : encoding_test/fast
#=============================================================================
# Target rules for targets named roach
# Build rule for target.
roach: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 roach
.PHONY : roach
# fast build rule for target.
roach/fast:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/build
.PHONY : roach/fast
#=============================================================================
# Target rules for targets named gtest_main
# Build rule for target.
gtest_main: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 gtest_main
.PHONY : gtest_main
# fast build rule for target.
gtest_main/fast:
$(MAKE) -f googletest/CMakeFiles/gtest_main.dir/build.make googletest/CMakeFiles/gtest_main.dir/build
.PHONY : gtest_main/fast
#=============================================================================
# Target rules for targets named gtest
# Build rule for target.
gtest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 gtest
.PHONY : gtest
# fast build rule for target.
gtest/fast:
$(MAKE) -f googletest/CMakeFiles/gtest.dir/build.make googletest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast
ccl/db.o: ccl/db.cc.o
.PHONY : ccl/db.o
# target to build an object file
ccl/db.cc.o:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/db.cc.o
.PHONY : ccl/db.cc.o
ccl/db.i: ccl/db.cc.i
.PHONY : ccl/db.i
# target to preprocess a source file
ccl/db.cc.i:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/db.cc.i
.PHONY : ccl/db.cc.i
ccl/db.s: ccl/db.cc.s
.PHONY : ccl/db.s
# target to generate assembly for a file
ccl/db.cc.s:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/db.cc.s
.PHONY : ccl/db.cc.s
ccl/db_test.o: ccl/db_test.cc.o
.PHONY : ccl/db_test.o
# target to build an object file
ccl/db_test.cc.o:
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/ccl/db_test.cc.o
.PHONY : ccl/db_test.cc.o
ccl/db_test.i: ccl/db_test.cc.i
.PHONY : ccl/db_test.i
# target to preprocess a source file
ccl/db_test.cc.i:
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/ccl/db_test.cc.i
.PHONY : ccl/db_test.cc.i
ccl/db_test.s: ccl/db_test.cc.s
.PHONY : ccl/db_test.s
# target to generate assembly for a file
ccl/db_test.cc.s:
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/ccl/db_test.cc.s
.PHONY : ccl/db_test.cc.s
ccl/key.o: ccl/key.cc.o
.PHONY : ccl/key.o
# target to build an object file
ccl/key.cc.o:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key.cc.o
.PHONY : ccl/key.cc.o
ccl/key.i: ccl/key.cc.i
.PHONY : ccl/key.i
# target to preprocess a source file
ccl/key.cc.i:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key.cc.i
.PHONY : ccl/key.cc.i
ccl/key.s: ccl/key.cc.s
.PHONY : ccl/key.s
# target to generate assembly for a file
ccl/key.cc.s:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key.cc.s
.PHONY : ccl/key.cc.s
ccl/key_manager.o: ccl/key_manager.cc.o
.PHONY : ccl/key_manager.o
# target to build an object file
ccl/key_manager.cc.o:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key_manager.cc.o
.PHONY : ccl/key_manager.cc.o
ccl/key_manager.i: ccl/key_manager.cc.i
.PHONY : ccl/key_manager.i
# target to preprocess a source file
ccl/key_manager.cc.i:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key_manager.cc.i
.PHONY : ccl/key_manager.cc.i
ccl/key_manager.s: ccl/key_manager.cc.s
.PHONY : ccl/key_manager.s
# target to generate assembly for a file
ccl/key_manager.cc.s:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/ccl/key_manager.cc.s
.PHONY : ccl/key_manager.cc.s
ccl/key_manager_test.o: ccl/key_manager_test.cc.o
.PHONY : ccl/key_manager_test.o
# target to build an object file
ccl/key_manager_test.cc.o:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/ccl/key_manager_test.cc.o
.PHONY : ccl/key_manager_test.cc.o
ccl/key_manager_test.i: ccl/key_manager_test.cc.i
.PHONY : ccl/key_manager_test.i
# target to preprocess a source file
ccl/key_manager_test.cc.i:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/ccl/key_manager_test.cc.i
.PHONY : ccl/key_manager_test.cc.i
ccl/key_manager_test.s: ccl/key_manager_test.cc.s
.PHONY : ccl/key_manager_test.s
# target to generate assembly for a file
ccl/key_manager_test.cc.s:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/ccl/key_manager_test.cc.s
.PHONY : ccl/key_manager_test.cc.s
db.o: db.cc.o
.PHONY : db.o
# target to build an object file
db.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/db.cc.o
.PHONY : db.cc.o
db.i: db.cc.i
.PHONY : db.i
# target to preprocess a source file
db.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/db.cc.i
.PHONY : db.cc.i
db.s: db.cc.s
.PHONY : db.s
# target to generate assembly for a file
db.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/db.cc.s
.PHONY : db.cc.s
db_test.o: db_test.cc.o
.PHONY : db_test.o
# target to build an object file
db_test.cc.o:
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/db_test.cc.o
.PHONY : db_test.cc.o
db_test.i: db_test.cc.i
.PHONY : db_test.i
# target to preprocess a source file
db_test.cc.i:
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/db_test.cc.i
.PHONY : db_test.cc.i
db_test.s: db_test.cc.s
.PHONY : db_test.s
# target to generate assembly for a file
db_test.cc.s:
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/db_test.cc.s
.PHONY : db_test.cc.s
encoding.o: encoding.cc.o
.PHONY : encoding.o
# target to build an object file
encoding.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/encoding.cc.o
.PHONY : encoding.cc.o
encoding.i: encoding.cc.i
.PHONY : encoding.i
# target to preprocess a source file
encoding.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/encoding.cc.i
.PHONY : encoding.cc.i
encoding.s: encoding.cc.s
.PHONY : encoding.s
# target to generate assembly for a file
encoding.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/encoding.cc.s
.PHONY : encoding.cc.s
encoding_test.o: encoding_test.cc.o
.PHONY : encoding_test.o
# target to build an object file
encoding_test.cc.o:
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/encoding_test.cc.o
.PHONY : encoding_test.cc.o
encoding_test.i: encoding_test.cc.i
.PHONY : encoding_test.i
# target to preprocess a source file
encoding_test.cc.i:
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/encoding_test.cc.i
.PHONY : encoding_test.cc.i
encoding_test.s: encoding_test.cc.s
.PHONY : encoding_test.s
# target to generate assembly for a file
encoding_test.cc.s:
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/encoding_test.cc.s
.PHONY : encoding_test.cc.s
env_switching.o: env_switching.cc.o
.PHONY : env_switching.o
# target to build an object file
env_switching.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/env_switching.cc.o
.PHONY : env_switching.cc.o
env_switching.i: env_switching.cc.i
.PHONY : env_switching.i
# target to preprocess a source file
env_switching.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/env_switching.cc.i
.PHONY : env_switching.cc.i
env_switching.s: env_switching.cc.s
.PHONY : env_switching.s
# target to generate assembly for a file
env_switching.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/env_switching.cc.s
.PHONY : env_switching.cc.s
eventlistener.o: eventlistener.cc.o
.PHONY : eventlistener.o
# target to build an object file
eventlistener.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/eventlistener.cc.o
.PHONY : eventlistener.cc.o
eventlistener.i: eventlistener.cc.i
.PHONY : eventlistener.i
# target to preprocess a source file
eventlistener.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/eventlistener.cc.i
.PHONY : eventlistener.cc.i
eventlistener.s: eventlistener.cc.s
.PHONY : eventlistener.s
# target to generate assembly for a file
eventlistener.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/eventlistener.cc.s
.PHONY : eventlistener.cc.s
protos/roachpb/data.pb.o: protos/roachpb/data.pb.cc.o
.PHONY : protos/roachpb/data.pb.o
# target to build an object file
protos/roachpb/data.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o
.PHONY : protos/roachpb/data.pb.cc.o
protos/roachpb/data.pb.i: protos/roachpb/data.pb.cc.i
.PHONY : protos/roachpb/data.pb.i
# target to preprocess a source file
protos/roachpb/data.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.i
.PHONY : protos/roachpb/data.pb.cc.i
protos/roachpb/data.pb.s: protos/roachpb/data.pb.cc.s
.PHONY : protos/roachpb/data.pb.s
# target to generate assembly for a file
protos/roachpb/data.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.s
.PHONY : protos/roachpb/data.pb.cc.s
protos/roachpb/internal.pb.o: protos/roachpb/internal.pb.cc.o
.PHONY : protos/roachpb/internal.pb.o
# target to build an object file
protos/roachpb/internal.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o
.PHONY : protos/roachpb/internal.pb.cc.o
protos/roachpb/internal.pb.i: protos/roachpb/internal.pb.cc.i
.PHONY : protos/roachpb/internal.pb.i
# target to preprocess a source file
protos/roachpb/internal.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.i
.PHONY : protos/roachpb/internal.pb.cc.i
protos/roachpb/internal.pb.s: protos/roachpb/internal.pb.cc.s
.PHONY : protos/roachpb/internal.pb.s
# target to generate assembly for a file
protos/roachpb/internal.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.s
.PHONY : protos/roachpb/internal.pb.cc.s
protos/roachpb/metadata.pb.o: protos/roachpb/metadata.pb.cc.o
.PHONY : protos/roachpb/metadata.pb.o
# target to build an object file
protos/roachpb/metadata.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o
.PHONY : protos/roachpb/metadata.pb.cc.o
protos/roachpb/metadata.pb.i: protos/roachpb/metadata.pb.cc.i
.PHONY : protos/roachpb/metadata.pb.i
# target to preprocess a source file
protos/roachpb/metadata.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.i
.PHONY : protos/roachpb/metadata.pb.cc.i
protos/roachpb/metadata.pb.s: protos/roachpb/metadata.pb.cc.s
.PHONY : protos/roachpb/metadata.pb.s
# target to generate assembly for a file
protos/roachpb/metadata.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.s
.PHONY : protos/roachpb/metadata.pb.cc.s
protos/storage/engine/enginepb/mvcc.pb.o: protos/storage/engine/enginepb/mvcc.pb.cc.o
.PHONY : protos/storage/engine/enginepb/mvcc.pb.o
# target to build an object file
protos/storage/engine/enginepb/mvcc.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o
.PHONY : protos/storage/engine/enginepb/mvcc.pb.cc.o
protos/storage/engine/enginepb/mvcc.pb.i: protos/storage/engine/enginepb/mvcc.pb.cc.i
.PHONY : protos/storage/engine/enginepb/mvcc.pb.i
# target to preprocess a source file
protos/storage/engine/enginepb/mvcc.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.i
.PHONY : protos/storage/engine/enginepb/mvcc.pb.cc.i
protos/storage/engine/enginepb/mvcc.pb.s: protos/storage/engine/enginepb/mvcc.pb.cc.s
.PHONY : protos/storage/engine/enginepb/mvcc.pb.s
# target to generate assembly for a file
protos/storage/engine/enginepb/mvcc.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.s
.PHONY : protos/storage/engine/enginepb/mvcc.pb.cc.s
protos/storage/engine/enginepb/mvcc3.pb.o: protos/storage/engine/enginepb/mvcc3.pb.cc.o
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.o
# target to build an object file
protos/storage/engine/enginepb/mvcc3.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.cc.o
protos/storage/engine/enginepb/mvcc3.pb.i: protos/storage/engine/enginepb/mvcc3.pb.cc.i
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.i
# target to preprocess a source file
protos/storage/engine/enginepb/mvcc3.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.i
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.cc.i
protos/storage/engine/enginepb/mvcc3.pb.s: protos/storage/engine/enginepb/mvcc3.pb.cc.s
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.s
# target to generate assembly for a file
protos/storage/engine/enginepb/mvcc3.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.s
.PHONY : protos/storage/engine/enginepb/mvcc3.pb.cc.s
protos/storage/engine/enginepb/registry.pb.o: protos/storage/engine/enginepb/registry.pb.cc.o
.PHONY : protos/storage/engine/enginepb/registry.pb.o
# target to build an object file
protos/storage/engine/enginepb/registry.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/registry.pb.cc.o
.PHONY : protos/storage/engine/enginepb/registry.pb.cc.o
protos/storage/engine/enginepb/registry.pb.i: protos/storage/engine/enginepb/registry.pb.cc.i
.PHONY : protos/storage/engine/enginepb/registry.pb.i
# target to preprocess a source file
protos/storage/engine/enginepb/registry.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/registry.pb.cc.i
.PHONY : protos/storage/engine/enginepb/registry.pb.cc.i
protos/storage/engine/enginepb/registry.pb.s: protos/storage/engine/enginepb/registry.pb.cc.s
.PHONY : protos/storage/engine/enginepb/registry.pb.s
# target to generate assembly for a file
protos/storage/engine/enginepb/registry.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/registry.pb.cc.s
.PHONY : protos/storage/engine/enginepb/registry.pb.cc.s
protos/storage/engine/enginepb/rocksdb.pb.o: protos/storage/engine/enginepb/rocksdb.pb.cc.o
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.o
# target to build an object file
protos/storage/engine/enginepb/rocksdb.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.cc.o
protos/storage/engine/enginepb/rocksdb.pb.i: protos/storage/engine/enginepb/rocksdb.pb.cc.i
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.i
# target to preprocess a source file
protos/storage/engine/enginepb/rocksdb.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.i
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.cc.i
protos/storage/engine/enginepb/rocksdb.pb.s: protos/storage/engine/enginepb/rocksdb.pb.cc.s
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.s
# target to generate assembly for a file
protos/storage/engine/enginepb/rocksdb.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.s
.PHONY : protos/storage/engine/enginepb/rocksdb.pb.cc.s
protos/util/hlc/legacy_timestamp.pb.o: protos/util/hlc/legacy_timestamp.pb.cc.o
.PHONY : protos/util/hlc/legacy_timestamp.pb.o
# target to build an object file
protos/util/hlc/legacy_timestamp.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o
.PHONY : protos/util/hlc/legacy_timestamp.pb.cc.o
protos/util/hlc/legacy_timestamp.pb.i: protos/util/hlc/legacy_timestamp.pb.cc.i
.PHONY : protos/util/hlc/legacy_timestamp.pb.i
# target to preprocess a source file
protos/util/hlc/legacy_timestamp.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.i
.PHONY : protos/util/hlc/legacy_timestamp.pb.cc.i
protos/util/hlc/legacy_timestamp.pb.s: protos/util/hlc/legacy_timestamp.pb.cc.s
.PHONY : protos/util/hlc/legacy_timestamp.pb.s
# target to generate assembly for a file
protos/util/hlc/legacy_timestamp.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.s
.PHONY : protos/util/hlc/legacy_timestamp.pb.cc.s
protos/util/hlc/timestamp.pb.o: protos/util/hlc/timestamp.pb.cc.o
.PHONY : protos/util/hlc/timestamp.pb.o
# target to build an object file
protos/util/hlc/timestamp.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o
.PHONY : protos/util/hlc/timestamp.pb.cc.o
protos/util/hlc/timestamp.pb.i: protos/util/hlc/timestamp.pb.cc.i
.PHONY : protos/util/hlc/timestamp.pb.i
# target to preprocess a source file
protos/util/hlc/timestamp.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.i
.PHONY : protos/util/hlc/timestamp.pb.cc.i
protos/util/hlc/timestamp.pb.s: protos/util/hlc/timestamp.pb.cc.s
.PHONY : protos/util/hlc/timestamp.pb.s
# target to generate assembly for a file
protos/util/hlc/timestamp.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.s
.PHONY : protos/util/hlc/timestamp.pb.cc.s
protos/util/unresolved_addr.pb.o: protos/util/unresolved_addr.pb.cc.o
.PHONY : protos/util/unresolved_addr.pb.o
# target to build an object file
protos/util/unresolved_addr.pb.cc.o:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o
.PHONY : protos/util/unresolved_addr.pb.cc.o
protos/util/unresolved_addr.pb.i: protos/util/unresolved_addr.pb.cc.i
.PHONY : protos/util/unresolved_addr.pb.i
# target to preprocess a source file
protos/util/unresolved_addr.pb.cc.i:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.i
.PHONY : protos/util/unresolved_addr.pb.cc.i
protos/util/unresolved_addr.pb.s: protos/util/unresolved_addr.pb.cc.s
.PHONY : protos/util/unresolved_addr.pb.s
# target to generate assembly for a file
protos/util/unresolved_addr.pb.cc.s:
$(MAKE) -f CMakeFiles/roach.dir/build.make CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.s
.PHONY : protos/util/unresolved_addr.pb.cc.s
protosccl/ccl/baseccl/encryption_options.pb.o: protosccl/ccl/baseccl/encryption_options.pb.cc.o
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.o
# target to build an object file
protosccl/ccl/baseccl/encryption_options.pb.cc.o:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.cc.o
protosccl/ccl/baseccl/encryption_options.pb.i: protosccl/ccl/baseccl/encryption_options.pb.cc.i
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.i
# target to preprocess a source file
protosccl/ccl/baseccl/encryption_options.pb.cc.i:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.i
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.cc.i
protosccl/ccl/baseccl/encryption_options.pb.s: protosccl/ccl/baseccl/encryption_options.pb.cc.s
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.s
# target to generate assembly for a file
protosccl/ccl/baseccl/encryption_options.pb.cc.s:
$(MAKE) -f CMakeFiles/roachccl.dir/build.make CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.s
.PHONY : protosccl/ccl/baseccl/encryption_options.pb.cc.s
testutils.o: testutils.cc.o
.PHONY : testutils.o
# target to build an object file
testutils.cc.o:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/testutils.cc.o
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/testutils.cc.o
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/testutils.cc.o
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/testutils.cc.o
.PHONY : testutils.cc.o
testutils.i: testutils.cc.i
.PHONY : testutils.i
# target to preprocess a source file
testutils.cc.i:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/testutils.cc.i
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/testutils.cc.i
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/testutils.cc.i
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/testutils.cc.i
.PHONY : testutils.cc.i
testutils.s: testutils.cc.s
.PHONY : testutils.s
# target to generate assembly for a file
testutils.cc.s:
$(MAKE) -f CMakeFiles/ccl_key_manager_test.dir/build.make CMakeFiles/ccl_key_manager_test.dir/testutils.cc.s
$(MAKE) -f CMakeFiles/ccl_db_test.dir/build.make CMakeFiles/ccl_db_test.dir/testutils.cc.s
$(MAKE) -f CMakeFiles/db_test.dir/build.make CMakeFiles/db_test.dir/testutils.cc.s
$(MAKE) -f CMakeFiles/encoding_test.dir/build.make CMakeFiles/encoding_test.dir/testutils.cc.s
.PHONY : testutils.cc.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 "... ccl_key_manager_test"
@echo "... ccl_db_test"
@echo "... rebuild_cache"
@echo "... db_test"
@echo "... check"
@echo "... test"
@echo "... roachccl"
@echo "... encoding_test"
@echo "... roach"
@echo "... gtest_main"
@echo "... gtest"
@echo "... ccl/db.o"
@echo "... ccl/db.i"
@echo "... ccl/db.s"
@echo "... ccl/db_test.o"
@echo "... ccl/db_test.i"
@echo "... ccl/db_test.s"
@echo "... ccl/key.o"
@echo "... ccl/key.i"
@echo "... ccl/key.s"
@echo "... ccl/key_manager.o"
@echo "... ccl/key_manager.i"
@echo "... ccl/key_manager.s"
@echo "... ccl/key_manager_test.o"
@echo "... ccl/key_manager_test.i"
@echo "... ccl/key_manager_test.s"
@echo "... db.o"
@echo "... db.i"
@echo "... db.s"
@echo "... db_test.o"
@echo "... db_test.i"
@echo "... db_test.s"
@echo "... encoding.o"
@echo "... encoding.i"
@echo "... encoding.s"
@echo "... encoding_test.o"
@echo "... encoding_test.i"
@echo "... encoding_test.s"
@echo "... env_switching.o"
@echo "... env_switching.i"
@echo "... env_switching.s"
@echo "... eventlistener.o"
@echo "... eventlistener.i"
@echo "... eventlistener.s"
@echo "... protos/roachpb/data.pb.o"
@echo "... protos/roachpb/data.pb.i"
@echo "... protos/roachpb/data.pb.s"
@echo "... protos/roachpb/internal.pb.o"
@echo "... protos/roachpb/internal.pb.i"
@echo "... protos/roachpb/internal.pb.s"
@echo "... protos/roachpb/metadata.pb.o"
@echo "... protos/roachpb/metadata.pb.i"
@echo "... protos/roachpb/metadata.pb.s"
@echo "... protos/storage/engine/enginepb/mvcc.pb.o"
@echo "... protos/storage/engine/enginepb/mvcc.pb.i"
@echo "... protos/storage/engine/enginepb/mvcc.pb.s"
@echo "... protos/storage/engine/enginepb/mvcc3.pb.o"
@echo "... protos/storage/engine/enginepb/mvcc3.pb.i"
@echo "... protos/storage/engine/enginepb/mvcc3.pb.s"
@echo "... protos/storage/engine/enginepb/registry.pb.o"
@echo "... protos/storage/engine/enginepb/registry.pb.i"
@echo "... protos/storage/engine/enginepb/registry.pb.s"
@echo "... protos/storage/engine/enginepb/rocksdb.pb.o"
@echo "... protos/storage/engine/enginepb/rocksdb.pb.i"
@echo "... protos/storage/engine/enginepb/rocksdb.pb.s"
@echo "... protos/util/hlc/legacy_timestamp.pb.o"
@echo "... protos/util/hlc/legacy_timestamp.pb.i"
@echo "... protos/util/hlc/legacy_timestamp.pb.s"
@echo "... protos/util/hlc/timestamp.pb.o"
@echo "... protos/util/hlc/timestamp.pb.i"
@echo "... protos/util/hlc/timestamp.pb.s"
@echo "... protos/util/unresolved_addr.pb.o"
@echo "... protos/util/unresolved_addr.pb.i"
@echo "... protos/util/unresolved_addr.pb.s"
@echo "... protosccl/ccl/baseccl/encryption_options.pb.o"
@echo "... protosccl/ccl/baseccl/encryption_options.pb.i"
@echo "... protosccl/ccl/baseccl/encryption_options.pb.s"
@echo "... testutils.o"
@echo "... testutils.i"
@echo "... testutils.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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment