COMP: sinclude platform-specific CGAL rules

- permits platform-specific override of the general CGAL rules
This commit is contained in:
Mark Olesen 2018-04-24 09:26:50 +02:00
parent 5af5bfa1a5
commit 29c020f5b3
2 changed files with 4 additions and 2 deletions

View File

@ -14,3 +14,5 @@ CGAL_LIBS = \
-L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-lCGAL \
-lmpfr
sinclude $(DEFAULT_RULES)/CGAL

View File

@ -27,8 +27,8 @@ endif
include $(DEFAULT_RULES)/general
include $(DEFAULT_RULES)/$(WM_LINK_LANGUAGE)
-include $(RULES)/general
-include $(RULES)/$(WM_LINK_LANGUAGE)
sinclude $(RULES)/general
sinclude $(RULES)/$(WM_LINK_LANGUAGE)
include $(GENERAL_RULES)/transform