~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-02-08 12:39:10 UTC
  • mfrom: (840.1.21 devel)
  • Revision ID: brian@tangent.org-20090208123910-gaodow8xvkw9ed4l
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                cached_item.h \
36
36
                calendar.h \
37
37
                check_stack_overrun.h \
38
 
                client_settings.h \
39
 
                current_session.h \
40
38
                common.h \
41
39
                comp_creator.h \
42
40
                connect.h \
43
41
                cost_vect.h \
 
42
                current_session.h \
44
43
                data_home.h \
45
44
                db.h \
46
45
                definitions.h \
 
46
                diagnostics_area.h \
47
47
                discrete_interval.h \
48
48
                dtcollation.h \
49
49
                errmsg.h \
 
50
                errmsg_print.h \
50
51
                error.h \
51
 
                errmsg_print.h \
52
52
                error_injection.h \
53
53
                field.h \
54
 
                field_iterator.h \
55
54
                field/blob.h \
56
55
                field/date.h \
57
56
                field/datetime.h \
58
 
                field/enum.h \
59
57
                field/decimal.h \
60
58
                field/double.h \
 
59
                field/enum.h \
61
60
                field/int64_t.h \
62
61
                field/long.h \
63
62
                field/longstr.h \
68
67
                field/timestamp.h \
69
68
                field/timetype.h \
70
69
                field/varstring.h \
 
70
                field_iterator.h \
71
71
                file_exchange.h \
72
72
                filesort_info.h \
73
73
                foreign_key.h \
74
 
                function_hash.h \
 
74
                function/additive_op.h \
75
75
                function/ascii.h \
76
 
                function/additive_op.h \
77
76
                function/benchmark.h \
78
77
                function/bit.h \
79
78
                function/bit_count.h \
85
84
                function/find_in_set.h \
86
85
                function/found_rows.h \
87
86
                function/func.h \
88
 
                function/get_variable.h \
89
87
                function/get_system_var.h \
90
88
                function/get_user_var.h \
 
89
                function/get_variable.h \
91
90
                function/last_insert.h \
92
91
                function/length.h \
93
92
                function/locate.h \
94
 
                function/min_max.h \
95
 
                function/num1.h \
96
 
                function/numhybrid.h \
97
 
                function/num_op.h \
98
 
                function/rollup_const.h \
99
 
                function/row_count.h \
100
 
                function/set_user_var.h \
101
 
                function/sign.h \
102
 
                function/signed.h \
103
 
                function/units.h \
104
 
                function/unsigned.h \
105
 
                function/update_hash.h \
106
 
                function/user_var_as_out_param.h \
107
93
                function/math/abs.h \
108
94
                function/math/acos.h \
109
95
                function/math/asin.h \
115
101
                function/math/divide.h \
116
102
                function/math/exp.h \
117
103
                function/math/floor.h \
 
104
                function/math/int.h \
118
105
                function/math/int_divide.h \
 
106
                function/math/int_val.h \
119
107
                function/math/integer.h \
120
 
                function/math/int.h \
121
 
                function/math/int_val.h \
122
108
                function/math/ln.h \
123
109
                function/math/log.h \
124
110
                function/math/minus.h \
134
120
                function/math/sin.h \
135
121
                function/math/sqrt.h \
136
122
                function/math/tan.h \
 
123
                function/min_max.h \
 
124
                function/num1.h \
 
125
                function/num_op.h \
 
126
                function/numhybrid.h \
 
127
                function/rollup_const.h \
 
128
                function/row_count.h \
 
129
                function/set_user_var.h \
 
130
                function/sign.h \
 
131
                function/signed.h \
137
132
                function/str/alloc_buffer.h \
138
133
                function/str/binary.h \
139
134
                function/str/char.h \
182
177
                function/time/get_interval_value.h \
183
178
                function/time/hour.h \
184
179
                function/time/last_day.h \
 
180
                function/time/make_datetime.h \
 
181
                function/time/make_datetime_with_warn.h \
 
182
                function/time/make_time_with_warn.h \
185
183
                function/time/makedate.h \
186
 
                function/time/make_datetime_with_warn.h \
187
 
                function/time/make_datetime.h \
188
184
                function/time/maketime.h \
189
 
                function/time/make_time_with_warn.h \
190
185
                function/time/microsecond.h \
191
186
                function/time/minute.h \
192
187
                function/time/month.h \
193
188
                function/time/now.h \
194
 
                function/time/quarter.h \
195
189
                function/time/period_add.h \
196
190
                function/time/period_diff.h \
 
191
                function/time/quarter.h \
197
192
                function/time/sec_to_time.h \
198
193
                function/time/second.h \
 
194
                function/time/str_timefunc.h \
199
195
                function/time/str_to_date.h \
200
196
                function/time/sysdate_local.h \
201
 
                function/time/str_timefunc.h \
 
197
                function/time/time_to_sec.h \
202
198
                function/time/timediff.h \
203
199
                function/time/timestamp_diff.h \
204
 
                function/time/time_to_sec.h \
205
200
                function/time/to_days.h \
206
201
                function/time/typecast.h \
207
202
                function/time/unix_timestamp.h \
208
203
                function/time/weekday.h \
209
204
                function/time/year.h  \
 
205
                function/units.h \
 
206
                function/unsigned.h \
 
