# 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 = /opt/esroofit/cxx/esroofit

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /opt/esroofit/cxx

#=============================================================================
# Targets provided globally by CMake.

# 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

# 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 install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/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/bin/cmake -P cmake_install.cmake
.PHONY : install/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: \"libraries\""
.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/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip

.PHONY : install/strip/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/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: install/local

.PHONY : install/local/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /opt/esroofit/cxx/CMakeFiles /opt/esroofit/cxx/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /opt/esroofit/cxx/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 G__esroofit

# Build rule for target.
G__esroofit: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 G__esroofit
.PHONY : G__esroofit

# fast build rule for target.
G__esroofit/fast:
	$(MAKE) -f CMakeFiles/G__esroofit.dir/build.make CMakeFiles/G__esroofit.dir/build
.PHONY : G__esroofit/fast

#=============================================================================
# Target rules for targets named esroofit

# Build rule for target.
esroofit: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 esroofit
.PHONY : esroofit

# fast build rule for target.
esroofit/fast:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/build
.PHONY : esroofit/fast

G__esroofit.o: G__esroofit.cxx.o

.PHONY : G__esroofit.o

# target to build an object file
G__esroofit.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/G__esroofit.cxx.o
.PHONY : G__esroofit.cxx.o

G__esroofit.i: G__esroofit.cxx.i

.PHONY : G__esroofit.i

# target to preprocess a source file
G__esroofit.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/G__esroofit.cxx.i
.PHONY : G__esroofit.cxx.i

G__esroofit.s: G__esroofit.cxx.s

.PHONY : G__esroofit.s

# target to generate assembly for a file
G__esroofit.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/G__esroofit.cxx.s
.PHONY : G__esroofit.cxx.s

src/ABCDUtils.o: src/ABCDUtils.cxx.o

.PHONY : src/ABCDUtils.o

# target to build an object file
src/ABCDUtils.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/ABCDUtils.cxx.o
.PHONY : src/ABCDUtils.cxx.o

src/ABCDUtils.i: src/ABCDUtils.cxx.i

.PHONY : src/ABCDUtils.i

# target to preprocess a source file
src/ABCDUtils.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/ABCDUtils.cxx.i
.PHONY : src/ABCDUtils.cxx.i

src/ABCDUtils.s: src/ABCDUtils.cxx.s

.PHONY : src/ABCDUtils.s

# target to generate assembly for a file
src/ABCDUtils.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/ABCDUtils.cxx.s
.PHONY : src/ABCDUtils.cxx.s

src/DataUtils.o: src/DataUtils.cxx.o

.PHONY : src/DataUtils.o

# target to build an object file
src/DataUtils.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DataUtils.cxx.o
.PHONY : src/DataUtils.cxx.o

src/DataUtils.i: src/DataUtils.cxx.i

.PHONY : src/DataUtils.i

# target to preprocess a source file
src/DataUtils.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DataUtils.cxx.i
.PHONY : src/DataUtils.cxx.i

src/DataUtils.s: src/DataUtils.cxx.s

.PHONY : src/DataUtils.s

# target to generate assembly for a file
src/DataUtils.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DataUtils.cxx.s
.PHONY : src/DataUtils.cxx.s

src/DrawUtils.o: src/DrawUtils.cxx.o

.PHONY : src/DrawUtils.o

# target to build an object file
src/DrawUtils.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DrawUtils.cxx.o
.PHONY : src/DrawUtils.cxx.o

src/DrawUtils.i: src/DrawUtils.cxx.i

.PHONY : src/DrawUtils.i

# target to preprocess a source file
src/DrawUtils.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DrawUtils.cxx.i
.PHONY : src/DrawUtils.cxx.i

src/DrawUtils.s: src/DrawUtils.cxx.s

.PHONY : src/DrawUtils.s

# target to generate assembly for a file
src/DrawUtils.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/DrawUtils.cxx.s
.PHONY : src/DrawUtils.cxx.s

src/RhhNDKeysPdf.o: src/RhhNDKeysPdf.cxx.o

.PHONY : src/RhhNDKeysPdf.o

# target to build an object file
src/RhhNDKeysPdf.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RhhNDKeysPdf.cxx.o
.PHONY : src/RhhNDKeysPdf.cxx.o

src/RhhNDKeysPdf.i: src/RhhNDKeysPdf.cxx.i

.PHONY : src/RhhNDKeysPdf.i

# target to preprocess a source file
src/RhhNDKeysPdf.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RhhNDKeysPdf.cxx.i
.PHONY : src/RhhNDKeysPdf.cxx.i

src/RhhNDKeysPdf.s: src/RhhNDKeysPdf.cxx.s

.PHONY : src/RhhNDKeysPdf.s

# target to generate assembly for a file
src/RhhNDKeysPdf.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RhhNDKeysPdf.cxx.s
.PHONY : src/RhhNDKeysPdf.cxx.s

src/RooABCDHistPdf.o: src/RooABCDHistPdf.cxx.o

.PHONY : src/RooABCDHistPdf.o

# target to build an object file
src/RooABCDHistPdf.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooABCDHistPdf.cxx.o
.PHONY : src/RooABCDHistPdf.cxx.o

