# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.5 # 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/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/jryland/Code/research/framework # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/jryland/Code/research/framework/build #============================================================================= # Targets provided globally by CMake. # 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 -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 cd /home/jryland/Code/research/framework/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/jryland/Code/research/framework/build/CMakeFiles /home/jryland/Code/research/framework/build/source/CMakeFiles/progress.marks cd /home/jryland/Code/research/framework/build && $(MAKE) -f CMakeFiles/Makefile2 source/all $(CMAKE_COMMAND) -E cmake_progress_start /home/jryland/Code/research/framework/build/CMakeFiles 0 .PHONY : all # The main clean target clean: cd /home/jryland/Code/research/framework/build && $(MAKE) -f CMakeFiles/Makefile2 source/clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all cd /home/jryland/Code/research/framework/build && $(MAKE) -f CMakeFiles/Makefile2 source/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /home/jryland/Code/research/framework/build && $(MAKE) -f CMakeFiles/Makefile2 source/preinstall .PHONY : preinstall/fast # clear depends depend: cd /home/jryland/Code/research/framework/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend # Convenience name for target. source/CMakeFiles/Framework.dir/rule: cd /home/jryland/Code/research/framework/build && $(MAKE) -f CMakeFiles/Makefile2 source/CMakeFiles/Framework.dir/rule .PHONY : source/CMakeFiles/Framework.dir/rule # Convenience name for target. Framework: source/CMakeFiles/Framework.dir/rule .PHONY : Framework # fast build rule for target. Framework/fast: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/build .PHONY : Framework/fast ChunkedDataSource.o: ChunkedDataSource.cpp.o .PHONY : ChunkedDataSource.o # target to build an object file ChunkedDataSource.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/ChunkedDataSource.cpp.o .PHONY : ChunkedDataSource.cpp.o ChunkedDataSource.i: ChunkedDataSource.cpp.i .PHONY : ChunkedDataSource.i # target to preprocess a source file ChunkedDataSource.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/ChunkedDataSource.cpp.i .PHONY : ChunkedDataSource.cpp.i ChunkedDataSource.s: ChunkedDataSource.cpp.s .PHONY : ChunkedDataSource.s # target to generate assembly for a file ChunkedDataSource.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/ChunkedDataSource.cpp.s .PHONY : ChunkedDataSource.cpp.s CsvParser.o: CsvParser.cpp.o .PHONY : CsvParser.o # target to build an object file CsvParser.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/CsvParser.cpp.o .PHONY : CsvParser.cpp.o CsvParser.i: CsvParser.cpp.i .PHONY : CsvParser.i # target to preprocess a source file CsvParser.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/CsvParser.cpp.i .PHONY : CsvParser.cpp.i CsvParser.s: CsvParser.cpp.s .PHONY : CsvParser.s # target to generate assembly for a file CsvParser.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/CsvParser.cpp.s .PHONY : CsvParser.cpp.s DataSource.o: DataSource.cpp.o .PHONY : DataSource.o # target to build an object file DataSource.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/DataSource.cpp.o .PHONY : DataSource.cpp.o DataSource.i: DataSource.cpp.i .PHONY : DataSource.i # target to preprocess a source file DataSource.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/DataSource.cpp.i .PHONY : DataSource.cpp.i DataSource.s: DataSource.cpp.s .PHONY : DataSource.s # target to generate assembly for a file DataSource.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/DataSource.cpp.s .PHONY : DataSource.cpp.s FileDataSource.o: FileDataSource.cpp.o .PHONY : FileDataSource.o # target to build an object file FileDataSource.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/FileDataSource.cpp.o .PHONY : FileDataSource.cpp.o FileDataSource.i: FileDataSource.cpp.i .PHONY : FileDataSource.i # target to preprocess a source file FileDataSource.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/FileDataSource.cpp.i .PHONY : FileDataSource.cpp.i FileDataSource.s: FileDataSource.cpp.s .PHONY : FileDataSource.s # target to generate assembly for a file FileDataSource.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/FileDataSource.cpp.s .PHONY : FileDataSource.cpp.s StringUtilities.o: StringUtilities.cpp.o .PHONY : StringUtilities.o # target to build an object file StringUtilities.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/StringUtilities.cpp.o .PHONY : StringUtilities.cpp.o StringUtilities.i: StringUtilities.cpp.i .PHONY : StringUtilities.i # target to preprocess a source file StringUtilities.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/StringUtilities.cpp.i .PHONY : StringUtilities.cpp.i StringUtilities.s: StringUtilities.cpp.s .PHONY : StringUtilities.s # target to generate assembly for a file StringUtilities.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/StringUtilities.cpp.s .PHONY : StringUtilities.cpp.s VectorSlice.o: VectorSlice.cpp.o .PHONY : VectorSlice.o # target to build an object file VectorSlice.cpp.o: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/VectorSlice.cpp.o .PHONY : VectorSlice.cpp.o VectorSlice.i: VectorSlice.cpp.i .PHONY : VectorSlice.i # target to preprocess a source file VectorSlice.cpp.i: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/VectorSlice.cpp.i .PHONY : VectorSlice.cpp.i VectorSlice.s: VectorSlice.cpp.s .PHONY : VectorSlice.s # target to generate assembly for a file VectorSlice.cpp.s: cd /home/jryland/Code/research/framework/build && $(MAKE) -f source/CMakeFiles/Framework.dir/build.make source/CMakeFiles/Framework.dir/VectorSlice.cpp.s .PHONY : VectorSlice.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 "... rebuild_cache" @echo "... Framework" @echo "... ChunkedDataSource.o" @echo "... ChunkedDataSource.i" @echo "... ChunkedDataSource.s" @echo "... CsvParser.o" @echo "... CsvParser.i" @echo "... CsvParser.s" @echo "... DataSource.o" @echo "... DataSource.i" @echo "... DataSource.s" @echo "... FileDataSource.o" @echo "... FileDataSource.i" @echo "... FileDataSource.s" @echo "... StringUtilities.o" @echo "... StringUtilities.i" @echo "... StringUtilities.s" @echo "... VectorSlice.o" @echo "... VectorSlice.i" @echo "... VectorSlice.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: cd /home/jryland/Code/research/framework/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system