mirror of https://github.com/CGAL/cgal
cleaning
This commit is contained in:
parent
b1d6b6eb9a
commit
0fa18b8b29
|
|
@ -6,9 +6,7 @@
|
|||
#---------------------------------------------------------------------#
|
||||
# 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
|
||||
#makefile_i686_Linux-2.6_g++33-3.3.4
|
||||
#makefile_i686_Linux-2.6_g++-3.4.4
|
||||
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||
include $(CGAL_MAKEFILE)
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
|
|
@ -17,7 +15,7 @@ include $(CGAL_MAKEFILE)
|
|||
|
||||
CXXFLAGS = \
|
||||
-I../../include \
|
||||
-I../../../Algebraic_kernel/include \
|
||||
# -I../../../Algebraic_kernel/include \
|
||||
-Iinclude \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
$(LONG_NAME_PROBLEM_CXXFLAGS) \
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
# 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)
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
|
|
@ -17,8 +14,8 @@ include $(CGAL_MAKEFILE)
|
|||
#---------------------------------------------------------------------#
|
||||
|
||||
CXXFLAGS = \
|
||||
-I/user/pmachado/home/CGAL_I/include\
|
||||
-I../../include\
|
||||
-I../../include \
|
||||
# -I../../../Algebraic_kernel/include \
|
||||
-Iinclude\
|
||||
-g\
|
||||
$(TESTSUITE_CXXFLAGS) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue