*** empty log message ***
[dasher.git] / Src / DasherCore / Makefile.am
blob7bb92c41e2e8f4fbbbed5cd34ab1e324e0153455
1 SUBDIRS = LanguageModelling Alphabet
3 noinst_LIBRARIES = libdashercore.a
4 libdashercore_a_SOURCES = \
5                 ActionButton.cpp \
6                 ActionButton.h \
7                 AlphabetManager.cpp \
8                 AlphabetManager.h \
9                 AlphabetManagerFactory.cpp \
10                 AlphabetManagerFactory.h \
11                 AutoSpeedControl.cpp \
12                 AutoSpeedControl.h \
13                 BasicLog.cpp \
14                 BasicLog.h \
15                 CannaConversionHelper.cpp \
16                 CannaConversionHelper.h \
17                 CircleStartHandler.cpp \
18                 CircleStartHandler.h \
19                 ClickFilter.cpp \
20                 ClickFilter.h \
21                 ColourIO.cpp \
22                 ColourIO.h \
23                 ControlManager.cpp \
24                 ControlManager.h \
25                 ControlManagerFactory.cpp \
26                 ControlManagerFactory.h \
27                 ConversionHelper.h \
28                 ConversionManager.cpp \
29                 ConversionManager.h \
30                 ConversionManagerFactory.cpp \
31                 ConversionManagerFactory.h \
32                 DasherAppInterface.h \
33                 DasherButtons.cpp \
34                 DasherButtons.h \
35                 DasherComponent.cpp \
36                 DasherComponent.h \
37                 DasherInput.h \
38                 DasherInterfaceBase.cpp \
39                 DasherInterfaceBase.h \
40                 DasherModel.cpp \
41                 DasherModel.h \
42                 DasherModule.cpp \
43                 DasherModule.h \
44                 DasherNode.cpp \
45                 DasherNode.h \
46                 DasherScreen.h \
47                 DasherSettingsInterface.cpp \
48                 DasherSettingsInterface.h \
49                 DasherTypes.h \
50                 DasherView.cpp \
51                 DasherView.h \
52                 DasherView.inl \
53                 DasherViewSquare.cpp \
54                 DasherViewSquare.h \
55                 DasherViewSquare.inl \
56                 DasherWidgetInterface.h \
57                 DefaultFilter.cpp \
58                 DefaultFilter.h \
59                 DelayedDraw.cpp \
60                 DynamicFilter.h \
61                 DynamicFilter.cpp \
62                 Event.h \
63                 EventHandler.cpp \
64                 EventHandler.h \
65                 EyetrackerFilter.cpp \
66                 EyetrackerFilter.h \
67                 FileLogger.cpp \
68                 FileLogger.h \
69                 FrameRate.h \
70                 GnomeSettingsStore.cpp \
71                 GnomeSettingsStore.h \
72                 InputFilter.h \
73                 MemoryLeak.cpp \
74                 MemoryLeak.h \
75                 ModuleFactory.h \
76                 ModuleManager.cpp \
77                 ModuleManager.h \
78                 NodeCreationManager.cpp \
79                 NodeCreationManager.h \
80                 NodeManager.h \
81                 NodeManagerFactory.h \
82                 OneDimensionalFilter.cpp \
83                 OneDimensionalFilter.h \
84                 Parameters.h \
85                 PinYinConversionHelper.cpp \
86                 PinYinConversionHelper.h \
87                 SCENode.h \
88                 SettingsStore.cpp \
89                 SettingsStore.h \
90                 SimpleTimer.cpp \
91                 SimpleTimer.h \
92                 SocketInput.cpp \
93                 SocketInput.h \
94                 SocketInputBase.cpp \
95                 SocketInputBase.h \
96                 StartHandler.h \
97                 StylusFilter.cpp \
98                 StylusFilter.h \
99                 TimeSpan.cpp \
100                 TimeSpan.h \
101                 TwoBoxStartHandler.cpp \
102                 TwoBoxStartHandler.h \
103                 TwoButtonDynamicFilter.cpp \
104                 TwoButtonDynamicFilter.h \
105                 UserButton.cpp \
106                 UserButton.h \
107                 UserLocation.cpp \
108                 UserLocation.h \
109                 UserLog.cpp \
110                 UserLog.h \
111                 UserLogBase.h \
112                 UserLogParam.cpp \
113                 UserLogParam.h \
114                 UserLogTrial.cpp \
115                 UserLogTrial.h \
116                 View/DelayedDraw.h \
117                 WrapperFactory.cpp \
118                 WrapperFactory.h \
119                 XMLUtil.cpp \
120                 XMLUtil.h
122 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 
124 EXTRA_DIST = \
125                 LanguageModelling/BigramLanguageModel.cpp \
126                 LanguageModelling/BigramLanguageModel.h \
127                 LanguageModelling/KanjiConversionIME.cpp \
128                 LanguageModelling/KanjiConversionIME.h \
129                 DasherCore.vcproj \
130                 DasherCore_vc70.vcproj \
131                 DasherCore_vc71.vcproj \
132                 IMEConversionHelper.cpp \
133                 IMEConversionHelper.h