diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-18 18:14:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-18 18:14:09 +1100 |
commit | cb7f77559b1682e7655af5a88b5bbeb63899eca4 (patch) | |
tree | fe5db395b9e6b344347747ef16de45a0ae2913b2 /gtk/deps.mak | |
parent | bac6aef730e569c6b4bcda7026bf1c1db3e827b6 (diff) | |
download | scintilla-mirror-cb7f77559b1682e7655af5a88b5bbeb63899eca4.tar.gz |
Move assert and debug trace functions into their own header Debugging.h.
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
Diffstat (limited to 'gtk/deps.mak')
-rw-r--r-- | gtk/deps.mak | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index 3d7d28fbf..f446b6dd1 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -1,6 +1,7 @@ # Created by DepGen.py. To recreate, run DepGen.py. PlatGTK.o: \ PlatGTK.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -12,6 +13,7 @@ PlatGTK.o: \ Converter.h ScintillaGTK.o: \ ScintillaGTK.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -53,6 +55,7 @@ ScintillaGTK.o: \ Converter.h ScintillaGTKAccessible.o: \ ScintillaGTKAccessible.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -92,6 +95,7 @@ ScintillaGTKAccessible.o: \ ScintillaGTKAccessible.h AutoComplete.o: \ ../src/AutoComplete.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -101,6 +105,7 @@ AutoComplete.o: \ ../src/AutoComplete.h CallTip.o: \ ../src/CallTip.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -118,8 +123,7 @@ CaseFolder.o: \ ../src/CaseConvert.h CellBuffer.o: \ ../src/CellBuffer.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ ../src/Position.h \ @@ -139,8 +143,7 @@ CharClassify.o: \ ../src/CharClassify.h ContractionState.o: \ ../src/ContractionState.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../src/Position.h \ ../src/UniqueString.h \ ../src/SplitVector.h \ @@ -153,8 +156,7 @@ DBCS.o: \ ../src/DBCS.h Decoration.o: \ ../src/Decoration.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ ../src/Position.h \ @@ -164,8 +166,7 @@ Decoration.o: \ ../src/Decoration.h Document.o: \ ../src/Document.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/ILoader.h \ ../include/Sci_Position.h \ ../include/ILexer.h \ @@ -187,6 +188,7 @@ Document.o: \ ../src/ElapsedPeriod.h EditModel.o: \ ../src/EditModel.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -216,6 +218,7 @@ EditModel.o: \ ../src/EditModel.h Editor.o: \ ../src/Editor.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -251,6 +254,7 @@ Editor.o: \ ../src/ElapsedPeriod.h EditView.o: \ ../src/EditView.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -286,6 +290,7 @@ EditView.o: \ ../src/ElapsedPeriod.h Indicator.o: \ ../src/Indicator.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -295,13 +300,13 @@ Indicator.o: \ ../src/XPM.h KeyMap.o: \ ../src/KeyMap.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ ../src/KeyMap.h LineMarker.o: \ ../src/LineMarker.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -311,6 +316,7 @@ LineMarker.o: \ ../src/LineMarker.h MarginView.o: \ ../src/MarginView.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -343,6 +349,7 @@ MarginView.o: \ ../src/EditView.h PerLine.o: \ ../src/PerLine.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -354,6 +361,7 @@ PerLine.o: \ ../src/PerLine.h PositionCache.o: \ ../src/PositionCache.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -387,8 +395,7 @@ RESearch.o: \ ../src/RESearch.h RunStyles.o: \ ../src/RunStyles.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ ../src/Position.h \ @@ -397,6 +404,7 @@ RunStyles.o: \ ../src/RunStyles.h ScintillaBase.o: \ ../src/ScintillaBase.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/ILoader.h \ @@ -431,14 +439,14 @@ ScintillaBase.o: \ ../src/ScintillaBase.h Selection.o: \ ../src/Selection.cxx \ - ../src/Geometry.h \ - ../src/Platform.h \ + ../src/Debugging.h \ ../include/Scintilla.h \ ../include/Sci_Position.h \ ../src/Position.h \ ../src/Selection.h Style.o: \ ../src/Style.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -452,6 +460,7 @@ UniqueString.o: \ ../src/UniqueString.h ViewStyle.o: \ ../src/ViewStyle.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../include/Scintilla.h \ @@ -465,6 +474,7 @@ ViewStyle.o: \ ../src/ViewStyle.h XPM.o: \ ../src/XPM.cxx \ + ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../src/XPM.h |