# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.2

# 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

# Produce verbose output by default.
VERBOSE = 1

# 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 = /usr/src/RPM/BUILD/cgal-4.6

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/src/RPM/BUILD/cgal-4.6

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

# 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

# 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 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 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 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

# The main all target
all: cmake_check_build_system
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(CMAKE_COMMAND) -E cmake_progress_start /usr/src/RPM/BUILD/cgal-4.6/CMakeFiles /usr/src/RPM/BUILD/cgal-4.6/examples/Polynomial/CMakeFiles/progress.marks
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/src/RPM/BUILD/cgal-4.6/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
examples/Polynomial/CMakeFiles/coefficient_access.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/coefficient_access.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/coefficient_access.dir/rule

# Convenience name for target.
coefficient_access: examples/Polynomial/CMakeFiles/coefficient_access.dir/rule
.PHONY : coefficient_access

# fast build rule for target.
coefficient_access/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/coefficient_access.dir/build.make examples/Polynomial/CMakeFiles/coefficient_access.dir/build
.PHONY : coefficient_access/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/construction.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/construction.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/construction.dir/rule

# Convenience name for target.
construction: examples/Polynomial/CMakeFiles/construction.dir/rule
.PHONY : construction

# fast build rule for target.
construction/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/construction.dir/build.make examples/Polynomial/CMakeFiles/construction.dir/build
.PHONY : construction/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/degree.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/degree.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/degree.dir/rule

# Convenience name for target.
degree: examples/Polynomial/CMakeFiles/degree.dir/rule
.PHONY : degree

# fast build rule for target.
degree/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/degree.dir/build.make examples/Polynomial/CMakeFiles/degree.dir/build
.PHONY : degree/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/rule

# Convenience name for target.
gcd_up_to_constant_factor: examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/rule
.PHONY : gcd_up_to_constant_factor

# fast build rule for target.
gcd_up_to_constant_factor/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/build.make examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/build
.PHONY : gcd_up_to_constant_factor/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/subresultants.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/subresultants.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/subresultants.dir/rule

# Convenience name for target.
subresultants: examples/Polynomial/CMakeFiles/subresultants.dir/rule
.PHONY : subresultants

# fast build rule for target.
subresultants/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/subresultants.dir/build.make examples/Polynomial/CMakeFiles/subresultants.dir/build
.PHONY : subresultants/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/substitute.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/substitute.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/substitute.dir/rule

# Convenience name for target.
substitute: examples/Polynomial/CMakeFiles/substitute.dir/rule
.PHONY : substitute

# fast build rule for target.
substitute/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/substitute.dir/build.make examples/Polynomial/CMakeFiles/substitute.dir/build
.PHONY : substitute/fast

# Convenience name for target.
examples/Polynomial/CMakeFiles/swap_move.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Polynomial/CMakeFiles/swap_move.dir/rule
.PHONY : examples/Polynomial/CMakeFiles/swap_move.dir/rule

# Convenience name for target.
swap_move: examples/Polynomial/CMakeFiles/swap_move.dir/rule
.PHONY : swap_move

# fast build rule for target.
swap_move/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/swap_move.dir/build.make examples/Polynomial/CMakeFiles/swap_move.dir/build
.PHONY : swap_move/fast

coefficient_access.o: coefficient_access.cpp.o
.PHONY : coefficient_access.o

# target to build an object file
coefficient_access.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/coefficient_access.dir/build.make examples/Polynomial/CMakeFiles/coefficient_access.dir/coefficient_access.cpp.o
.PHONY : coefficient_access.cpp.o

coefficient_access.i: coefficient_access.cpp.i
.PHONY : coefficient_access.i

# target to preprocess a source file
coefficient_access.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/coefficient_access.dir/build.make examples/Polynomial/CMakeFiles/coefficient_access.dir/coefficient_access.cpp.i
.PHONY : coefficient_access.cpp.i

coefficient_access.s: coefficient_access.cpp.s
.PHONY : coefficient_access.s

# target to generate assembly for a file
coefficient_access.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/coefficient_access.dir/build.make examples/Polynomial/CMakeFiles/coefficient_access.dir/coefficient_access.cpp.s
.PHONY : coefficient_access.cpp.s

construction.o: construction.cpp.o
.PHONY : construction.o

# target to build an object file
construction.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/construction.dir/build.make examples/Polynomial/CMakeFiles/construction.dir/construction.cpp.o
.PHONY : construction.cpp.o

construction.i: construction.cpp.i
.PHONY : construction.i

# target to preprocess a source file
construction.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/construction.dir/build.make examples/Polynomial/CMakeFiles/construction.dir/construction.cpp.i
.PHONY : construction.cpp.i

construction.s: construction.cpp.s
.PHONY : construction.s

# target to generate assembly for a file
construction.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/construction.dir/build.make examples/Polynomial/CMakeFiles/construction.dir/construction.cpp.s
.PHONY : construction.cpp.s

degree.o: degree.cpp.o
.PHONY : degree.o

# target to build an object file
degree.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/degree.dir/build.make examples/Polynomial/CMakeFiles/degree.dir/degree.cpp.o
.PHONY : degree.cpp.o

degree.i: degree.cpp.i
.PHONY : degree.i

