-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile.dep
26 lines (26 loc) · 1.36 KB
/
makefile.dep
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Configuration.o: Configuration.cc Configuration.h
DictionariesMenu.o: DictionariesMenu.cc DictionariesMenu.h Utils.h \
config.h
ErrorHandlers.o: ErrorHandlers.cc ErrorHandlers.h config.h
HeaderEdit.o: HeaderEdit.cc HeaderEdit.h PoReader.h config.h
HelperPanel.o: HelperPanel.cc HelperPanel.h config.h
HelpMenu.o: HelpMenu.cc HelpMenu.h config.h
IndicatorWidget.o: IndicatorWidget.cc IndicatorWidget.h
main.o: main.cc MainWindow.h MenuBar.h Toolbar.h TextPanel.h \
HelperPanel.h PoReader.h TranslatedTextPanel.h SpellTxtView.h \
IndicatorWidget.h StatusBar.h Configuration.h config.h
MainWindow.o: MainWindow.cc MainWindow.h MenuBar.h Toolbar.h TextPanel.h \
HelperPanel.h PoReader.h TranslatedTextPanel.h SpellTxtView.h \
IndicatorWidget.h StatusBar.h Configuration.h Statistics.h HelpMenu.h \
Utils.h HeaderEdit.h config.h
MenuBar.o: MenuBar.cc MenuBar.h config.h
PoReader.o: PoReader.cc PoReader.h Utils.h ErrorHandlers.h config.h
SpellTxtView.o: SpellTxtView.cc SpellTxtView.h config.h
Statistics.o: Statistics.cc Statistics.h ErrorHandlers.h config.h
StatusBar.o: StatusBar.cc StatusBar.h config.h
test_replace.o: test_replace.cc Utils.h
TextPanel.o: TextPanel.cc TextPanel.h
Toolbar.o: Toolbar.cc Toolbar.h DictionariesMenu.h config.h
TranslatedTextPanel.o: TranslatedTextPanel.cc TranslatedTextPanel.h \
SpellTxtView.h IndicatorWidget.h config.h
Utils.o: Utils.cc Utils.h