This commit is contained in:
Monique Teillaud 2006-06-02 09:03:26 +00:00
parent b1d6b6eb9a
commit 0fa18b8b29
2 changed files with 9 additions and 14 deletions

View File

@ -6,9 +6,7 @@
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory. # Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = /user/teillaud/home/CGAL/install/CGAL-I/make/makefile_i686_Linux-2.6_g++33-3.3.4 # CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
#makefile_i686_Linux-2.6_g++33-3.3.4
#makefile_i686_Linux-2.6_g++-3.4.4
include $(CGAL_MAKEFILE) include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
@ -17,7 +15,7 @@ include $(CGAL_MAKEFILE)
CXXFLAGS = \ CXXFLAGS = \
-I../../include \ -I../../include \
-I../../../Algebraic_kernel/include \ # -I../../../Algebraic_kernel/include \
-Iinclude \ -Iinclude \
$(CGAL_CXXFLAGS) \ $(CGAL_CXXFLAGS) \
$(LONG_NAME_PROBLEM_CXXFLAGS) \ $(LONG_NAME_PROBLEM_CXXFLAGS) \

View File

@ -7,9 +7,6 @@
# Choose the right include file from the <cgalroot>/make directory. # Choose the right include file from the <cgalroot>/make directory.
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE # CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
# CGAL_MAKEFILE = /user/teillaud/home/CGAL/install/CGAL-I/make/makefile_i686_Linux-2.6_g++-3.4.4
#makefile_i686_Linux-2.6_g++33-3.3.4
#makefile_i686_Linux-2.6_g++-3.4.4
include $(CGAL_MAKEFILE) include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
@ -17,8 +14,8 @@ include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
CXXFLAGS = \ CXXFLAGS = \
-I/user/pmachado/home/CGAL_I/include\
-I../../include \ -I../../include \
# -I../../../Algebraic_kernel/include \
-Iinclude\ -Iinclude\
-g\ -g\
$(TESTSUITE_CXXFLAGS) \ $(TESTSUITE_CXXFLAGS) \