src/RooABCDHistPdf.i: src/RooABCDHistPdf.cxx.i

.PHONY : src/RooABCDHistPdf.i

# target to preprocess a source file
src/RooABCDHistPdf.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooABCDHistPdf.cxx.i
.PHONY : src/RooABCDHistPdf.cxx.i

src/RooABCDHistPdf.s: src/RooABCDHistPdf.cxx.s

.PHONY : src/RooABCDHistPdf.s

# target to generate assembly for a file
src/RooABCDHistPdf.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooABCDHistPdf.cxx.s
.PHONY : src/RooABCDHistPdf.cxx.s

src/RooBurr.o: src/RooBurr.cxx.o

.PHONY : src/RooBurr.o

# target to build an object file
src/RooBurr.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooBurr.cxx.o
.PHONY : src/RooBurr.cxx.o

src/RooBurr.i: src/RooBurr.cxx.i

.PHONY : src/RooBurr.i

# target to preprocess a source file
src/RooBurr.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooBurr.cxx.i
.PHONY : src/RooBurr.cxx.i

src/RooBurr.s: src/RooBurr.cxx.s

.PHONY : src/RooBurr.s

# target to generate assembly for a file
src/RooBurr.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooBurr.cxx.s
.PHONY : src/RooBurr.cxx.s

src/RooComplementCoef.o: src/RooComplementCoef.cxx.o

.PHONY : src/RooComplementCoef.o

# target to build an object file
src/RooComplementCoef.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooComplementCoef.cxx.o
.PHONY : src/RooComplementCoef.cxx.o

src/RooComplementCoef.i: src/RooComplementCoef.cxx.i

.PHONY : src/RooComplementCoef.i

# target to preprocess a source file
src/RooComplementCoef.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooComplementCoef.cxx.i
.PHONY : src/RooComplementCoef.cxx.i

src/RooComplementCoef.s: src/RooComplementCoef.cxx.s

.PHONY : src/RooComplementCoef.s

# target to generate assembly for a file
src/RooComplementCoef.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooComplementCoef.cxx.s
.PHONY : src/RooComplementCoef.cxx.s

src/RooExpandedFitResult.o: src/RooExpandedFitResult.cxx.o

.PHONY : src/RooExpandedFitResult.o

# target to build an object file
src/RooExpandedFitResult.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooExpandedFitResult.cxx.o
.PHONY : src/RooExpandedFitResult.cxx.o

src/RooExpandedFitResult.i: src/RooExpandedFitResult.cxx.i

.PHONY : src/RooExpandedFitResult.i

# target to preprocess a source file
src/RooExpandedFitResult.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooExpandedFitResult.cxx.i
.PHONY : src/RooExpandedFitResult.cxx.i

src/RooExpandedFitResult.s: src/RooExpandedFitResult.cxx.s

.PHONY : src/RooExpandedFitResult.s

# target to generate assembly for a file
src/RooExpandedFitResult.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooExpandedFitResult.cxx.s
.PHONY : src/RooExpandedFitResult.cxx.s

src/RooNonCentralBinning.o: src/RooNonCentralBinning.cxx.o

.PHONY : src/RooNonCentralBinning.o

# target to build an object file
src/RooNonCentralBinning.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooNonCentralBinning.cxx.o
.PHONY : src/RooNonCentralBinning.cxx.o

src/RooNonCentralBinning.i: src/RooNonCentralBinning.cxx.i

.PHONY : src/RooNonCentralBinning.i

# target to preprocess a source file
src/RooNonCentralBinning.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooNonCentralBinning.cxx.i
.PHONY : src/RooNonCentralBinning.cxx.i

src/RooNonCentralBinning.s: src/RooNonCentralBinning.cxx.s

.PHONY : src/RooNonCentralBinning.s

# target to generate assembly for a file
src/RooNonCentralBinning.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooNonCentralBinning.cxx.s
.PHONY : src/RooNonCentralBinning.cxx.s

src/RooParamHistPdf.o: src/RooParamHistPdf.cxx.o

.PHONY : src/RooParamHistPdf.o

# target to build an object file
src/RooParamHistPdf.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooParamHistPdf.cxx.o
.PHONY : src/RooParamHistPdf.cxx.o

src/RooParamHistPdf.i: src/RooParamHistPdf.cxx.i

.PHONY : src/RooParamHistPdf.i

# target to preprocess a source file
src/RooParamHistPdf.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooParamHistPdf.cxx.i
.PHONY : src/RooParamHistPdf.cxx.i

src/RooParamHistPdf.s: src/RooParamHistPdf.cxx.s

.PHONY : src/RooParamHistPdf.s

# target to generate assembly for a file
src/RooParamHistPdf.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooParamHistPdf.cxx.s
.PHONY : src/RooParamHistPdf.cxx.s

src/RooTruncExponential.o: src/RooTruncExponential.cxx.o

.PHONY : src/RooTruncExponential.o

# target to build an object file
src/RooTruncExponential.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooTruncExponential.cxx.o
.PHONY : src/RooTruncExponential.cxx.o

