# 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 = /mnt/hgfs/vm-exchange/SQLiteCpp # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /mnt/hgfs/vm-exchange/SQLiteCpp/build # Include any dependencies generated for this target. include CMakeFiles/SQLiteCpp_example1.dir/depend.make # Include the progress variables for this target. include CMakeFiles/SQLiteCpp_example1.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/SQLiteCpp_example1.dir/flags.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o: CMakeFiles/SQLiteCpp_example1.dir/flags.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o: ../examples/example1/main.cpp $(CMAKE_COMMAND) -E cmake_progress_report /mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles $(CMAKE_PROGRESS_1) @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o" /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o -c /mnt/hgfs/vm-exchange/SQLiteCpp/examples/example1/main.cpp CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.i" /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/hgfs/vm-exchange/SQLiteCpp/examples/example1/main.cpp > CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.i CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.s" /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/hgfs/vm-exchange/SQLiteCpp/examples/example1/main.cpp -o CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.s CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.requires: .PHONY : CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.requires CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.provides: CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.requires $(MAKE) -f CMakeFiles/SQLiteCpp_example1.dir/build.make CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.provides.build .PHONY : CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.provides CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.provides.build: CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o # Object files for target SQLiteCpp_example1 SQLiteCpp_example1_OBJECTS = \ "CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o" # External object files for target SQLiteCpp_example1 SQLiteCpp_example1_EXTERNAL_OBJECTS = SQLiteCpp_example1: CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o SQLiteCpp_example1: CMakeFiles/SQLiteCpp_example1.dir/build.make SQLiteCpp_example1: libSQLiteCpp.a SQLiteCpp_example1: sqlite3/libsqlite3.a SQLiteCpp_example1: CMakeFiles/SQLiteCpp_example1.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable SQLiteCpp_example1" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SQLiteCpp_example1.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/SQLiteCpp_example1.dir/build: SQLiteCpp_example1 .PHONY : CMakeFiles/SQLiteCpp_example1.dir/build CMakeFiles/SQLiteCpp_example1.dir/requires: CMakeFiles/SQLiteCpp_example1.dir/examples/example1/main.cpp.o.requires .PHONY : CMakeFiles/SQLiteCpp_example1.dir/requires CMakeFiles/SQLiteCpp_example1.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/SQLiteCpp_example1.dir/cmake_clean.cmake .PHONY : CMakeFiles/SQLiteCpp_example1.dir/clean CMakeFiles/SQLiteCpp_example1.dir/depend: cd /mnt/hgfs/vm-exchange/SQLiteCpp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/hgfs/vm-exchange/SQLiteCpp /mnt/hgfs/vm-exchange/SQLiteCpp /mnt/hgfs/vm-exchange/SQLiteCpp/build /mnt/hgfs/vm-exchange/SQLiteCpp/build /mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_example1.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/SQLiteCpp_example1.dir/depend