Various small changes
[dasher.git] / Src / DasherCore / Makefile.am
blob3ede79ffc42ac0327210f89c83fc47f4bb98c6b0
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                           AutoSpeedControl.cpp \
9                           AutoSpeedControl.h \
10                           CannaConversionHelper.cpp \
11                           CannaConversionHelper.h \
12                           CircleStartHandler.cpp \
13                           CircleStartHandler.h \
14                           ClickFilter.cpp \
15                           ClickFilter.h \
16                           ColourIO.cpp \
17                           ColourIO.h \
18                           ControlManager.cpp \
19                           ControlManager.h \
20                           ControlManagerFactory.cpp \
21                           ControlManagerFactory.h \
22                           ConversionHelper.h \
23                           ConversionManager.cpp \
24                           ConversionManager.h \
25                           ConversionManagerFactory.cpp \
26                           ConversionManagerFactory.h \
27                           CustomColours.cpp \
28                           CustomColours.h \
29                           DashEdit.cpp \
30                           DashEdit.h \
31                           DasherAppInterface.h \
32                           DasherButtons.cpp \
33                           DasherButtons.h \
34                           DasherComponent.cpp \
35                           DasherComponent.h \
36                           DasherGameMode.cpp \
37                           DasherGameMode.h \
38                           DasherInput.h \
39                           DasherInterfaceBase.cpp \
40                           DasherInterfaceBase.h \
41                           DasherModel.cpp \
42                           DasherModel.h \
43                           DasherModule.cpp \
44                           DasherModule.h \
45                           DasherNode.cpp \
46                           DasherNode.h \
47                           DasherScreen.h \
48                           DasherSettingsInterface.cpp \
49                           DasherSettingsInterface.h \
50                           DasherTypes.h \
51                           DasherView.cpp \
52                           DasherView.h \
53                           DasherView.inl \
54                           DasherViewSquare.cpp \
55                           DasherViewSquare.h \
56                           DasherViewSquare.inl \
57                           DasherWidgetInterface.h \
58                           DefaultFilter.cpp \
59                           DefaultFilter.h \
60                           DelayedDraw.cpp \
61                           DynamicFilter.h \
62                           DynamicFilter.cpp \
63                           Event.h \
64                           EventHandler.cpp \
65                           EventHandler.h \
66                           EyetrackerFilter.cpp \
67                           EyetrackerFilter.h \
68                           FileLogger.cpp \
69                           FileLogger.h \
70                           FrameRate.h \
71                           GnomeSettingsStore.cpp \
72                           GnomeSettingsStore.h \
73                           InputFilter.h \
74                           MemoryLeak.cpp \
75                           MemoryLeak.h \
76                           ModuleFactory.h \
77                           ModuleManager.cpp \
78                           ModuleManager.h \
79                           NodeManager.h \
80                           NodeManagerFactory.h \
81                           OneButtonFilter.cpp \
82                           OneButtonFilter.h \
83                           OneDimensionalFilter.cpp \
84                           OneDimensionalFilter.h \
85                           Parameters.h \
86                           PinYinConversionHelper.cpp \
87                           PinYinConversionHelper.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                           UserLocation.cpp \
106                           UserLocation.h \
107                           UserLog.cpp \
108                           UserLog.h \
109                           UserLogParam.cpp \
110                           UserLogParam.h \
111                           UserLogTrial.cpp \
112                           UserLogTrial.h \
113                           View/DelayedDraw.h \
114                           WrapperFactory.cpp \
115                           WrapperFactory.h \
116                           XMLUtil.cpp \
117                           XMLUtil.h
119 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 
121 EXTRA_DIST = \
122                 LanguageModelling/BigramLanguageModel.cpp \
123                 LanguageModelling/BigramLanguageModel.h \
124                 LanguageModelling/KanjiConversionIME.cpp \
125                 LanguageModelling/KanjiConversionIME.h \
126                 DasherCore.vcproj \
127                 DasherCore_vc70.vcproj \
128                 DasherCore_vc71.vcproj