# 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 = /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/cmake

# The command to remove a file.
RM = /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/mice/Grid/MAUS-v3.1.2/third_party/source/root_v5.34.36

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36

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

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/cpack --config ./CPackSourceConfig.cmake /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36/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 "No interactive CMake dialog available..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/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..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/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\" \"applications\" \"headers\" \"libraries\" \"tests\""
.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..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/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..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/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..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/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

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/home/mice/Grid/MAUS-v3.1.2/third_party/install/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

# The main all target
all: cmake_check_build_system
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(CMAKE_COMMAND) -E cmake_progress_start /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36/CMakeFiles /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36/graf2d/x11/CMakeFiles/progress.marks
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
graf2d/x11/CMakeFiles/GX11.dir/rule:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/CMakeFiles/GX11.dir/rule
.PHONY : graf2d/x11/CMakeFiles/GX11.dir/rule

# Convenience name for target.
GX11: graf2d/x11/CMakeFiles/GX11.dir/rule

.PHONY : GX11

# fast build rule for target.
GX11/fast:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/build
.PHONY : GX11/fast

# Convenience name for target.
graf2d/x11/CMakeFiles/libGX11.rootmap.dir/rule:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f CMakeFiles/Makefile2 graf2d/x11/CMakeFiles/libGX11.rootmap.dir/rule
.PHONY : graf2d/x11/CMakeFiles/libGX11.rootmap.dir/rule

# Convenience name for target.
libGX11.rootmap: graf2d/x11/CMakeFiles/libGX11.rootmap.dir/rule

.PHONY : libGX11.rootmap

# fast build rule for target.
libGX11.rootmap/fast:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/libGX11.rootmap.dir/build.make graf2d/x11/CMakeFiles/libGX11.rootmap.dir/build
.PHONY : libGX11.rootmap/fast

G__GX11.o: G__GX11.cxx.o

.PHONY : G__GX11.o

# target to build an object file
G__GX11.cxx.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/G__GX11.cxx.o
.PHONY : G__GX11.cxx.o

G__GX11.i: G__GX11.cxx.i

.PHONY : G__GX11.i

# target to preprocess a source file
G__GX11.cxx.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/G__GX11.cxx.i
.PHONY : G__GX11.cxx.i

G__GX11.s: G__GX11.cxx.s

.PHONY : G__GX11.s

# target to generate assembly for a file
G__GX11.cxx.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/G__GX11.cxx.s
.PHONY : G__GX11.cxx.s

src/GX11Gui.o: src/GX11Gui.cxx.o

.PHONY : src/GX11Gui.o

# target to build an object file
src/GX11Gui.cxx.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/GX11Gui.cxx.o
.PHONY : src/GX11Gui.cxx.o

src/GX11Gui.i: src/GX11Gui.cxx.i

.PHONY : src/GX11Gui.i

# target to preprocess a source file
src/GX11Gui.cxx.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/GX11Gui.cxx.i
.PHONY : src/GX11Gui.cxx.i

src/GX11Gui.s: src/GX11Gui.cxx.s

.PHONY : src/GX11Gui.s

# target to generate assembly for a file
src/GX11Gui.cxx.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/GX11Gui.cxx.s
.PHONY : src/GX11Gui.cxx.s

src/Rotated.o: src/Rotated.cxx.o

.PHONY : src/Rotated.o

# target to build an object file
src/Rotated.cxx.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/Rotated.cxx.o
.PHONY : src/Rotated.cxx.o

src/Rotated.i: src/Rotated.cxx.i

.PHONY : src/Rotated.i

# target to preprocess a source file
src/Rotated.cxx.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/Rotated.cxx.i
.PHONY : src/Rotated.cxx.i

src/Rotated.s: src/Rotated.cxx.s

.PHONY : src/Rotated.s

# target to generate assembly for a file
src/Rotated.cxx.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/Rotated.cxx.s
.PHONY : src/Rotated.cxx.s

