Page MenuHomec4science

Makefile2
No OneTemporary

File Metadata

Created
Thu, Oct 31, 17:31

Makefile2

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# 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 = /snap/clion/92/bin/cmake/linux/bin/cmake
# The command to remove a file.
RM = /snap/clion/92/bin/cmake/linux/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/lionel/EPFL/MA-3/PCSC/pcscproject
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/pscsproject.dir/all
all: ODElibrary/all
.PHONY : all
# The main recursive "clean" target.
clean: CMakeFiles/pscsproject.dir/clean
clean: ODElibrary/clean
.PHONY : clean
# The main recursive "preinstall" target.
preinstall: ODElibrary/preinstall
.PHONY : preinstall
#=============================================================================
# Target rules for target CMakeFiles/pscsproject.dir
# All Build rule for target.
CMakeFiles/pscsproject.dir/all: ODElibrary/CMakeFiles/ODElibrary.dir/all
$(MAKE) -f CMakeFiles/pscsproject.dir/build.make CMakeFiles/pscsproject.dir/depend
$(MAKE) -f CMakeFiles/pscsproject.dir/build.make CMakeFiles/pscsproject.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles --progress-num=10,11 "Built target pscsproject"
.PHONY : CMakeFiles/pscsproject.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/pscsproject.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles 11
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/pscsproject.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles 0
.PHONY : CMakeFiles/pscsproject.dir/rule
# Convenience name for target.
pscsproject: CMakeFiles/pscsproject.dir/rule
.PHONY : pscsproject
# clean rule for target.
CMakeFiles/pscsproject.dir/clean:
$(MAKE) -f CMakeFiles/pscsproject.dir/build.make CMakeFiles/pscsproject.dir/clean
.PHONY : CMakeFiles/pscsproject.dir/clean
#=============================================================================
# Directory level rules for directory ODElibrary
# Recursive "all" directory target.
ODElibrary/all: ODElibrary/CMakeFiles/ODElibrary.dir/all
.PHONY : ODElibrary/all
# Recursive "clean" directory target.
ODElibrary/clean: ODElibrary/CMakeFiles/ODElibrary.dir/clean
.PHONY : ODElibrary/clean
# Recursive "preinstall" directory target.
ODElibrary/preinstall:
.PHONY : ODElibrary/preinstall
#=============================================================================
# Target rules for target ODElibrary/CMakeFiles/ODElibrary.dir
# All Build rule for target.
ODElibrary/CMakeFiles/ODElibrary.dir/all:
$(MAKE) -f ODElibrary/CMakeFiles/ODElibrary.dir/build.make ODElibrary/CMakeFiles/ODElibrary.dir/depend
$(MAKE) -f ODElibrary/CMakeFiles/ODElibrary.dir/build.make ODElibrary/CMakeFiles/ODElibrary.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target ODElibrary"
.PHONY : ODElibrary/CMakeFiles/ODElibrary.dir/all
# Build rule for subdir invocation for target.
ODElibrary/CMakeFiles/ODElibrary.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles 9
$(MAKE) -f CMakeFiles/Makefile2 ODElibrary/CMakeFiles/ODElibrary.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/lionel/EPFL/MA-3/PCSC/pcscproject/cmake-build-debug/CMakeFiles 0
.PHONY : ODElibrary/CMakeFiles/ODElibrary.dir/rule
# Convenience name for target.
ODElibrary: ODElibrary/CMakeFiles/ODElibrary.dir/rule
.PHONY : ODElibrary
# clean rule for target.
ODElibrary/CMakeFiles/ODElibrary.dir/clean:
$(MAKE) -f ODElibrary/CMakeFiles/ODElibrary.dir/build.make ODElibrary/CMakeFiles/ODElibrary.dir/clean
.PHONY : ODElibrary/CMakeFiles/ODElibrary.dir/clean
#=============================================================================
# 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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

Event Timeline