396 lines
11 KiB
Makefile
396 lines
11 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# 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/2.8.7/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/Cellar/cmake/2.8.7/bin/cmake -E remove -f
|
|
|
|
# The program to use to edit the cache.
|
|
CMAKE_EDIT_COMMAND = /usr/local/Cellar/cmake/2.8.7/bin/ccmake
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/valloric/Dropbox/vim_test/cpp
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/valloric/Dropbox/vim_test/cpp
|
|
|
|
#=============================================================================
|
|
# 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/2.8.7/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/2.8.7/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
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/valloric/Dropbox/vim_test/cpp/CMakeFiles /Users/valloric/Dropbox/vim_test/cpp/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/valloric/Dropbox/vim_test/cpp/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 indexer
|
|
|
|
# Build rule for target.
|
|
indexer: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 indexer
|
|
.PHONY : indexer
|
|
|
|
# fast build rule for target.
|
|
indexer/fast:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/build
|
|
.PHONY : indexer/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named indexer_tests
|
|
|
|
# Build rule for target.
|
|
indexer_tests: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 indexer_tests
|
|
.PHONY : indexer_tests
|
|
|
|
# fast build rule for target.
|
|
indexer_tests/fast:
|
|
$(MAKE) -f tests/CMakeFiles/indexer_tests.dir/build.make tests/CMakeFiles/indexer_tests.dir/build
|
|
.PHONY : indexer_tests/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gmock
|
|
|
|
# Build rule for target.
|
|
gmock: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 gmock
|
|
.PHONY : gmock
|
|
|
|
# fast build rule for target.
|
|
gmock/fast:
|
|
$(MAKE) -f tests/gmock/CMakeFiles/gmock.dir/build.make tests/gmock/CMakeFiles/gmock.dir/build
|
|
.PHONY : gmock/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gmock_main
|
|
|
|
# Build rule for target.
|
|
gmock_main: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 gmock_main
|
|
.PHONY : gmock_main
|
|
|
|
# fast build rule for target.
|
|
gmock_main/fast:
|
|
$(MAKE) -f tests/gmock/CMakeFiles/gmock_main.dir/build.make tests/gmock/CMakeFiles/gmock_main.dir/build
|
|
.PHONY : gmock_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 tests/gmock/gtest/CMakeFiles/gtest.dir/build.make tests/gmock/gtest/CMakeFiles/gtest.dir/build
|
|
.PHONY : gtest/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 tests/gmock/gtest/CMakeFiles/gtest_main.dir/build.make tests/gmock/gtest/CMakeFiles/gtest_main.dir/build
|
|
.PHONY : gtest_main/fast
|
|
|
|
Candidate.o: Candidate.cpp.o
|
|
.PHONY : Candidate.o
|
|
|
|
# target to build an object file
|
|
Candidate.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Candidate.cpp.o
|
|
.PHONY : Candidate.cpp.o
|
|
|
|
Candidate.i: Candidate.cpp.i
|
|
.PHONY : Candidate.i
|
|
|
|
# target to preprocess a source file
|
|
Candidate.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Candidate.cpp.i
|
|
.PHONY : Candidate.cpp.i
|
|
|
|
Candidate.s: Candidate.cpp.s
|
|
.PHONY : Candidate.s
|
|
|
|
# target to generate assembly for a file
|
|
Candidate.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Candidate.cpp.s
|
|
.PHONY : Candidate.cpp.s
|
|
|
|
Completer.o: Completer.cpp.o
|
|
.PHONY : Completer.o
|
|
|
|
# target to build an object file
|
|
Completer.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Completer.cpp.o
|
|
.PHONY : Completer.cpp.o
|
|
|
|
Completer.i: Completer.cpp.i
|
|
.PHONY : Completer.i
|
|
|
|
# target to preprocess a source file
|
|
Completer.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Completer.cpp.i
|
|
.PHONY : Completer.cpp.i
|
|
|
|
Completer.s: Completer.cpp.s
|
|
.PHONY : Completer.s
|
|
|
|
# target to generate assembly for a file
|
|
Completer.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Completer.cpp.s
|
|
.PHONY : Completer.cpp.s
|
|
|
|
LetterHash.o: LetterHash.cpp.o
|
|
.PHONY : LetterHash.o
|
|
|
|
# target to build an object file
|
|
LetterHash.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterHash.cpp.o
|
|
.PHONY : LetterHash.cpp.o
|
|
|
|
LetterHash.i: LetterHash.cpp.i
|
|
.PHONY : LetterHash.i
|
|
|
|
# target to preprocess a source file
|
|
LetterHash.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterHash.cpp.i
|
|
.PHONY : LetterHash.cpp.i
|
|
|
|
LetterHash.s: LetterHash.cpp.s
|
|
.PHONY : LetterHash.s
|
|
|
|
# target to generate assembly for a file
|
|
LetterHash.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterHash.cpp.s
|
|
.PHONY : LetterHash.cpp.s
|
|
|
|
LetterNode.o: LetterNode.cpp.o
|
|
.PHONY : LetterNode.o
|
|
|
|
# target to build an object file
|
|
LetterNode.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterNode.cpp.o
|
|
.PHONY : LetterNode.cpp.o
|
|
|
|
LetterNode.i: LetterNode.cpp.i
|
|
.PHONY : LetterNode.i
|
|
|
|
# target to preprocess a source file
|
|
LetterNode.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterNode.cpp.i
|
|
.PHONY : LetterNode.cpp.i
|
|
|
|
LetterNode.s: LetterNode.cpp.s
|
|
.PHONY : LetterNode.s
|
|
|
|
# target to generate assembly for a file
|
|
LetterNode.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/LetterNode.cpp.s
|
|
.PHONY : LetterNode.cpp.s
|
|
|
|
Result.o: Result.cpp.o
|
|
.PHONY : Result.o
|
|
|
|
# target to build an object file
|
|
Result.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Result.cpp.o
|
|
.PHONY : Result.cpp.o
|
|
|
|
Result.i: Result.cpp.i
|
|
.PHONY : Result.i
|
|
|
|
# target to preprocess a source file
|
|
Result.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Result.cpp.i
|
|
.PHONY : Result.cpp.i
|
|
|
|
Result.s: Result.cpp.s
|
|
.PHONY : Result.s
|
|
|
|
# target to generate assembly for a file
|
|
Result.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Result.cpp.s
|
|
.PHONY : Result.cpp.s
|
|
|
|
Utils.o: Utils.cpp.o
|
|
.PHONY : Utils.o
|
|
|
|
# target to build an object file
|
|
Utils.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Utils.cpp.o
|
|
.PHONY : Utils.cpp.o
|
|
|
|
Utils.i: Utils.cpp.i
|
|
.PHONY : Utils.i
|
|
|
|
# target to preprocess a source file
|
|
Utils.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Utils.cpp.i
|
|
.PHONY : Utils.cpp.i
|
|
|
|
Utils.s: Utils.cpp.s
|
|
.PHONY : Utils.s
|
|
|
|
# target to generate assembly for a file
|
|
Utils.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/Utils.cpp.s
|
|
.PHONY : Utils.cpp.s
|
|
|
|
indexer.o: indexer.cpp.o
|
|
.PHONY : indexer.o
|
|
|
|
# target to build an object file
|
|
indexer.cpp.o:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/indexer.cpp.o
|
|
.PHONY : indexer.cpp.o
|
|
|
|
indexer.i: indexer.cpp.i
|
|
.PHONY : indexer.i
|
|
|
|
# target to preprocess a source file
|
|
indexer.cpp.i:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/indexer.cpp.i
|
|
.PHONY : indexer.cpp.i
|
|
|
|
indexer.s: indexer.cpp.s
|
|
.PHONY : indexer.s
|
|
|
|
# target to generate assembly for a file
|
|
indexer.cpp.s:
|
|
$(MAKE) -f CMakeFiles/indexer.dir/build.make CMakeFiles/indexer.dir/indexer.cpp.s
|
|
.PHONY : indexer.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 "... indexer"
|
|
@echo "... rebuild_cache"
|
|
@echo "... indexer_tests"
|
|
@echo "... gmock"
|
|
@echo "... gmock_main"
|
|
@echo "... gtest"
|
|
@echo "... gtest_main"
|
|
@echo "... Candidate.o"
|
|
@echo "... Candidate.i"
|
|
@echo "... Candidate.s"
|
|
@echo "... Completer.o"
|
|
@echo "... Completer.i"
|
|
@echo "... Completer.s"
|
|
@echo "... LetterHash.o"
|
|
@echo "... LetterHash.i"
|
|
@echo "... LetterHash.s"
|
|
@echo "... LetterNode.o"
|
|
@echo "... LetterNode.i"
|
|
@echo "... LetterNode.s"
|
|
@echo "... Result.o"
|
|
@echo "... Result.i"
|
|
@echo "... Result.s"
|
|
@echo "... Utils.o"
|
|
@echo "... Utils.i"
|
|
@echo "... Utils.s"
|
|
@echo "... indexer.o"
|
|
@echo "... indexer.i"
|
|
@echo "... indexer.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
|
|
|