103 lines
4.5 KiB
Makefile
103 lines
4.5 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
|
|
|
#=============================================================================
|
|
# 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/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/Example.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/Example.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/Example.dir/flags.make
|
|
|
|
CMakeFiles/Example.dir/Example.c.o: CMakeFiles/Example.dir/flags.make
|
|
CMakeFiles/Example.dir/Example.c.o: Example.c
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test/CMakeFiles $(CMAKE_PROGRESS_1)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building C object CMakeFiles/Example.dir/Example.c.o"
|
|
/usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -o CMakeFiles/Example.dir/Example.c.o -c /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test/Example.c
|
|
|
|
CMakeFiles/Example.dir/Example.c.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/Example.dir/Example.c.i"
|
|
/usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -E /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test/Example.c > CMakeFiles/Example.dir/Example.c.i
|
|
|
|
CMakeFiles/Example.dir/Example.c.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/Example.dir/Example.c.s"
|
|
/usr/bin/gcc $(C_DEFINES) $(C_FLAGS) -S /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test/Example.c -o CMakeFiles/Example.dir/Example.c.s
|
|
|
|
CMakeFiles/Example.dir/Example.c.o.requires:
|
|
.PHONY : CMakeFiles/Example.dir/Example.c.o.requires
|
|
|
|
CMakeFiles/Example.dir/Example.c.o.provides: CMakeFiles/Example.dir/Example.c.o.requires
|
|
$(MAKE) -f CMakeFiles/Example.dir/build.make CMakeFiles/Example.dir/Example.c.o.provides.build
|
|
.PHONY : CMakeFiles/Example.dir/Example.c.o.provides
|
|
|
|
CMakeFiles/Example.dir/Example.c.o.provides.build: CMakeFiles/Example.dir/Example.c.o
|
|
|
|
# Object files for target Example
|
|
Example_OBJECTS = \
|
|
"CMakeFiles/Example.dir/Example.c.o"
|
|
|
|
# External object files for target Example
|
|
Example_EXTERNAL_OBJECTS =
|
|
|
|
Example: CMakeFiles/Example.dir/Example.c.o
|
|
Example: CMakeFiles/Example.dir/build.make
|
|
Example: CMakeFiles/Example.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking C executable Example"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Example.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/Example.dir/build: Example
|
|
.PHONY : CMakeFiles/Example.dir/build
|
|
|
|
CMakeFiles/Example.dir/requires: CMakeFiles/Example.dir/Example.c.o.requires
|
|
.PHONY : CMakeFiles/Example.dir/requires
|
|
|
|
CMakeFiles/Example.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/Example.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/Example.dir/clean
|
|
|
|
CMakeFiles/Example.dir/depend:
|
|
cd /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test /home/jan/skysql/skygateway/skygateway/table_replication_consistency/test/CMakeFiles/Example.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : CMakeFiles/Example.dir/depend
|
|
|