From 56a97af42c89fda437adcdda8dba28f1076dcadf Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 28 Feb 2007 11:48:46 +0000 Subject: [PATCH] .C -> .cpp and deleted makefile --- .../Nef_2/{EPoint-test.C => EPoint-test.cpp} | 0 ...ron_2-test.C => Nef_polyhedron_2-test.cpp} | 0 ...decorator-test.C => PM_decorator-test.cpp} | 0 ...{Polynomial-test.C => Polynomial-test.cpp} | 0 Nef_2/test/Nef_2/makefile | 71 ------------------- .../{point_location.C => point_location.cpp} | 0 6 files changed, 71 deletions(-) rename Nef_2/test/Nef_2/{EPoint-test.C => EPoint-test.cpp} (100%) rename Nef_2/test/Nef_2/{Nef_polyhedron_2-test.C => Nef_polyhedron_2-test.cpp} (100%) rename Nef_2/test/Nef_2/{PM_decorator-test.C => PM_decorator-test.cpp} (100%) rename Nef_2/test/Nef_2/{Polynomial-test.C => Polynomial-test.cpp} (100%) delete mode 100644 Nef_2/test/Nef_2/makefile rename Nef_2/test/Nef_2/{point_location.C => point_location.cpp} (100%) diff --git a/Nef_2/test/Nef_2/EPoint-test.C b/Nef_2/test/Nef_2/EPoint-test.cpp similarity index 100% rename from Nef_2/test/Nef_2/EPoint-test.C rename to Nef_2/test/Nef_2/EPoint-test.cpp diff --git a/Nef_2/test/Nef_2/Nef_polyhedron_2-test.C b/Nef_2/test/Nef_2/Nef_polyhedron_2-test.cpp similarity index 100% rename from Nef_2/test/Nef_2/Nef_polyhedron_2-test.C rename to Nef_2/test/Nef_2/Nef_polyhedron_2-test.cpp diff --git a/Nef_2/test/Nef_2/PM_decorator-test.C b/Nef_2/test/Nef_2/PM_decorator-test.cpp similarity index 100% rename from Nef_2/test/Nef_2/PM_decorator-test.C rename to Nef_2/test/Nef_2/PM_decorator-test.cpp diff --git a/Nef_2/test/Nef_2/Polynomial-test.C b/Nef_2/test/Nef_2/Polynomial-test.cpp similarity index 100% rename from Nef_2/test/Nef_2/Polynomial-test.C rename to Nef_2/test/Nef_2/Polynomial-test.cpp diff --git a/Nef_2/test/Nef_2/makefile b/Nef_2/test/Nef_2/makefile deleted file mode 100644 index 4e56418c849..00000000000 --- a/Nef_2/test/Nef_2/makefile +++ /dev/null @@ -1,71 +0,0 @@ -# Created by the script cgal_create_makefile -# This is the makefile for compiling a CGAL application. - -#---------------------------------------------------------------------# -# include platform specific settings -#---------------------------------------------------------------------# -# Choose the right include file from the /make directory. - -# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE -include $(CGAL_MAKEFILE) - -#---------------------------------------------------------------------# -# compiler flags -#---------------------------------------------------------------------# - -CXXFLAGS = \ - -Iinclude \ - -I../../include \ - $(CGAL_CXXFLAGS) \ - $(LONG_NAME_PROBLEM_CXXFLAGS) - -#---------------------------------------------------------------------# -# linker flags -#---------------------------------------------------------------------# - -LIBPATH = \ - $(CGAL_LIBPATH) - -LDFLAGS = \ - $(LONG_NAME_PROBLEM_LDFLAGS) \ - $(CGAL_LDFLAGS) - -#---------------------------------------------------------------------# -# target entries -#---------------------------------------------------------------------# - -all: \ - EPoint-test$(EXE_EXT) \ - Nef_polyhedron_2-test$(EXE_EXT) \ - point_location$(EXE_EXT) \ - Polynomial-test$(EXE_EXT) - -EPoint-test$(EXE_EXT): EPoint-test$(OBJ_EXT) - $(CGAL_CXX) $(LIBPATH) $(EXE_OPT)EPoint-test EPoint-test$(OBJ_EXT) $(LDFLAGS) - -Nef_polyhedron_2-test$(EXE_EXT): Nef_polyhedron_2-test$(OBJ_EXT) - $(CGAL_CXX) $(LIBPATH) $(EXE_OPT)Nef_polyhedron_2-test Nef_polyhedron_2-test$(OBJ_EXT) $(LDFLAGS) - -point_location$(EXE_EXT): point_location$(OBJ_EXT) - $(CGAL_CXX) $(LIBPATH) $(EXE_OPT)point_location point_location$(OBJ_EXT) $(LDFLAGS) - -Polynomial-test$(EXE_EXT): Polynomial-test$(OBJ_EXT) - $(CGAL_CXX) $(LIBPATH) $(EXE_OPT)Polynomial-test Polynomial-test$(OBJ_EXT) $(LDFLAGS) - -clean: \ - EPoint-test.clean \ - Nef_polyhedron_2-test.clean \ - point_location.clean \ - Polynomial-test.clean - -#---------------------------------------------------------------------# -# suffix rules -#---------------------------------------------------------------------# - -.C$(OBJ_EXT): - $(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $< - - -.cpp$(OBJ_EXT): - $(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $< - diff --git a/Nef_2/test/Nef_2/point_location.C b/Nef_2/test/Nef_2/point_location.cpp similarity index 100% rename from Nef_2/test/Nef_2/point_location.C rename to Nef_2/test/Nef_2/point_location.cpp