d007778f4a
Parser implemented
113 lines
4.2 KiB
Makefile
113 lines
4.2 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
|
|
|
|
# Delete rule output on recipe failure.
|
|
.DELETE_ON_ERROR:
|
|
|
|
|
|
#=============================================================================
|
|
# 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/armin/dev/mshackman/far
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/armin/dev/mshackman/far/build
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/far.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/far.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/far.dir/flags.make
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.o: CMakeFiles/far.dir/flags.make
|
|
CMakeFiles/far.dir/src/far.cpp.o: ../src/far.cpp
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/armin/dev/mshackman/far/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/far.dir/src/far.cpp.o"
|
|
/usr/lib64/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/far.dir/src/far.cpp.o -c /home/armin/dev/mshackman/far/src/far.cpp
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/far.dir/src/far.cpp.i"
|
|
/usr/lib64/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/armin/dev/mshackman/far/src/far.cpp > CMakeFiles/far.dir/src/far.cpp.i
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/far.dir/src/far.cpp.s"
|
|
/usr/lib64/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/armin/dev/mshackman/far/src/far.cpp -o CMakeFiles/far.dir/src/far.cpp.s
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.o.requires:
|
|
|
|
.PHONY : CMakeFiles/far.dir/src/far.cpp.o.requires
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.o.provides: CMakeFiles/far.dir/src/far.cpp.o.requires
|
|
$(MAKE) -f CMakeFiles/far.dir/build.make CMakeFiles/far.dir/src/far.cpp.o.provides.build
|
|
.PHONY : CMakeFiles/far.dir/src/far.cpp.o.provides
|
|
|
|
CMakeFiles/far.dir/src/far.cpp.o.provides.build: CMakeFiles/far.dir/src/far.cpp.o
|
|
|
|
|
|
# Object files for target far
|
|
far_OBJECTS = \
|
|
"CMakeFiles/far.dir/src/far.cpp.o"
|
|
|
|
# External object files for target far
|
|
far_EXTERNAL_OBJECTS =
|
|
|
|
far: CMakeFiles/far.dir/src/far.cpp.o
|
|
far: CMakeFiles/far.dir/build.make
|
|
far: CMakeFiles/far.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/armin/dev/mshackman/far/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable far"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/far.dir/link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/far.dir/build: far
|
|
|
|
.PHONY : CMakeFiles/far.dir/build
|
|
|
|
CMakeFiles/far.dir/requires: CMakeFiles/far.dir/src/far.cpp.o.requires
|
|
|
|
.PHONY : CMakeFiles/far.dir/requires
|
|
|
|
CMakeFiles/far.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles/far.dir/cmake_clean.cmake
|
|
.PHONY : CMakeFiles/far.dir/clean
|
|
|
|
CMakeFiles/far.dir/depend:
|
|
cd /home/armin/dev/mshackman/far/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/armin/dev/mshackman/far /home/armin/dev/mshackman/far /home/armin/dev/mshackman/far/build /home/armin/dev/mshackman/far/build /home/armin/dev/mshackman/far/build/CMakeFiles/far.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : CMakeFiles/far.dir/depend
|
|
|