Rename *.C to *.cpp.

This commit is contained in:
Sylvain Pion 2008-07-16 08:13:29 +00:00
parent 2fc0cfe1dc
commit 35e4ccf983
12 changed files with 1 additions and 4 deletions

View File

@ -13,9 +13,6 @@
#-DCGAL_PROFILE \
#-g
CGAL_MAKEFILE =/proj/geometrica/home/CGAL/CGAL-I/make/makefile_i686_Linux-2.6_g++-4.0.2
#makefile_i686_Linux-2.6_g++-3.4.4
include $(CGAL_MAKEFILE)
@ -64,6 +61,6 @@ clean: \
# suffix rules
#---------------------------------------------------------------------#
.C$(OBJ_EXT):
.cpp$(OBJ_EXT):
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<