src/RooTruncExponential.i: src/RooTruncExponential.cxx.i

.PHONY : src/RooTruncExponential.i

# target to preprocess a source file
src/RooTruncExponential.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooTruncExponential.cxx.i
.PHONY : src/RooTruncExponential.cxx.i

src/RooTruncExponential.s: src/RooTruncExponential.cxx.s

.PHONY : src/RooTruncExponential.s

# target to generate assembly for a file
src/RooTruncExponential.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooTruncExponential.cxx.s
.PHONY : src/RooTruncExponential.cxx.s

src/RooWeibull.o: src/RooWeibull.cxx.o

.PHONY : src/RooWeibull.o

# target to build an object file
src/RooWeibull.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooWeibull.cxx.o
.PHONY : src/RooWeibull.cxx.o

src/RooWeibull.i: src/RooWeibull.cxx.i

.PHONY : src/RooWeibull.i

# target to preprocess a source file
src/RooWeibull.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooWeibull.cxx.i
.PHONY : src/RooWeibull.cxx.i

src/RooWeibull.s: src/RooWeibull.cxx.s

.PHONY : src/RooWeibull.s

# target to generate assembly for a file
src/RooWeibull.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/RooWeibull.cxx.s
.PHONY : src/RooWeibull.cxx.s

src/Statistics.o: src/Statistics.cxx.o

.PHONY : src/Statistics.o

# target to build an object file
src/Statistics.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/Statistics.cxx.o
.PHONY : src/Statistics.cxx.o

src/Statistics.i: src/Statistics.cxx.i

.PHONY : src/Statistics.i

# target to preprocess a source file
src/Statistics.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/Statistics.cxx.i
.PHONY : src/Statistics.cxx.i

src/Statistics.s: src/Statistics.cxx.s

.PHONY : src/Statistics.s

# target to generate assembly for a file
src/Statistics.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/Statistics.cxx.s
.PHONY : src/Statistics.cxx.s

src/TMsgLogger.o: src/TMsgLogger.cxx.o

.PHONY : src/TMsgLogger.o

# target to build an object file
src/TMsgLogger.cxx.o:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/TMsgLogger.cxx.o
.PHONY : src/TMsgLogger.cxx.o

src/TMsgLogger.i: src/TMsgLogger.cxx.i

.PHONY : src/TMsgLogger.i

# target to preprocess a source file
src/TMsgLogger.cxx.i:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/TMsgLogger.cxx.i
.PHONY : src/TMsgLogger.cxx.i

src/TMsgLogger.s: src/TMsgLogger.cxx.s

.PHONY : src/TMsgLogger.s

# target to generate assembly for a file
src/TMsgLogger.cxx.s:
	$(MAKE) -f CMakeFiles/esroofit.dir/build.make CMakeFiles/esroofit.dir/src/TMsgLogger.cxx.s
.PHONY : src/TMsgLogger.cxx.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 "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... G__esroofit"
	@echo "... esroofit"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... G__esroofit.o"
	@echo "... G__esroofit.i"
	@echo "... G__esroofit.s"
	@echo "... src/ABCDUtils.o"
	@echo "... src/ABCDUtils.i"
	@echo "... src/ABCDUtils.s"
	@echo "... src/DataUtils.o"
	@echo "... src/DataUtils.i"
	@echo "... src/DataUtils.s"
	@echo "... src/DrawUtils.o"
	@echo "... src/DrawUtils.i"
	@echo "... src/DrawUtils.s"
	@echo "... src/RhhNDKeysPdf.o"
	@echo "... src/RhhNDKeysPdf.i"
	@echo "... src/RhhNDKeysPdf.s"
	@echo "... src/RooABCDHistPdf.o"
	@echo "... src/RooABCDHistPdf.i"
	@echo "... src/RooABCDHistPdf.s"
	@echo "... src/RooBurr.o"
	@echo "... src/RooBurr.i"
	@echo "... src/RooBurr.s"
	@echo "... src/RooComplementCoef.o"
	@echo "... src/RooComplementCoef.i"
	@echo "... src/RooComplementCoef.s"
	@echo "... src/RooExpandedFitResult.o"
	@echo "... src/RooExpandedFitResult.i"
	@echo "... src/RooExpandedFitResult.s"
	@echo "... src/RooNonCentralBinning.o"
	@echo "... src/RooNonCentralBinning.i"
	@echo "... src/RooNonCentralBinning.s"
	@echo "... src/RooParamHistPdf.o"
	@echo "... src/RooParamHistPdf.i"
	@echo "... src/RooParamHistPdf.s"
	@echo "... src/RooTruncExponential.o"
	@echo "... src/RooTruncExponential.i"
	@echo "... src/RooTruncExponential.s"
	@echo "... src/RooWeibull.o"
	@echo "... src/RooWeibull.i"
	@echo "... src/RooWeibull.s"
	@echo "... src/Statistics.o"
	@echo "... src/Statistics.i"
	@echo "... src/Statistics.s"
	@echo "... src/TMsgLogger.o"
	@echo "... src/TMsgLogger.i"
	@echo "... src/TMsgLogger.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:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

