982 lines
36 KiB
Makefile
982 lines
36 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
|
|
|
# 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:
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#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 = /opt/homebrew/Cellar/cmake/3.25.1/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /opt/homebrew/Cellar/cmake/3.25.1/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/maria/Applications/musrfit
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/maria/Applications/musrfit/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target package
|
|
package: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cpack --config ./CPackConfig.cmake
|
|
.PHONY : package
|
|
|
|
# Special rule for the target package
|
|
package/fast: package
|
|
.PHONY : package/fast
|
|
|
|
# Special rule for the target package_source
|
|
package_source:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cpack --config ./CPackSourceConfig.cmake /Users/maria/Applications/musrfit/build/CPackSourceConfig.cmake
|
|
.PHONY : package_source
|
|
|
|
# Special rule for the target package_source
|
|
package_source/fast: package_source
|
|
.PHONY : package_source/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.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..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cmake --regenerate-during-build -S$(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
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/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..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/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..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/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..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/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..."
|
|
/opt/homebrew/Cellar/cmake/3.25.1/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/maria/Applications/musrfit/build/CMakeFiles /Users/maria/Applications/musrfit/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/maria/Applications/musrfit/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named configure_musrfit_version
|
|
|
|
# Build rule for target.
|
|
configure_musrfit_version: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 configure_musrfit_version
|
|
.PHONY : configure_musrfit_version
|
|
|
|
# fast build rule for target.
|
|
configure_musrfit_version/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/configure_musrfit_version.dir/build.make src/CMakeFiles/configure_musrfit_version.dir/build
|
|
.PHONY : configure_musrfit_version/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named any2many
|
|
|
|
# Build rule for target.
|
|
any2many: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 any2many
|
|
.PHONY : any2many
|
|
|
|
# fast build rule for target.
|
|
any2many/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/any2many.dir/build.make src/CMakeFiles/any2many.dir/build
|
|
.PHONY : any2many/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dump_header
|
|
|
|
# Build rule for target.
|
|
dump_header: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dump_header
|
|
.PHONY : dump_header
|
|
|
|
# fast build rule for target.
|
|
dump_header/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/dump_header.dir/build.make src/CMakeFiles/dump_header.dir/build
|
|
.PHONY : dump_header/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named msr2data
|
|
|
|
# Build rule for target.
|
|
msr2data: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 msr2data
|
|
.PHONY : msr2data
|
|
|
|
# fast build rule for target.
|
|
msr2data/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/msr2data.dir/build.make src/CMakeFiles/msr2data.dir/build
|
|
.PHONY : msr2data/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named msr2msr
|
|
|
|
# Build rule for target.
|
|
msr2msr: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 msr2msr
|
|
.PHONY : msr2msr
|
|
|
|
# fast build rule for target.
|
|
msr2msr/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/msr2msr.dir/build.make src/CMakeFiles/msr2msr.dir/build
|
|
.PHONY : msr2msr/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrfit
|
|
|
|
# Build rule for target.
|
|
musrfit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrfit
|
|
.PHONY : musrfit
|
|
|
|
# fast build rule for target.
|
|
musrfit/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/musrfit.dir/build.make src/CMakeFiles/musrfit.dir/build
|
|
.PHONY : musrfit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrFT
|
|
|
|
# Build rule for target.
|
|
musrFT: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrFT
|
|
.PHONY : musrFT
|
|
|
|
# fast build rule for target.
|
|
musrFT/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/musrFT.dir/build.make src/CMakeFiles/musrFT.dir/build
|
|
.PHONY : musrFT/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrRootValidation
|
|
|
|
# Build rule for target.
|
|
musrRootValidation: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrRootValidation
|
|
.PHONY : musrRootValidation
|
|
|
|
# fast build rule for target.
|
|
musrRootValidation/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/musrRootValidation.dir/build.make src/CMakeFiles/musrRootValidation.dir/build
|
|
.PHONY : musrRootValidation/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrt0
|
|
|
|
# Build rule for target.
|
|
musrt0: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrt0
|
|
.PHONY : musrt0
|
|
|
|
# fast build rule for target.
|
|
musrt0/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/musrt0.dir/build.make src/CMakeFiles/musrt0.dir/build
|
|
.PHONY : musrt0/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrview
|
|
|
|
# Build rule for target.
|
|
musrview: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrview
|
|
.PHONY : musrview
|
|
|
|
# fast build rule for target.
|
|
musrview/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/musrview.dir/build.make src/CMakeFiles/musrview.dir/build
|
|
.PHONY : musrview/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named write_musrRoot_runHeader
|
|
|
|
# Build rule for target.
|
|
write_musrRoot_runHeader: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 write_musrRoot_runHeader
|
|
.PHONY : write_musrRoot_runHeader
|
|
|
|
# fast build rule for target.
|
|
write_musrRoot_runHeader/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/write_musrRoot_runHeader.dir/build.make src/CMakeFiles/write_musrRoot_runHeader.dir/build
|
|
.PHONY : write_musrRoot_runHeader/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PFourierCanvasDict
|
|
|
|
# Build rule for target.
|
|
PFourierCanvasDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PFourierCanvasDict
|
|
.PHONY : PFourierCanvasDict
|
|
|
|
# fast build rule for target.
|
|
PFourierCanvasDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PFourierCanvasDict.dir/build.make src/classes/CMakeFiles/PFourierCanvasDict.dir/build
|
|
.PHONY : PFourierCanvasDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMusrCanvasDict
|
|
|
|
# Build rule for target.
|
|
PMusrCanvasDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMusrCanvasDict
|
|
.PHONY : PMusrCanvasDict
|
|
|
|
# fast build rule for target.
|
|
PMusrCanvasDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PMusrCanvasDict.dir/build.make src/classes/CMakeFiles/PMusrCanvasDict.dir/build
|
|
.PHONY : PMusrCanvasDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMusrT0Dict
|
|
|
|
# Build rule for target.
|
|
PMusrT0Dict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMusrT0Dict
|
|
.PHONY : PMusrT0Dict
|
|
|
|
# fast build rule for target.
|
|
PMusrT0Dict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PMusrT0Dict.dir/build.make src/classes/CMakeFiles/PMusrT0Dict.dir/build
|
|
.PHONY : PMusrT0Dict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PStartupHandlerDict
|
|
|
|
# Build rule for target.
|
|
PStartupHandlerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PStartupHandlerDict
|
|
.PHONY : PStartupHandlerDict
|
|
|
|
# fast build rule for target.
|
|
PStartupHandlerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PStartupHandlerDict.dir/build.make src/classes/CMakeFiles/PStartupHandlerDict.dir/build
|
|
.PHONY : PStartupHandlerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PUserFcnBaseDict
|
|
|
|
# Build rule for target.
|
|
PUserFcnBaseDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PUserFcnBaseDict
|
|
.PHONY : PUserFcnBaseDict
|
|
|
|
# fast build rule for target.
|
|
PUserFcnBaseDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PUserFcnBaseDict.dir/build.make src/classes/CMakeFiles/PUserFcnBaseDict.dir/build
|
|
.PHONY : PUserFcnBaseDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PRgeHandlerDict
|
|
|
|
# Build rule for target.
|
|
PRgeHandlerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PRgeHandlerDict
|
|
.PHONY : PRgeHandlerDict
|
|
|
|
# fast build rule for target.
|
|
PRgeHandlerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PRgeHandlerDict.dir/build.make src/classes/CMakeFiles/PRgeHandlerDict.dir/build
|
|
.PHONY : PRgeHandlerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMusr
|
|
|
|
# Build rule for target.
|
|
PMusr: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMusr
|
|
.PHONY : PMusr
|
|
|
|
# fast build rule for target.
|
|
PMusr/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PMusr.dir/build.make src/classes/CMakeFiles/PMusr.dir/build
|
|
.PHONY : PMusr/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PUserFcnBase
|
|
|
|
# Build rule for target.
|
|
PUserFcnBase: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PUserFcnBase
|
|
.PHONY : PUserFcnBase
|
|
|
|
# fast build rule for target.
|
|
PUserFcnBase/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PUserFcnBase.dir/build.make src/classes/CMakeFiles/PUserFcnBase.dir/build
|
|
.PHONY : PUserFcnBase/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PRgeHandler
|
|
|
|
# Build rule for target.
|
|
PRgeHandler: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PRgeHandler
|
|
.PHONY : PRgeHandler
|
|
|
|
# fast build rule for target.
|
|
PRgeHandler/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/classes/CMakeFiles/PRgeHandler.dir/build.make src/classes/CMakeFiles/PRgeHandler.dir/build
|
|
.PHONY : PRgeHandler/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PNL_PippardFitterDict
|
|
|
|
# Build rule for target.
|
|
PNL_PippardFitterDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PNL_PippardFitterDict
|
|
.PHONY : PNL_PippardFitterDict
|
|
|
|
# fast build rule for target.
|
|
PNL_PippardFitterDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/Nonlocal/CMakeFiles/PNL_PippardFitterDict.dir/build.make src/external/Nonlocal/CMakeFiles/PNL_PippardFitterDict.dir/build
|
|
.PHONY : PNL_PippardFitterDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PNL_StartupHandlerDict
|
|
|
|
# Build rule for target.
|
|
PNL_StartupHandlerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PNL_StartupHandlerDict
|
|
.PHONY : PNL_StartupHandlerDict
|
|
|
|
# fast build rule for target.
|
|
PNL_StartupHandlerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/Nonlocal/CMakeFiles/PNL_StartupHandlerDict.dir/build.make src/external/Nonlocal/CMakeFiles/PNL_StartupHandlerDict.dir/build
|
|
.PHONY : PNL_StartupHandlerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PNL_PippardFitter
|
|
|
|
# Build rule for target.
|
|
PNL_PippardFitter: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PNL_PippardFitter
|
|
.PHONY : PNL_PippardFitter
|
|
|
|
# fast build rule for target.
|
|
PNL_PippardFitter/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/Nonlocal/CMakeFiles/PNL_PippardFitter.dir/build.make src/external/Nonlocal/CMakeFiles/PNL_PippardFitter.dir/build
|
|
.PHONY : PNL_PippardFitter/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named dump_nonlocal_field
|
|
|
|
# Build rule for target.
|
|
dump_nonlocal_field: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dump_nonlocal_field
|
|
.PHONY : dump_nonlocal_field
|
|
|
|
# fast build rule for target.
|
|
dump_nonlocal_field/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/Nonlocal/prog/CMakeFiles/dump_nonlocal_field.dir/build.make src/external/Nonlocal/prog/CMakeFiles/dump_nonlocal_field.dir/build
|
|
.PHONY : dump_nonlocal_field/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMagProximityFitterDict
|
|
|
|
# Build rule for target.
|
|
PMagProximityFitterDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMagProximityFitterDict
|
|
.PHONY : PMagProximityFitterDict
|
|
|
|
# fast build rule for target.
|
|
PMagProximityFitterDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MagProximity/CMakeFiles/PMagProximityFitterDict.dir/build.make src/external/MagProximity/CMakeFiles/PMagProximityFitterDict.dir/build
|
|
.PHONY : PMagProximityFitterDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMPStartupHandlerDict
|
|
|
|
# Build rule for target.
|
|
PMPStartupHandlerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMPStartupHandlerDict
|
|
.PHONY : PMPStartupHandlerDict
|
|
|
|
# fast build rule for target.
|
|
PMPStartupHandlerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MagProximity/CMakeFiles/PMPStartupHandlerDict.dir/build.make src/external/MagProximity/CMakeFiles/PMPStartupHandlerDict.dir/build
|
|
.PHONY : PMPStartupHandlerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMagProximityFitter
|
|
|
|
# Build rule for target.
|
|
PMagProximityFitter: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMagProximityFitter
|
|
.PHONY : PMagProximityFitter
|
|
|
|
# fast build rule for target.
|
|
PMagProximityFitter/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MagProximity/CMakeFiles/PMagProximityFitter.dir/build.make src/external/MagProximity/CMakeFiles/PMagProximityFitter.dir/build
|
|
.PHONY : PMagProximityFitter/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PPhotoMeissnerDict
|
|
|
|
# Build rule for target.
|
|
PPhotoMeissnerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PPhotoMeissnerDict
|
|
.PHONY : PPhotoMeissnerDict
|
|
|
|
# fast build rule for target.
|
|
PPhotoMeissnerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libPhotoMeissner/classes/CMakeFiles/PPhotoMeissnerDict.dir/build.make src/external/libPhotoMeissner/classes/CMakeFiles/PPhotoMeissnerDict.dir/build
|
|
.PHONY : PPhotoMeissnerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PPhotoMeissner
|
|
|
|
# Build rule for target.
|
|
PPhotoMeissner: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PPhotoMeissner
|
|
.PHONY : PPhotoMeissner
|
|
|
|
# fast build rule for target.
|
|
PPhotoMeissner/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libPhotoMeissner/classes/CMakeFiles/PPhotoMeissner.dir/build.make src/external/libPhotoMeissner/classes/CMakeFiles/PPhotoMeissner.dir/build
|
|
.PHONY : PPhotoMeissner/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PSkewedLorentzianDict
|
|
|
|
# Build rule for target.
|
|
PSkewedLorentzianDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PSkewedLorentzianDict
|
|
.PHONY : PSkewedLorentzianDict
|
|
|
|
# fast build rule for target.
|
|
PSkewedLorentzianDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libSpinValve/classes/CMakeFiles/PSkewedLorentzianDict.dir/build.make src/external/libSpinValve/classes/CMakeFiles/PSkewedLorentzianDict.dir/build
|
|
.PHONY : PSkewedLorentzianDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PStartupHandler_SVDict
|
|
|
|
# Build rule for target.
|
|
PStartupHandler_SVDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PStartupHandler_SVDict
|
|
.PHONY : PStartupHandler_SVDict
|
|
|
|
# fast build rule for target.
|
|
PStartupHandler_SVDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libSpinValve/classes/CMakeFiles/PStartupHandler_SVDict.dir/build.make src/external/libSpinValve/classes/CMakeFiles/PStartupHandler_SVDict.dir/build
|
|
.PHONY : PStartupHandler_SVDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PSpinValve
|
|
|
|
# Build rule for target.
|
|
PSpinValve: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PSpinValve
|
|
.PHONY : PSpinValve
|
|
|
|
# fast build rule for target.
|
|
PSpinValve/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libSpinValve/classes/CMakeFiles/PSpinValve.dir/build.make src/external/libSpinValve/classes/CMakeFiles/PSpinValve.dir/build
|
|
.PHONY : PSpinValve/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PGbGLFDict
|
|
|
|
# Build rule for target.
|
|
PGbGLFDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PGbGLFDict
|
|
.PHONY : PGbGLFDict
|
|
|
|
# fast build rule for target.
|
|
PGbGLFDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libGbGLF/CMakeFiles/PGbGLFDict.dir/build.make src/external/libGbGLF/CMakeFiles/PGbGLFDict.dir/build
|
|
.PHONY : PGbGLFDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PGbGLF
|
|
|
|
# Build rule for target.
|
|
PGbGLF: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PGbGLF
|
|
.PHONY : PGbGLF
|
|
|
|
# fast build rule for target.
|
|
PGbGLF/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/libGbGLF/CMakeFiles/PGbGLF.dir/build.make src/external/libGbGLF/CMakeFiles/PGbGLF.dir/build
|
|
.PHONY : PGbGLF/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PDepthProfileDict
|
|
|
|
# Build rule for target.
|
|
PDepthProfileDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PDepthProfileDict
|
|
.PHONY : PDepthProfileDict
|
|
|
|
# fast build rule for target.
|
|
PDepthProfileDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/DepthProfile/src/CMakeFiles/PDepthProfileDict.dir/build.make src/external/DepthProfile/src/CMakeFiles/PDepthProfileDict.dir/build
|
|
.PHONY : PDepthProfileDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PDepthProfile
|
|
|
|
# Build rule for target.
|
|
PDepthProfile: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PDepthProfile
|
|
.PHONY : PDepthProfile
|
|
|
|
# fast build rule for target.
|
|
PDepthProfile/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/DepthProfile/src/CMakeFiles/PDepthProfile.dir/build.make src/external/DepthProfile/src/CMakeFiles/PDepthProfile.dir/build
|
|
.PHONY : PDepthProfile/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mud
|
|
|
|
# Build rule for target.
|
|
mud: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mud
|
|
.PHONY : mud
|
|
|
|
# fast build rule for target.
|
|
mud/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/mud/src/CMakeFiles/mud.dir/build.make src/external/mud/src/CMakeFiles/mud.dir/build
|
|
.PHONY : mud/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TMusrRunHeaderDict
|
|
|
|
# Build rule for target.
|
|
TMusrRunHeaderDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TMusrRunHeaderDict
|
|
.PHONY : TMusrRunHeaderDict
|
|
|
|
# fast build rule for target.
|
|
TMusrRunHeaderDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MusrRoot/CMakeFiles/TMusrRunHeaderDict.dir/build.make src/external/MusrRoot/CMakeFiles/TMusrRunHeaderDict.dir/build
|
|
.PHONY : TMusrRunHeaderDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TMusrRunHeader
|
|
|
|
# Build rule for target.
|
|
TMusrRunHeader: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TMusrRunHeader
|
|
.PHONY : TMusrRunHeader
|
|
|
|
# fast build rule for target.
|
|
TMusrRunHeader/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MusrRoot/CMakeFiles/TMusrRunHeader.dir/build.make src/external/MusrRoot/CMakeFiles/TMusrRunHeader.dir/build
|
|
.PHONY : TMusrRunHeader/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TLemRunHeaderDict
|
|
|
|
# Build rule for target.
|
|
TLemRunHeaderDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TLemRunHeaderDict
|
|
.PHONY : TLemRunHeaderDict
|
|
|
|
# fast build rule for target.
|
|
TLemRunHeaderDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/TLemRunHeader/CMakeFiles/TLemRunHeaderDict.dir/build.make src/external/TLemRunHeader/CMakeFiles/TLemRunHeaderDict.dir/build
|
|
.PHONY : TLemRunHeaderDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TLemStatsDict
|
|
|
|
# Build rule for target.
|
|
TLemStatsDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TLemStatsDict
|
|
.PHONY : TLemStatsDict
|
|
|
|
# fast build rule for target.
|
|
TLemStatsDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/TLemRunHeader/CMakeFiles/TLemStatsDict.dir/build.make src/external/TLemRunHeader/CMakeFiles/TLemStatsDict.dir/build
|
|
.PHONY : TLemStatsDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named TLemRunHeader
|
|
|
|
# Build rule for target.
|
|
TLemRunHeader: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 TLemRunHeader
|
|
.PHONY : TLemRunHeader
|
|
|
|
# fast build rule for target.
|
|
TLemRunHeader/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/TLemRunHeader/CMakeFiles/TLemRunHeader.dir/build.make src/external/TLemRunHeader/CMakeFiles/TLemRunHeader.dir/build
|
|
.PHONY : TLemRunHeader/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Class_MuSR_PSI
|
|
|
|
# Build rule for target.
|
|
Class_MuSR_PSI: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Class_MuSR_PSI
|
|
.PHONY : Class_MuSR_PSI
|
|
|
|
# fast build rule for target.
|
|
Class_MuSR_PSI/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/external/MuSR_software/Class_MuSR_PSI/CMakeFiles/Class_MuSR_PSI.dir/build.make src/external/MuSR_software/Class_MuSR_PSI/CMakeFiles/Class_MuSR_PSI.dir/build
|
|
.PHONY : Class_MuSR_PSI/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musredit
|
|
|
|
# Build rule for target.
|
|
musredit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musredit
|
|
.PHONY : musredit
|
|
|
|
# fast build rule for target.
|
|
musredit/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musredit/CMakeFiles/musredit.dir/build.make src/musredit_qt6/musredit/CMakeFiles/musredit.dir/build
|
|
.PHONY : musredit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musredit_autogen
|
|
|
|
# Build rule for target.
|
|
musredit_autogen: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musredit_autogen
|
|
.PHONY : musredit_autogen
|
|
|
|
# fast build rule for target.
|
|
musredit_autogen/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musredit/CMakeFiles/musredit_autogen.dir/build.make src/musredit_qt6/musredit/CMakeFiles/musredit_autogen.dir/build
|
|
.PHONY : musredit_autogen/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrStep
|
|
|
|
# Build rule for target.
|
|
musrStep: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrStep
|
|
.PHONY : musrStep
|
|
|
|
# fast build rule for target.
|
|
musrStep/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musrStep/CMakeFiles/musrStep.dir/build.make src/musredit_qt6/musrStep/CMakeFiles/musrStep.dir/build
|
|
.PHONY : musrStep/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrStep_autogen
|
|
|
|
# Build rule for target.
|
|
musrStep_autogen: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrStep_autogen
|
|
.PHONY : musrStep_autogen
|
|
|
|
# fast build rule for target.
|
|
musrStep_autogen/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musrStep/CMakeFiles/musrStep_autogen.dir/build.make src/musredit_qt6/musrStep/CMakeFiles/musrStep_autogen.dir/build
|
|
.PHONY : musrStep_autogen/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrWiz
|
|
|
|
# Build rule for target.
|
|
musrWiz: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrWiz
|
|
.PHONY : musrWiz
|
|
|
|
# fast build rule for target.
|
|
musrWiz/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musrWiz/CMakeFiles/musrWiz.dir/build.make src/musredit_qt6/musrWiz/CMakeFiles/musrWiz.dir/build
|
|
.PHONY : musrWiz/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named musrWiz_autogen
|
|
|
|
# Build rule for target.
|
|
musrWiz_autogen: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 musrWiz_autogen
|
|
.PHONY : musrWiz_autogen
|
|
|
|
# fast build rule for target.
|
|
musrWiz_autogen/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/musrWiz/CMakeFiles/musrWiz_autogen.dir/build.make src/musredit_qt6/musrWiz/CMakeFiles/musrWiz_autogen.dir/build
|
|
.PHONY : musrWiz_autogen/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named configure_mupp_version
|
|
|
|
# Build rule for target.
|
|
configure_mupp_version: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 configure_mupp_version
|
|
.PHONY : configure_mupp_version
|
|
|
|
# fast build rule for target.
|
|
configure_mupp_version/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/CMakeFiles/configure_mupp_version.dir/build.make src/musredit_qt6/mupp/CMakeFiles/configure_mupp_version.dir/build
|
|
.PHONY : configure_mupp_version/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mupp
|
|
|
|
# Build rule for target.
|
|
mupp: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mupp
|
|
.PHONY : mupp
|
|
|
|
# fast build rule for target.
|
|
mupp/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/CMakeFiles/mupp.dir/build.make src/musredit_qt6/mupp/CMakeFiles/mupp.dir/build
|
|
.PHONY : mupp/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mupp_autogen
|
|
|
|
# Build rule for target.
|
|
mupp_autogen: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mupp_autogen
|
|
.PHONY : mupp_autogen
|
|
|
|
# fast build rule for target.
|
|
mupp_autogen/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/CMakeFiles/mupp_autogen.dir/build.make src/musredit_qt6/mupp/CMakeFiles/mupp_autogen.dir/build
|
|
.PHONY : mupp_autogen/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMuppCanvasDict
|
|
|
|
# Build rule for target.
|
|
PMuppCanvasDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMuppCanvasDict
|
|
.PHONY : PMuppCanvasDict
|
|
|
|
# fast build rule for target.
|
|
PMuppCanvasDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/plotter/CMakeFiles/PMuppCanvasDict.dir/build.make src/musredit_qt6/mupp/plotter/CMakeFiles/PMuppCanvasDict.dir/build
|
|
.PHONY : PMuppCanvasDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named PMuppStartupHandlerDict
|
|
|
|
# Build rule for target.
|
|
PMuppStartupHandlerDict: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PMuppStartupHandlerDict
|
|
.PHONY : PMuppStartupHandlerDict
|
|
|
|
# fast build rule for target.
|
|
PMuppStartupHandlerDict/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/plotter/CMakeFiles/PMuppStartupHandlerDict.dir/build.make src/musredit_qt6/mupp/plotter/CMakeFiles/PMuppStartupHandlerDict.dir/build
|
|
.PHONY : PMuppStartupHandlerDict/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mupp_plot
|
|
|
|
# Build rule for target.
|
|
mupp_plot: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mupp_plot
|
|
.PHONY : mupp_plot
|
|
|
|
# fast build rule for target.
|
|
mupp_plot/fast:
|
|
$(MAKE) $(MAKESILENT) -f src/musredit_qt6/mupp/plotter/CMakeFiles/mupp_plot.dir/build.make src/musredit_qt6/mupp/plotter/CMakeFiles/mupp_plot.dir/build
|
|
.PHONY : mupp_plot/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 "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... package"
|
|
@echo "... package_source"
|
|
@echo "... rebuild_cache"
|
|
@echo "... PDepthProfileDict"
|
|
@echo "... PFourierCanvasDict"
|
|
@echo "... PGbGLFDict"
|
|
@echo "... PMPStartupHandlerDict"
|
|
@echo "... PMagProximityFitterDict"
|
|
@echo "... PMuppCanvasDict"
|
|
@echo "... PMuppStartupHandlerDict"
|
|
@echo "... PMusrCanvasDict"
|
|
@echo "... PMusrT0Dict"
|
|
@echo "... PNL_PippardFitterDict"
|
|
@echo "... PNL_StartupHandlerDict"
|
|
@echo "... PPhotoMeissnerDict"
|
|
@echo "... PRgeHandlerDict"
|
|
@echo "... PSkewedLorentzianDict"
|
|
@echo "... PStartupHandlerDict"
|
|
@echo "... PStartupHandler_SVDict"
|
|
@echo "... PUserFcnBaseDict"
|
|
@echo "... TLemRunHeaderDict"
|
|
@echo "... TLemStatsDict"
|
|
@echo "... TMusrRunHeaderDict"
|
|
@echo "... configure_mupp_version"
|
|
@echo "... configure_musrfit_version"
|
|
@echo "... mupp_autogen"
|
|
@echo "... musrStep_autogen"
|
|
@echo "... musrWiz_autogen"
|
|
@echo "... musredit_autogen"
|
|
@echo "... Class_MuSR_PSI"
|
|
@echo "... PDepthProfile"
|
|
@echo "... PGbGLF"
|
|
@echo "... PMagProximityFitter"
|
|
@echo "... PMusr"
|
|
@echo "... PNL_PippardFitter"
|
|
@echo "... PPhotoMeissner"
|
|
@echo "... PRgeHandler"
|
|
@echo "... PSpinValve"
|
|
@echo "... PUserFcnBase"
|
|
@echo "... TLemRunHeader"
|
|
@echo "... TMusrRunHeader"
|
|
@echo "... any2many"
|
|
@echo "... dump_header"
|
|
@echo "... dump_nonlocal_field"
|
|
@echo "... msr2data"
|
|
@echo "... msr2msr"
|
|
@echo "... mud"
|
|
@echo "... mupp"
|
|
@echo "... mupp_plot"
|
|
@echo "... musrFT"
|
|
@echo "... musrRootValidation"
|
|
@echo "... musrStep"
|
|
@echo "... musrWiz"
|
|
@echo "... musredit"
|
|
@echo "... musrfit"
|
|
@echo "... musrt0"
|
|
@echo "... musrview"
|
|
@echo "... write_musrRoot_runHeader"
|
|
.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|