Files
geant4/examples/advanced/doiPET/Makefile
T
2018-12-07 15:15:39 +01:00

255 lines
7.8 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.9
# 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/local/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/local/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/local/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
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/abdellaa/src/geant4/geant4-install/share/Geant4-10.2.3/examples/basic/B3/B3a/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named B3
# Build rule for target.
B3: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3
.PHONY : B3
# fast build rule for target.
B3/fast:
$(MAKE) -f CMakeFiles/B3.dir/build.make CMakeFiles/B3.dir/build
.PHONY : B3/fast
#=============================================================================
# Target rules for targets named B3a
# Build rule for target.
B3a: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3a
.PHONY : B3a
# fast build rule for target.
B3a/fast:
$(MAKE) -f B3a/CMakeFiles/B3a.dir/build.make B3a/CMakeFiles/B3a.dir/build
.PHONY : B3a/fast
#=============================================================================
# Target rules for targets named exampleB3a
# Build rule for target.
exampleB3a: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 exampleB3a
.PHONY : exampleB3a
# fast build rule for target.
exampleB3a/fast:
$(MAKE) -f B3a/CMakeFiles/exampleB3a.dir/build.make B3a/CMakeFiles/exampleB3a.dir/build
.PHONY : exampleB3a/fast
#=============================================================================
# Target rules for targets named B3b
# Build rule for target.
B3b: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 B3b
.PHONY : B3b
# fast build rule for target.
B3b/fast:
$(MAKE) -f B3b/CMakeFiles/B3b.dir/build.make B3b/CMakeFiles/B3b.dir/build
.PHONY : B3b/fast
#=============================================================================
# Target rules for targets named exampleB3b
# Build rule for target.
exampleB3b: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 exampleB3b
.PHONY : exampleB3b
# fast build rule for target.
exampleB3b/fast:
$(MAKE) -f B3b/CMakeFiles/exampleB3b.dir/build.make B3b/CMakeFiles/exampleB3b.dir/build
.PHONY : exampleB3b/fast
# 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 "... install/strip"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... list_install_components"
@echo "... B3"
@echo "... install/local"
@echo "... install"
@echo "... B3a"
@echo "... exampleB3a"
@echo "... B3b"
@echo "... exampleB3b"
.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:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system