CONFIG: provisional cuda rule. Update naming for CGAL rules

This commit is contained in:
Mark Olesen
2020-11-17 16:38:46 +01:00
parent 9fd514bbe6
commit 6dd2cc808e
13 changed files with 105 additions and 78 deletions

View File

@ -4,7 +4,7 @@ EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/
CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \

View File

@ -4,7 +4,7 @@ EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/
CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \

View File

@ -4,7 +4,7 @@ EXE_NDEBUG = -DNDEBUG
CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/
CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \

View File

@ -1,7 +1,7 @@
EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_NDEBUG = -DNDEBUG
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \

View File

@ -1,6 +1,6 @@
MarchingCubes = fastdualoctree_sgp
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
-DUNIX \

View File

@ -1,7 +1,7 @@
EXE_DEBUG = -DFULLDEBUG -g -O0
EXE_NDEBUG = -DNDEBUG
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \

View File

@ -7,7 +7,7 @@ c++CGALWARN = -Wno-old-style-cast
/*-- Define CGAL_INEXACT to use inexact CGAL constructions */
ifeq (,$(findstring NO_CGAL,$(COMP_FLAGS)))
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
endif
EXE_INC = \

View File

@ -5,7 +5,7 @@ c++CGALWARN = -Wno-old-style-cast
/*-- Define CGAL_INEXACT to use inexact CGAL constructions */
include $(GENERAL_RULES)/CGAL
include $(GENERAL_RULES)/cgal
EXE_INC = \
${ROUNDING_MATH} \