From b656ba9ec335e8c184bdfa36ea0b47e5ebd0c041 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 19 Jul 2006 16:22:58 +0000 Subject: [PATCH] Fix tab lenght problems. --- Mesh_3/applications/makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mesh_3/applications/makefile b/Mesh_3/applications/makefile index 61b49d9f2f9..fcdcf08c979 100644 --- a/Mesh_3/applications/makefile +++ b/Mesh_3/applications/makefile @@ -15,10 +15,10 @@ include $(CGAL_MAKEFILE) CXXFLAGS = -I.\ -I../../Triangulation_3/include \ - -I../../Triangulation_2/include \ + -I../../Triangulation_2/include \ -I../../Mesh_2/include \ -I../include \ - -I../../Data_structure_for_queries_3/include \ + -I../../Data_structure_for_queries_3/include \ -I../../Surface_mesher/include \ $(CGAL_CXXFLAGS) \ $(LONG_NAME_PROBLEM_CXXFLAGS) \ @@ -79,7 +79,7 @@ lanteri$(EXE_EXT): lanteri$(OBJ_EXT) \ Gd_displayer$(OBJ_EXT) \ lanteri_process_results$(OBJ_EXT) \ $(LDFLAGS) -lgd - + read_mesh$(EXE_EXT): read_mesh$(OBJ_EXT) $(CGAL_CXX) $(LIBPATH) $(EXE_OPT)read_mesh read_mesh$(OBJ_EXT) $(LDFLAGS) @@ -111,8 +111,8 @@ clean: \ display_distribution.clean \ off_to_ghs.clean \ off_to_medit.clean \ - test_off.clean \ - nb2mesh.clean + test_off.clean \ + nb2mesh.clean #---------------------------------------------------------------------#