implemented infinite backoff (fixes #311767)
[dasher.git] / Src / DasherCore / Makefile.am
blob5b04fc30a8870ef9b3705f3a5332f8d4ac24c426
1 SUBDIRS = LanguageModelling Alphabet
3 noinst_LIBRARIES = libdashercore.a
4 libdashercore_a_SOURCES = AlphabetManager.cpp \
5                           AlphabetManager.h \
6                           AlphabetManagerFactory.cpp \
7                           AlphabetManagerFactory.h \
8                           ColourIO.cpp \
9                           ColourIO.h \
10                           ControlManager.cpp \
11                           ControlManager.h \
12                           ControlManagerFactory.cpp \
13                           ControlManagerFactory.h \
14                           CustomColours.cpp \
15                           CustomColours.h \
16                           DashEdit.cpp \
17                           DashEdit.h \
18                           DasherAppInterface.h \
19                           DasherButtons.cpp \
20                           DasherButtons.h \
21                           DasherComponent.cpp \
22                           DasherComponent.h \
23                           DasherGameMode.cpp \
24                           DasherGameMode.h \
25                           DasherInput.h \
26                           DasherInterface.h \
27                           DasherInterfaceBase.cpp \
28                           DasherInterfaceBase.h \
29                           DasherModel.cpp \
30                           DasherModel.h \
31                           DasherNode.cpp \
32                           DasherNode.h \
33                           DasherScreen.h \
34                           DasherSettingsInterface.cpp \
35                           DasherSettingsInterface.h \
36                           DasherTypes.h \
37                           DasherView.cpp \
38                           DasherView.h \
39                           DasherView.inl \
40                           DasherViewSquare.cpp \
41                           DasherViewSquare.h \
42                           DasherViewSquare.inl \
43                           DasherWidgetInterface.h \
44                           DelayedDraw.cpp \
45                           Event.h \
46                           EventHandler.cpp \
47                           EventHandler.h \
48                           FileLogger.cpp \
49                           FileLogger.h \
50                           FrameRate.h \
51                           GnomeSettingsStore.cpp \
52                           GnomeSettingsStore.h \
53                           MemoryLeak.cpp \
54                           MemoryLeak.h \
55                           NodeManager.h \
56                           NodeManagerFactory.h \
57                           Parameters.h \
58                           SettingsStore.cpp \
59                           SettingsStore.h \
60                           SimpleTimer.cpp \
61                           SimpleTimer.h \
62                           SocketInput.cpp \
63                           SocketInput.h \
64                           SocketInputBase.cpp \
65                           SocketInputBase.h \
66                           TimeSpan.cpp \
67                           TimeSpan.h \
68                           UserLocation.cpp \
69                           UserLocation.h \
70                           UserLog.cpp \
71                           UserLog.h \
72                           UserLogParam.cpp \
73                           UserLogParam.h \
74                           UserLogTrial.cpp \
75                           UserLogTrial.h \
76                           View/DelayedDraw.h \
77                           XMLUtil.cpp \
78                           XMLUtil.h
80 AM_CXXFLAGS = $(GTK2_CFLAGS) $(SETTINGS_CFLAGS) $(gnome_speech_CFLAGS) $(gnome_a11y_CFLAGS) $(glade_CFLAGS) $(gnome_CFLAGS) $(wnck_CFLAGS) -DWNCK_I_KNOW_THIS_IS_UNSTABLE -I$(srcdir)/../DasherCore -DPROGDATA=\"$(pkgdatadir)\" -I../../intl -I$(top_srcdir)/intl 
82 EXTRA_DIST = \
83                 Win32/DasherInterface.cpp \
84                 Win32/DasherInterface.h \
85                 Win32/SocketInput.cpp \
86                 Win32/SocketInput.h \
87                 Win32/WinCommon.h \
88                 Win32/WinHelper.cpp \
89                 Win32/WinHelper.h \
90                 Win32/WinLocalisation.cpp \
91                 Win32/WinLocalisation.h \
92                 Win32/WinOptions.cpp \
93                 Win32/WinOptions.h \
94                 Win32/WinUTF8.cpp \
95                 Win32/WinUTF8.h \
96                 Win32/WinWrap.cpp \
97                 Win32/WinWrap.h \
98                 LanguageModelling/BigramLanguageModel.cpp \
99                 LanguageModelling/BigramLanguageModel.h \
100                 LanguageModelling/KanjiConversionIME.cpp \
101                 LanguageModelling/KanjiConversionIME.h \
102                 DasherCore.vcproj \
103                 DasherCore_vc70.vcproj \
104                 DasherCore_vc71.vcproj