diff options
Diffstat (limited to 'win32/deps.mak')
-rw-r--r-- | win32/deps.mak | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index 61798b358..699297a60 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -1,9 +1,9 @@ # Created by DepGen.py. To recreate, run DepGen.py. -HanjaDic.o: \ +$(DIR_O)/HanjaDic.o: \ HanjaDic.cxx \ WinTypes.h \ HanjaDic.h -PlatWin.o: \ +$(DIR_O)/PlatWin.o: \ PlatWin.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -14,11 +14,11 @@ PlatWin.o: \ ../src/DBCS.h \ WinTypes.h \ PlatWin.h -ScintillaDLL.o: \ +$(DIR_O)/ScintillaDLL.o: \ ScintillaDLL.cxx \ ../include/ScintillaTypes.h \ ScintillaWin.h -ScintillaWin.o: \ +$(DIR_O)/ScintillaWin.o: \ ScintillaWin.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -62,7 +62,7 @@ ScintillaWin.o: \ PlatWin.h \ HanjaDic.h \ ScintillaWin.h -AutoComplete.o: \ +$(DIR_O)/AutoComplete.o: \ ../src/AutoComplete.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -72,7 +72,7 @@ AutoComplete.o: \ ../src/CharacterType.h \ ../src/Position.h \ ../src/AutoComplete.h -CallTip.o: \ +$(DIR_O)/CallTip.o: \ ../src/CallTip.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -81,15 +81,15 @@ CallTip.o: \ ../src/Platform.h \ ../src/Position.h \ ../src/CallTip.h -CaseConvert.o: \ +$(DIR_O)/CaseConvert.o: \ ../src/CaseConvert.cxx \ ../src/CaseConvert.h \ ../src/UniConversion.h -CaseFolder.o: \ +$(DIR_O)/CaseFolder.o: \ ../src/CaseFolder.cxx \ ../src/CaseFolder.h \ ../src/CaseConvert.h -CellBuffer.o: \ +$(DIR_O)/CellBuffer.o: \ ../src/CellBuffer.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -98,17 +98,17 @@ CellBuffer.o: \ ../src/Partitioning.h \ ../src/CellBuffer.h \ ../src/UniConversion.h -CharacterCategoryMap.o: \ +$(DIR_O)/CharacterCategoryMap.o: \ ../src/CharacterCategoryMap.cxx \ ../src/CharacterCategoryMap.h -CharacterType.o: \ +$(DIR_O)/CharacterType.o: \ ../src/CharacterType.cxx \ ../src/CharacterType.h -CharClassify.o: \ +$(DIR_O)/CharClassify.o: \ ../src/CharClassify.cxx \ ../src/CharacterType.h \ ../src/CharClassify.h -ContractionState.o: \ +$(DIR_O)/ContractionState.o: \ ../src/ContractionState.cxx \ ../src/Debugging.h \ ../src/Position.h \ @@ -118,10 +118,10 @@ ContractionState.o: \ ../src/RunStyles.h \ ../src/SparseVector.h \ ../src/ContractionState.h -DBCS.o: \ +$(DIR_O)/DBCS.o: \ ../src/DBCS.cxx \ ../src/DBCS.h -Decoration.o: \ +$(DIR_O)/Decoration.o: \ ../src/Decoration.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -130,7 +130,7 @@ Decoration.o: \ ../src/Partitioning.h \ ../src/RunStyles.h \ ../src/Decoration.h -Document.o: \ +$(DIR_O)/Document.o: \ ../src/Document.cxx \ ../include/ScintillaTypes.h \ ../include/ILoader.h \ @@ -152,7 +152,7 @@ Document.o: \ ../src/RESearch.h \ ../src/UniConversion.h \ ../src/ElapsedPeriod.h -EditModel.o: \ +$(DIR_O)/EditModel.o: \ ../src/EditModel.cxx \ ../include/ScintillaTypes.h \ ../include/ILoader.h \ @@ -181,7 +181,7 @@ EditModel.o: \ ../src/Selection.h \ ../src/PositionCache.h \ ../src/EditModel.h -Editor.o: \ +$(DIR_O)/Editor.o: \ ../src/Editor.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -220,7 +220,7 @@ Editor.o: \ ../src/EditView.h \ ../src/Editor.h \ ../src/ElapsedPeriod.h -EditView.o: \ +$(DIR_O)/EditView.o: \ ../src/EditView.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -257,10 +257,10 @@ EditView.o: \ ../src/MarginView.h \ ../src/EditView.h \ ../src/ElapsedPeriod.h -Geometry.o: \ +$(DIR_O)/Geometry.o: \ ../src/Geometry.cxx \ ../src/Geometry.h -Indicator.o: \ +$(DIR_O)/Indicator.o: \ ../src/Indicator.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -268,13 +268,13 @@ Indicator.o: \ ../src/Platform.h \ ../src/Indicator.h \ ../src/XPM.h -KeyMap.o: \ +$(DIR_O)/KeyMap.o: \ ../src/KeyMap.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ ../src/Debugging.h \ ../src/KeyMap.h -LineMarker.o: \ +$(DIR_O)/LineMarker.o: \ ../src/LineMarker.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -283,7 +283,7 @@ LineMarker.o: \ ../src/XPM.h \ ../src/LineMarker.h \ ../src/UniConversion.h -MarginView.o: \ +$(DIR_O)/MarginView.o: \ ../src/MarginView.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -317,7 +317,7 @@ MarginView.o: \ ../src/EditModel.h \ ../src/MarginView.h \ ../src/EditView.h -PerLine.o: \ +$(DIR_O)/PerLine.o: \ ../src/PerLine.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -328,7 +328,7 @@ PerLine.o: \ ../src/Partitioning.h \ ../src/CellBuffer.h \ ../src/PerLine.h -PositionCache.o: \ +$(DIR_O)/PositionCache.o: \ ../src/PositionCache.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -359,19 +359,19 @@ PositionCache.o: \ ../src/UniConversion.h \ ../src/Selection.h \ ../src/PositionCache.h -RESearch.o: \ +$(DIR_O)/RESearch.o: \ ../src/RESearch.cxx \ ../src/Position.h \ ../src/CharClassify.h \ ../src/RESearch.h -RunStyles.o: \ +$(DIR_O)/RunStyles.o: \ ../src/RunStyles.cxx \ ../src/Debugging.h \ ../src/Position.h \ ../src/SplitVector.h \ ../src/Partitioning.h \ ../src/RunStyles.h -ScintillaBase.o: \ +$(DIR_O)/ScintillaBase.o: \ ../src/ScintillaBase.cxx \ ../include/ScintillaTypes.h \ ../include/ScintillaMessages.h \ @@ -408,25 +408,25 @@ ScintillaBase.o: \ ../src/Editor.h \ ../src/AutoComplete.h \ ../src/ScintillaBase.h -Selection.o: \ +$(DIR_O)/Selection.o: \ ../src/Selection.cxx \ ../src/Debugging.h \ ../src/Position.h \ ../src/Selection.h -Style.o: \ +$(DIR_O)/Style.o: \ ../src/Style.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ ../src/Geometry.h \ ../src/Platform.h \ ../src/Style.h -UniConversion.o: \ +$(DIR_O)/UniConversion.o: \ ../src/UniConversion.cxx \ ../src/UniConversion.h -UniqueString.o: \ +$(DIR_O)/UniqueString.o: \ ../src/UniqueString.cxx \ ../src/UniqueString.h -ViewStyle.o: \ +$(DIR_O)/ViewStyle.o: \ ../src/ViewStyle.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ @@ -439,7 +439,7 @@ ViewStyle.o: \ ../src/LineMarker.h \ ../src/Style.h \ ../src/ViewStyle.h -XPM.o: \ +$(DIR_O)/XPM.o: \ ../src/XPM.cxx \ ../include/ScintillaTypes.h \ ../src/Debugging.h \ |