~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
pkgplugindir =$(pkglibdir)/plugin
25
25
 
26
 
SUBDIRS = util field serialize functions functions/str .
 
26
SUBDIRS = util field serialize functions functions/str functions/time .
27
27
 
28
28
sbin_PROGRAMS =drizzled
29
29
 
75
75
                 $(top_builddir)/drizzled/serialize/libserialize.la \
76
76
                 $(top_builddir)/drizzled/functions/libfunctions.la \
77
77
                 $(top_builddir)/drizzled/functions/str/libstrfunc.la \
 
78
                 $(top_builddir)/drizzled/functions/time/libtimefunc.la \
78
79
                 $(top_builddir)/drizzled/util/libutil.la \
79
80
                 $(libevent_libs) \
80
81
                 @mysql_plugin_libs@ \
95
96
                connect.h \
96
97
                cost_vect.h \
97
98
                data_home.h \
 
99
                db.h \
98
100
                definitions.h \
99
101
                errmsg.h \
100
102
                error_injection.h \
130
132
                protocol.h \
131
133
                qcache.h \
132
134
                query_id.h \
133
 
                rpl_constants.h \
134
 
                rpl_filter.h \
135
 
                rpl_mi.h \
136
 
                rpl_record.h \
137
 
                rpl_reporting.h \
138
 
                rpl_rli.h \
139
 
                rpl_tblmap.h \
140
 
                rpl_utility.h \
 
135
                rename.h \
 
136
                replication/binlog.h \
 
137
                replication/constants.h \
 
138
                replication/filter.h \
 
139
                replication/mi.h \
 
140
                replication/record.h \
 
141
                replication/replication.h \
 
142
                replication/reporting.h \
 
143
                replication/rli.h \
 
144
                replication/tblmap.h \
 
145
                replication/utility.h \
141
146
                scheduler.h \
142
147
                scheduling.h \
143
148
                server_includes.h \
147
152
                slave.h \
148
153
                sql_alloc.h \
149
154
                sql_array.h \
 
155
                sql_base.h \
150
156
                sql_bitmap.h \
151
157
                sql_class.h \
152
158
                sql_error.h \
155
161
                sql_locale.h \
156
162
                sql_parse.h \
157
163
                sql_plugin.h \
158
 
                sql_repl.h \
159
164
                sql_select.h \
160
 
                sql_show.h \
161
165
                sql_sort.h \
162
166
                sql_state.h \
163
167
                sql_string.h \
176
180
drizzled_SOURCES = \
177
181
                authentication.cc \
178
182
                configvar.cc \
 
183
                db.cc \
179
184
                discover.cc \
180
185
                drizzled.cc \
181
186
                errmsg.cc \
211
216
                qcache.cc \
212
217
                query_id.cc \
213
218
                records.cc \
214
 
                rpl_filter.cc \
215
 
                rpl_mi.cc \
216
 
                rpl_record.cc \
217
 
                rpl_reporting.cc \
218
 
                rpl_rli.cc \
219
 
                rpl_tblmap.cc \
220
 
                rpl_utility.cc \
 
219
                rename.cc \
 
220
                replication/binlog.cc \
 
221
                replication/filter.cc \
 
222
                replication/mi.cc \
 
223
                replication/record.cc \
 
224
                replication/replication.cc \
 
225
                replication/reporting.cc \
 
226
                replication/rli.cc \
 
227
                replication/tblmap.cc \
 
228
                replication/utility.cc \
221
229
                scheduler.cc \
222
230
                scheduling.cc \
223
231
                set_var.cc \
 
232
                show.cc \
224
233
                sj_tmp_table.cc \
225
234
                slave.cc \
226
235
                sql_base.cc \
227
 
                sql_binlog.cc \
228
236
                sql_builtin.cc \
229
237
                sql_class.cc \
230
238
                sql_client.cc \
231
239
                sql_connect.cc \
232
 
                sql_db.cc \
233
240
                sql_delete.cc \
234
241
                sql_derived.cc \
235
242
                sql_error.cc \
242
249
                sql_olap.cc \
243
250
                sql_parse.cc \
244
251
                sql_plugin.cc \
245
 
                sql_rename.cc \
246
 
                sql_repl.cc \
247
252
                sql_select.cc \
248
 
                sql_show.cc \
249
253
                sql_state.cc \
250
254
                sql_string.cc \
251
255
                sql_table.cc \
288
292
      -DLOCALEDIR=\"$(localedir)\" \
289
293
      @DEFS@
290
294
 
291
 
#               server_includes.h.gch
292
295
if GCC_PCH
293
296
PCHHEADERS = \
294
297
                definitions.h.gch \
295
298
                handlerton.h.gch  \
 
299
                sql_base.h.gch \
 
300
                sql_parse.h.gch \
296
301
                sql_plugin.h.gch
297
302
else
298
303
PCHHEADERS =