# target to preprocess a source file
degree.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/degree.dir/build.make examples/Polynomial/CMakeFiles/degree.dir/degree.cpp.i
.PHONY : degree.cpp.i

degree.s: degree.cpp.s
.PHONY : degree.s

# target to generate assembly for a file
degree.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/degree.dir/build.make examples/Polynomial/CMakeFiles/degree.dir/degree.cpp.s
.PHONY : degree.cpp.s

gcd_up_to_constant_factor.o: gcd_up_to_constant_factor.cpp.o
.PHONY : gcd_up_to_constant_factor.o

# target to build an object file
gcd_up_to_constant_factor.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/build.make examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/gcd_up_to_constant_factor.cpp.o
.PHONY : gcd_up_to_constant_factor.cpp.o

gcd_up_to_constant_factor.i: gcd_up_to_constant_factor.cpp.i
.PHONY : gcd_up_to_constant_factor.i

# target to preprocess a source file
gcd_up_to_constant_factor.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/build.make examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/gcd_up_to_constant_factor.cpp.i
.PHONY : gcd_up_to_constant_factor.cpp.i

gcd_up_to_constant_factor.s: gcd_up_to_constant_factor.cpp.s
.PHONY : gcd_up_to_constant_factor.s

# target to generate assembly for a file
gcd_up_to_constant_factor.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/build.make examples/Polynomial/CMakeFiles/gcd_up_to_constant_factor.dir/gcd_up_to_constant_factor.cpp.s
.PHONY : gcd_up_to_constant_factor.cpp.s

subresultants.o: subresultants.cpp.o
.PHONY : subresultants.o

# target to build an object file
subresultants.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/subresultants.dir/build.make examples/Polynomial/CMakeFiles/subresultants.dir/subresultants.cpp.o
.PHONY : subresultants.cpp.o

subresultants.i: subresultants.cpp.i
.PHONY : subresultants.i

# target to preprocess a source file
subresultants.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/subresultants.dir/build.make examples/Polynomial/CMakeFiles/subresultants.dir/subresultants.cpp.i
.PHONY : subresultants.cpp.i

subresultants.s: subresultants.cpp.s
.PHONY : subresultants.s

# target to generate assembly for a file
subresultants.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/subresultants.dir/build.make examples/Polynomial/CMakeFiles/subresultants.dir/subresultants.cpp.s
.PHONY : subresultants.cpp.s

substitute.o: substitute.cpp.o
.PHONY : substitute.o

# target to build an object file
substitute.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/substitute.dir/build.make examples/Polynomial/CMakeFiles/substitute.dir/substitute.cpp.o
.PHONY : substitute.cpp.o

substitute.i: substitute.cpp.i
.PHONY : substitute.i

# target to preprocess a source file
substitute.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/substitute.dir/build.make examples/Polynomial/CMakeFiles/substitute.dir/substitute.cpp.i
.PHONY : substitute.cpp.i

substitute.s: substitute.cpp.s
.PHONY : substitute.s

# target to generate assembly for a file
substitute.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/substitute.dir/build.make examples/Polynomial/CMakeFiles/substitute.dir/substitute.cpp.s
.PHONY : substitute.cpp.s

swap_move.o: swap_move.cpp.o
.PHONY : swap_move.o

# target to build an object file
swap_move.cpp.o:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/swap_move.dir/build.make examples/Polynomial/CMakeFiles/swap_move.dir/swap_move.cpp.o
.PHONY : swap_move.cpp.o

swap_move.i: swap_move.cpp.i
.PHONY : swap_move.i

# target to preprocess a source file
swap_move.cpp.i:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/swap_move.dir/build.make examples/Polynomial/CMakeFiles/swap_move.dir/swap_move.cpp.i
.PHONY : swap_move.cpp.i

swap_move.s: swap_move.cpp.s
.PHONY : swap_move.s

# target to generate assembly for a file
swap_move.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Polynomial/CMakeFiles/swap_move.dir/build.make examples/Polynomial/CMakeFiles/swap_move.dir/swap_move.cpp.s
.PHONY : swap_move.cpp.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 "... install/local"
	@echo "... install/strip"
	@echo "... edit_cache"
	@echo "... coefficient_access"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... construction"
	@echo "... gcd_up_to_constant_factor"
	@echo "... subresultants"
	@echo "... list_install_components"
	@echo "... swap_move"
	@echo "... degree"
	@echo "... substitute"
	@echo "... coefficient_access.o"
	@echo "... coefficient_access.i"
	@echo "... coefficient_access.s"
	@echo "... construction.o"
	@echo "... construction.i"
	@echo "... construction.s"
	@echo "... degree.o"
	@echo "... degree.i"
	@echo "... degree.s"
	@echo "... gcd_up_to_constant_factor.o"
	@echo "... gcd_up_to_constant_factor.i"
	@echo "... gcd_up_to_constant_factor.s"
	@echo "... subresultants.o"
	@echo "... subresultants.i"
	@echo "... subresultants.s"
	@echo "... substitute.o"
	@echo "... substitute.i"
	@echo "... substitute.s"
	@echo "... swap_move.o"
	@echo "... swap_move.i"
	@echo "... swap_move.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 /usr/src/RPM/BUILD/cgal-4.6 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

