revert revision 44012 for that file: one must never commit a CMAKE generated Makefile.

This commit is contained in:
Laurent Rineau 2008-09-15 08:13:45 +00:00
parent 6364643bff
commit 17b4c7f055
1 changed files with 54 additions and 143 deletions

View File

@ -1,169 +1,80 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 2.4
# This is the makefile for compiling a CGAL application.
# Default target executed when no arguments are given to make.
default_target: all
#---------------------------------------------------------------------#
# include platform specific settings
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
#=============================================================================
# Special targets provided by cmake.
#CGAL_MAKEFILE =$(UTIL)/CGAL/CGAL-2.3/make/makefile_sparc_SunOS-5.6_g++-2.95.3_LEDA
# Disable implicit rules so canoncical targets will work.
.SUFFIXES:
# for cygwin
#\prisme\CGAL\CGAL-2.1-I-30\make\makefile_i686_CYGWINNT-4.0-20.1_CL.EXE-12.00.8168
.SUFFIXES: .hpux_make_needs_suffix_list
# for others
#$(UTIL)/CGAL-I/make/makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
#makefile_sparc_SunOS-5.6_eg++-egcs-2.91.66_LEDA
#makefile_sparc_SunOS-5.6_g++-2.95.1_LEDA
#makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
#makefile_i686_Linux-2.2.7_eg++-egcs-2.91.66_LEDA
#makefile_i686_Linux-2.2.7_g++-2.95.1_LEDA
#makefile_i686_Linux-2.2.10_g++-2.95.2_LEDA
# Produce verbose output by default.
VERBOSE = 1
include $(CGAL_MAKEFILE)
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# ---------------------------------------------------------------------#
# compiler flags
#----------------------------------------------------------------------#
# rajouter CGAL_LOCAL_CXXFLAGS si on veut les packages de Local
# A target that is always out of date.
cmake_force:
CXXFLAGS = -I ../../include \
$(CGAL_CXXFLAGS) -g
#=============================================================================
# Set environment variables for the build.
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
SHELL = cmd.exe
#-I ../../include \
# -I../../../Triangulation_2/include \
# $(CGAL_CXXFLAGS)
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files (x86)\CMake 2.4\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files (x86)\CMake 2.4\bin\cmake.exe" -E remove -f
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = C:\PROGRA~2\CMAKE2~1.4\bin\CMAKES~1.EXE
# -I$(HOME)/Cgal-I/For_Submission/Alpha_shapes_2/include \
# for cygwin
#'-Iz:\Cgal-2.0\To_submit\Alpha_shapes_2\include' \
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = C:\cgal\svn\trunk\Alpha_shapes_2\examples\Alpha_shapes_2
# for others
#-I$(HOME)/Cgal-2.0/To_submit/Alpha_shapes_2/include \
#-mcpu=ultrasparc -mtune=ultrasparc -Wall -W -O2 -DDEBUG
#-B /u/alcor/0/prisme_util/Binutils/SunOS/bin/
#---------------------------------------------------------------------#
# linker flags
#---------------------------------------------------------------------#
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\cgal\svn\trunk\Alpha_shapes_2\examples\Alpha_shapes_2
LIBPATH = $(CGAL_LIBPATH)
# Include the progress variables for this target.
include CMakeFiles\progress.make
LDFLAGS = $(CGAL_LDFLAGS)
#=============================================================================
# Targets provided globally by CMake.
#---------------------------------------------------------------------#
# target entries
#---------------------------------------------------------------------#
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
"C:\Program Files (x86)\CMake 2.4\bin\CMakeSetup.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
all: alpha_shapes_2$(EXE_EXT) weighted_alpha_shapes_2$(EXE_EXT)
# Special rule for the target edit_cache
edit_cache\fast: edit_cache
alpha_shapes_2$(EXE_EXT): alpha_shapes_2$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)alpha_shapes_2 alpha_shapes_2$(OBJ_EXT) $(LDFLAGS)
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
"C:\Program Files (x86)\CMake 2.4\bin\cmake.exe" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
weighted_alpha_shapes_2$(EXE_EXT): weighted_alpha_shapes_2$(OBJ_EXT)
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)weighted_alpha_shapes_2 weighted_alpha_shapes_2$(OBJ_EXT) $(LDFLAGS)
# Special rule for the target rebuild_cache
rebuild_cache\fast: rebuild_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start C:\cgal\svn\trunk\Alpha_shapes_2\examples\Alpha_shapes_2\CMakeFiles $(CMAKE_ALL_PROGRESS)
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) all
$(CMAKE_COMMAND) -E cmake_progress_start C:\cgal\svn\trunk\Alpha_shapes_2\examples\Alpha_shapes_2\CMakeFiles 0
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) clean
\rm -f *.o *.obj *.exe \
alpha_shapes_2$(EXE_EXT) weighted_alpha_shapes_2$(EXE_EXT) \
core
# The main clean target
clean\fast: clean
#---------------------------------------------------------------------#
# suffix rules
#---------------------------------------------------------------------#
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) preinstall
# Prepare targets for installation.
preinstall\fast:
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) preinstall
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1
#=============================================================================
# Target rules for targets named alpha_shapes_2
# Build rule for target.
alpha_shapes_2: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) alpha_shapes_2
# fast build rule for target.
alpha_shapes_2\fast:
$(MAKE) -f CMakeFiles\alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\alpha_shapes_2.dir\build
#=============================================================================
# Target rules for targets named weighted_alpha_shapes_2
# Build rule for target.
weighted_alpha_shapes_2: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 /nologo -$(MAKEFLAGS) weighted_alpha_shapes_2
# fast build rule for target.
weighted_alpha_shapes_2\fast:
$(MAKE) -f CMakeFiles\weighted_alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\weighted_alpha_shapes_2.dir\build
# target to build an object file
alpha_shapes_2.obj:
$(MAKE) -f CMakeFiles\alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\alpha_shapes_2.dir\alpha_shapes_2.obj
# target to preprocess a source file
alpha_shapes_2.i:
$(MAKE) -f CMakeFiles\alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\alpha_shapes_2.dir\alpha_shapes_2.i
# target to generate assembly for a file
alpha_shapes_2.s:
$(MAKE) -f CMakeFiles\alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\alpha_shapes_2.dir\alpha_shapes_2.s
# target to build an object file
weighted_alpha_shapes_2.obj:
$(MAKE) -f CMakeFiles\weighted_alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\weighted_alpha_shapes_2.dir\weighted_alpha_shapes_2.obj
# target to preprocess a source file
weighted_alpha_shapes_2.i:
$(MAKE) -f CMakeFiles\weighted_alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\weighted_alpha_shapes_2.dir\weighted_alpha_shapes_2.i
# target to generate assembly for a file
weighted_alpha_shapes_2.s:
$(MAKE) -f CMakeFiles\weighted_alpha_shapes_2.dir/build.make /nologo -$(MAKEFLAGS) CMakeFiles\weighted_alpha_shapes_2.dir\weighted_alpha_shapes_2.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 ... alpha_shapes_2
@echo ... edit_cache
@echo ... rebuild_cache
@echo ... weighted_alpha_shapes_2
@echo ... alpha_shapes_2.obj
@echo ... alpha_shapes_2.i
@echo ... alpha_shapes_2.s
@echo ... weighted_alpha_shapes_2.obj
@echo ... weighted_alpha_shapes_2.i
@echo ... weighted_alpha_shapes_2.s
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
#=============================================================================
# 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