src/TGX11.o: src/TGX11.cxx.o

.PHONY : src/TGX11.o

# target to build an object file
src/TGX11.cxx.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/TGX11.cxx.o
.PHONY : src/TGX11.cxx.o

src/TGX11.i: src/TGX11.cxx.i

.PHONY : src/TGX11.i

# target to preprocess a source file
src/TGX11.cxx.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/TGX11.cxx.i
.PHONY : src/TGX11.cxx.i

src/TGX11.s: src/TGX11.cxx.s

.PHONY : src/TGX11.s

# target to generate assembly for a file
src/TGX11.cxx.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/TGX11.cxx.s
.PHONY : src/TGX11.cxx.s

src/gifdecode.o: src/gifdecode.c.o

.PHONY : src/gifdecode.o

# target to build an object file
src/gifdecode.c.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifdecode.c.o
.PHONY : src/gifdecode.c.o

src/gifdecode.i: src/gifdecode.c.i

.PHONY : src/gifdecode.i

# target to preprocess a source file
src/gifdecode.c.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifdecode.c.i
.PHONY : src/gifdecode.c.i

src/gifdecode.s: src/gifdecode.c.s

.PHONY : src/gifdecode.s

# target to generate assembly for a file
src/gifdecode.c.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifdecode.c.s
.PHONY : src/gifdecode.c.s

src/gifencode.o: src/gifencode.c.o

.PHONY : src/gifencode.o

# target to build an object file
src/gifencode.c.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifencode.c.o
.PHONY : src/gifencode.c.o

src/gifencode.i: src/gifencode.c.i

.PHONY : src/gifencode.i

# target to preprocess a source file
src/gifencode.c.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifencode.c.i
.PHONY : src/gifencode.c.i

src/gifencode.s: src/gifencode.c.s

.PHONY : src/gifencode.s

# target to generate assembly for a file
src/gifencode.c.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifencode.c.s
.PHONY : src/gifencode.c.s

src/gifquantize.o: src/gifquantize.c.o

.PHONY : src/gifquantize.o

# target to build an object file
src/gifquantize.c.o:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifquantize.c.o
.PHONY : src/gifquantize.c.o

src/gifquantize.i: src/gifquantize.c.i

.PHONY : src/gifquantize.i

# target to preprocess a source file
src/gifquantize.c.i:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifquantize.c.i
.PHONY : src/gifquantize.c.i

src/gifquantize.s: src/gifquantize.c.s

.PHONY : src/gifquantize.s

# target to generate assembly for a file
src/gifquantize.c.s:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(MAKE) -f graf2d/x11/CMakeFiles/GX11.dir/build.make graf2d/x11/CMakeFiles/GX11.dir/src/gifquantize.c.s
.PHONY : src/gifquantize.c.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 "... package_source"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... list_install_components"
	@echo "... install"
	@echo "... package"
	@echo "... GX11"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... libGX11.rootmap"
	@echo "... G__GX11.o"
	@echo "... G__GX11.i"
	@echo "... G__GX11.s"
	@echo "... src/GX11Gui.o"
	@echo "... src/GX11Gui.i"
	@echo "... src/GX11Gui.s"
	@echo "... src/Rotated.o"
	@echo "... src/Rotated.i"
	@echo "... src/Rotated.s"
	@echo "... src/TGX11.o"
	@echo "... src/TGX11.i"
	@echo "... src/TGX11.s"
	@echo "... src/gifdecode.o"
	@echo "... src/gifdecode.i"
	@echo "... src/gifdecode.s"
	@echo "... src/gifencode.o"
	@echo "... src/gifencode.i"
	@echo "... src/gifencode.s"
	@echo "... src/gifquantize.o"
	@echo "... src/gifquantize.i"
	@echo "... src/gifquantize.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:
	cd /home/mice/Grid/MAUS-v3.1.2/third_party/build/root_v5.34.36 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system