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.
|
# 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) \
|
||||||
|
|
|
||||||
|
|
@ -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,11 +14,11 @@ 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) \
|
||||||
$(EXTRA_FLAGS) \
|
$(EXTRA_FLAGS) \
|
||||||
$(CGAL_CXXFLAGS) \
|
$(CGAL_CXXFLAGS) \
|
||||||
$(LONG_NAME_PROBLEM_CXXFLAGS)
|
$(LONG_NAME_PROBLEM_CXXFLAGS)
|
||||||
|
|
@ -50,9 +47,9 @@ all: \
|
||||||
test_Lazy_curved_kernel$(EXE_EXT) \
|
test_Lazy_curved_kernel$(EXE_EXT) \
|
||||||
test_Exact_curved_kernel$(EXE_EXT)\
|
test_Exact_curved_kernel$(EXE_EXT)\
|
||||||
test_Lazy_Line_arc$(EXE_EXT)\
|
test_Lazy_Line_arc$(EXE_EXT)\
|
||||||
test_Filtered_interval_circular_kernel$(EXE_EXT)\
|
test_Filtered_interval_circular_kernel$(EXE_EXT)\
|
||||||
test_Filtered_bbox_curved_kernel$(EXE_EXT)
|
test_Filtered_bbox_curved_kernel$(EXE_EXT)
|
||||||
|
|
||||||
test_Circular_kernel$(EXE_EXT): test_Circular_kernel$(OBJ_EXT)
|
test_Circular_kernel$(EXE_EXT): test_Circular_kernel$(OBJ_EXT)
|
||||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)test_Circular_kernel test_Circular_kernel$(OBJ_EXT) $(LDFLAGS)
|
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)test_Circular_kernel test_Circular_kernel$(OBJ_EXT) $(LDFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue