@@ -45,28 +45,32 @@ endif
4545
4646
4747ifdef WITH_INCLUDED_PLANARITY
48- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphDFSUtils.c
49- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphDrawPlanar.c
50- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphDrawPlanar_Extensions.c
51- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphEmbed.c
52- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphExtensions.c
53- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphIO.c
54- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphIsolator.c
55- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK23Search.c
56- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK23Search_Extensions.c
57- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK33Search.c
58- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK33Search_Extensions.c
59- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK4Search.c
60- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphK4Search_Extensions.c
61- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphNonplanar.c
62- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphOuterplanarObstruction.c
63- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphTests.c
64- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/graphUtils.c
65- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/listcoll.c
66- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/planarityRandomGraphs.c
67- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/planaritySpecificGraph.c
68- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/planarityUtils.c
69- KEXT_SOURCES += $(PLANARITY_SUITE_DIR ) /c/stack.c
48+ KEXT_SOURCES += \
49+ $(PLANARITY_SUITE_DIR ) /c/graphLib/graphDFSUtils.c \
50+ $(PLANARITY_SUITE_DIR ) /c/graphLib/graphUtils.c \
51+ $(PLANARITY_SUITE_DIR ) /c/graphLib/extensionSystem/graphExtensions.c \
52+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK23Search.c \
53+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK23Search_Extensions.c \
54+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK33Search.c \
55+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK33Search_Extensions.c \
56+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK4Search.c \
57+ $(PLANARITY_SUITE_DIR ) /c/graphLib/homeomorphSearch/graphK4Search_Extensions.c \
58+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/g6-api-utilities.c \
59+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/g6-read-iterator.c \
60+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/g6-write-iterator.c \
61+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/graphIO.c \
62+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/strbuf.c \
63+ $(PLANARITY_SUITE_DIR ) /c/graphLib/io/strOrFile.c \
64+ $(PLANARITY_SUITE_DIR ) /c/graphLib/lowLevelUtils/apiutils.c \
65+ $(PLANARITY_SUITE_DIR ) /c/graphLib/lowLevelUtils/listcoll.c \
66+ $(PLANARITY_SUITE_DIR ) /c/graphLib/lowLevelUtils/stack.c \
67+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphDrawPlanar.c \
68+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphDrawPlanar_Extensions.c \
69+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphEmbed.c \
70+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphIsolator.c \
71+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphNonplanar.c \
72+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphOuterplanarObstruction.c \
73+ $(PLANARITY_SUITE_DIR ) /c/graphLib/planarityRelated/graphTests.c
7074
7175 KEXT_CFLAGS += -I$(PLANARITY_SUITE_DIR ) -include extern/eaps_flags.h
7276else
0 commit comments