207
                function/update_hash.h \
 
208
                function/user_var_as_out_param.h \
 
209
                function_hash.h \
 
210
                ha_statistics.h \
210
211
                ha_trx_info.h \
211
 
                ha_statistics.h \
212
212
                handler.h \
 
213
                handler_structs.h \
213
214
                handlerton.h \
214
 
                handler_structs.h \
215
215
                hash_symbol.h \
216
216
                hybrid_type.h \
217
217
                hybrid_type_traits.h \
218
218
                hybrid_type_traits_decimal.h \
219
219
                hybrid_type_traits_integer.h \
220
 
                item.h \
 
220
                internal_error_handler.h \
 
221
                item.h \
221
222
                item/basic_constant.h \
222
223
                item/bin_string.h \
223
224
                item/blob.h \
235
236
                item/empty_string.h \
236
237
                item/field.h \
237
238
                item/float.h \
 
239
                item/func.h \
238
240
                item/hex_string.h \
 
241
                item/ident.h \
239
242
                item/insert_value.h \
 
243
                item/int.h \
240
244
                item/int_with_ref.h \
241
 
                item/func.h \
242
 
                item/ident.h \
243
 
                item/int.h \
244
245
                item/null.h \
245
246
                item/num.h \
246
247
                item/outer_ref.h \
256
257
                item/type_holder.h \
257
258
                item/uint.h \
258
259
                key.h \
259
 
                key_map.h \
 
260
                key_map.h \
260
261
                key_part_spec.h \
261
262
                korr.h \
 
263
                lex_column.h \
262
264
                lex_string.h \
263
265
                lex_symbol.h \
264
266
                lock.h \
265
267
                logging.h \
 
268
                multi_delete.h \
 
269
                multi_update.h \
266
270
                my_decimal.h\
 
271
                my_var.h \
267
272
                name_resolution_context.h \
268
273
                name_resolution_context_state.h \
269
274
                natural_join_column.h \
270
275
                nested_join.h \
 
276
                open_tables_state.h \
271
277
                opt_range.h \
272
278
                order.h \
273
279
                parser.h \
274
280
                plugin.h \
275
281
                plugin_authentication.h \
276
282
                plugin_configvar.h \
277
 
                plugin_replicator.h \
278
283
                plugin_errmsg.h \
279
284
                plugin_logging.h \
 
285
                plugin_parser.h \
280
286
                plugin_qcache.h \
281
 
                plugin_parser.h \
282
 
                plugin_scheduling.h \
 
287
                plugin_replicator.h \
 
288
                plugin_scheduling.h \
283
289
                probes.h \
284
290
                protocol.h \
285
291
                qcache.h \
288
294
                rename.h \
289
295
                replicator.h \
290
296
                scheduling.h \
 
297
                security_context.h \
 
298
                select_create.h \
 
299
                select_dump.h \
 
300
                select_dumpvar.h \
 
301
                select_exists_subselect.h \
 
302
                select_export.h \
 
303
                select_insert.h \
 
304
                select_max_min_finder_subselect.h \
291
305
                select_result.h \
292
306
                select_result_interceptor.h \
293
307
                select_send.h \
 
308
                select_singlerow_subselect.h \
 
309
                select_subselect.h \
 
310
                select_to_file.h \
 
311
                select_union.h \
294
312
                session.h \
295
313
                set_var.h \
296
314
                show.h \
316
334
                structs.h \
317
335
                symbol_hash.h \
318
336
                table.h \
 
337
                table_ident.h \
319
338
                table_list.h \
320
339
                table_map_iterator.h \
321
340
                table_share.h \
322
341
                temporal.h \
323
342
                temporal_format.h \
324
343
                tmp_table.h \
 
344
                tmp_table_param.h \
325
345
                tzfile.h \
326
346
                tztime.h \
 
347
                unique.h \
327
348
                unireg.h \
 
349
                user_var_entry.h \
328
350
                virtual_column_info.h \
329
351
                xid.h
330
352
 
335
357
LDADD = $(top_builddir)/libdrizzleclient/libdrizzleclient.la \
336
358
        $(top_builddir)/mysys/libmysys.la \
337
359
        $(top_builddir)/mystrings/libmystrings.la \
338
 
        $(LTLIBZ) $(LIBINTL)
 
360
        $(LIBZ) $(LIBINTL)
339
361
 
340
362
drizzled_LDADD = ${noinst_LTLIBRARIES} \
341
363
                 $(top_builddir)/drizzled/serialize/libserialize.la \
342
364
                 @mysql_plugin_libs@ \
343
 
                 $(LDADD) $(LTLIBUUID) ${top_builddir}/gnulib/libgnu.la \
344
 
                 $(LIBDL_LIBS) $(LTLIBEVENT) $(LTLIBPROTOBUF) $(PCRE_LIBS) \
 
365
                 $(LDADD) $(LIBUUID) ${top_builddir}/gnulib/libgnu.la \
 
366
                 $(LIBDL_LIBS) $(LIBEVENT) $(LIBPROTOBUF) $(PCRE_LIBS) \
345
367
                 $(DRIZZLED_PLUGIN_DEP_LIBS)
346
368
drizzled_DEPENDENCIES = @mysql_plugin_libs@ ${noinst_LTLIBRARIES}
347
369