# 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/Convex_hull_2/CMakeFiles/progress.marks
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Convex_hull_2/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/Convex_hull_2/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/Convex_hull_2/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Convex_hull_2/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/Convex_hull_2/CMakeFiles/array_convex_hull_2.dir/rule:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f CMakeFiles/Makefile2 examples/Convex_hull_2/CMakeFiles/array_convex_hull_2.dir/rule
.PHONY : examples/Convex_hull_2/CMakeFiles/array_convex_hull_2.dir/rule

# Convenience name for target.
array_convex_hull_2: examples/Convex_hull_2/CMakeFiles/array_convex_hull_2.dir/rule
.PHONY : array_convex_hull_2

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

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

# Convenience name for target.
ch_from_cin_to_cout: examples/Convex_hull_2/CMakeFiles/ch_from_cin_to_cout.dir/rule
.PHONY : ch_from_cin_to_cout

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

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

# Convenience name for target.
ch_graham_anderson: examples/Convex_hull_2/CMakeFiles/ch_graham_anderson.dir/rule
.PHONY : ch_graham_anderson

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

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

# Convenience name for target.
ch_timing: examples/Convex_hull_2/CMakeFiles/ch_timing.dir/rule
.PHONY : ch_timing

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

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

# Convenience name for target.
convex_hull_yz: examples/Convex_hull_2/CMakeFiles/convex_hull_yz.dir/rule
.PHONY : convex_hull_yz

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

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

# Convenience name for target.
iostream_convex_hull_2: examples/Convex_hull_2/CMakeFiles/iostream_convex_hull_2.dir/rule
.PHONY : iostream_convex_hull_2

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

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

# Convenience name for target.
vector_convex_hull_2: examples/Convex_hull_2/CMakeFiles/vector_convex_hull_2.dir/rule
.PHONY : vector_convex_hull_2

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

array_convex_hull_2.o: array_convex_hull_2.cpp.o
.PHONY : array_convex_hull_2.o

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

array_convex_hull_2.i: array_convex_hull_2.cpp.i
.PHONY : array_convex_hull_2.i

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

array_convex_hull_2.s: array_convex_hull_2.cpp.s
.PHONY : array_convex_hull_2.s

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

ch_from_cin_to_cout.o: ch_from_cin_to_cout.cpp.o
.PHONY : ch_from_cin_to_cout.o

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

ch_from_cin_to_cout.i: ch_from_cin_to_cout.cpp.i
.PHONY : ch_from_cin_to_cout.i

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

ch_from_cin_to_cout.s: ch_from_cin_to_cout.cpp.s
.PHONY : ch_from_cin_to_cout.s

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

ch_graham_anderson.o: ch_graham_anderson.cpp.o
.PHONY : ch_graham_anderson.o

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

ch_graham_anderson.i: ch_graham_anderson.cpp.i
.PHONY : ch_graham_anderson.i

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

ch_graham_anderson.s: ch_graham_anderson.cpp.s
.PHONY : ch_graham_anderson.s

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

ch_timing.o: ch_timing.cpp.o
.PHONY : ch_timing.o

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

ch_timing.i: ch_timing.cpp.i
.PHONY : ch_timing.i

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

ch_timing.s: ch_timing.cpp.s
.PHONY : ch_timing.s

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

convex_hull_yz.o: convex_hull_yz.cpp.o
.PHONY : convex_hull_yz.o

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

convex_hull_yz.i: convex_hull_yz.cpp.i
.PHONY : convex_hull_yz.i

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

convex_hull_yz.s: convex_hull_yz.cpp.s
.PHONY : convex_hull_yz.s

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

iostream_convex_hull_2.o: iostream_convex_hull_2.cpp.o
.PHONY : iostream_convex_hull_2.o

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

iostream_convex_hull_2.i: iostream_convex_hull_2.cpp.i
.PHONY : iostream_convex_hull_2.i

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

iostream_convex_hull_2.s: iostream_convex_hull_2.cpp.s
.PHONY : iostream_convex_hull_2.s

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

vector_convex_hull_2.o: vector_convex_hull_2.cpp.o
.PHONY : vector_convex_hull_2.o

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

vector_convex_hull_2.i: vector_convex_hull_2.cpp.i
.PHONY : vector_convex_hull_2.i

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

vector_convex_hull_2.s: vector_convex_hull_2.cpp.s
.PHONY : vector_convex_hull_2.s

# target to generate assembly for a file
vector_convex_hull_2.cpp.s:
	cd /usr/src/RPM/BUILD/cgal-4.6 && $(MAKE) -f examples/Convex_hull_2/CMakeFiles/vector_convex_hull_2.dir/build.make examples/Convex_hull_2/CMakeFiles/vector_convex_hull_2.dir/vector_convex_hull_2.cpp.s
.PHONY : vector_convex_hull_2.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 "... vector_convex_hull_2"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... rebuild_cache"
	@echo "... ch_graham_anderson"
	@echo "... ch_from_cin_to_cout"
	@echo "... convex_hull_yz"
	@echo "... list_install_components"
	@echo "... ch_timing"
	@echo "... array_convex_hull_2"
	@echo "... iostream_convex_hull_2"
	@echo "... array_convex_hull_2.o"
	@echo "... array_convex_hull_2.i"
	@echo "... array_convex_hull_2.s"
	@echo "... ch_from_cin_to_cout.o"
	@echo "... ch_from_cin_to_cout.i"
	@echo "... ch_from_cin_to_cout.s"
	@echo "... ch_graham_anderson.o"
	@echo "... ch_graham_anderson.i"
	@echo "... ch_graham_anderson.s"
	@echo "... ch_timing.o"
	@echo "... ch_timing.i"
	@echo "... ch_timing.s"
	@echo "... convex_hull_yz.o"
	@echo "... convex_hull_yz.i"
	@echo "... convex_hull_yz.s"
	@echo "... iostream_convex_hull_2.o"
	@echo "... iostream_convex_hull_2.i"
	@echo "... iostream_convex_hull_2.s"
	@echo "... vector_convex_hull_2.o"
	@echo "... vector_convex_hull_2.i"
	@echo "... vector_convex_hull_2.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

