~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-10-22 01:18:53 UTC
  • Revision ID: monty@inaugust.com-20081022011853-s7yqpxbii26rvcjw
Cleaned up plugin.h just a tiny bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
DTRACEFILES = handler.o \
44
44
              filesort.o \
 
45
              sql_insert.o \
45
46
              sql_delete.o \
46
 
              sql_insert.o \
47
47
              sql_select.o \
48
48
              sql_update.o
49
49
 
50
50
drizzledincludedir = ${includedir}/drizzled
51
 
dist_drizzledinclude_HEADERS =  common.h \
52
 
                                error.h \
53
 
                                korr.h \
 
51
dist_drizzledinclude_HEADERS =  error.h \
54
52
                                plugin.h \
55
 
                                plugin_authentication.h \
 
53
                                plugin_logging.h \
 
54
                                plugin_errmsg.h \
56
55
                                plugin_configvar.h \
57
 
                                plugin_errmsg.h \
58
 
                                plugin_logging.h \
59
56
                                plugin_qcache.h \
60
57
                                plugin_parser.h \
61
 
                                plugin_scheduling.h
 
58
                                plugin_scheduling.h \
 
59
                                plugin_authentication.h
62
60
 
63
61
noinst_LTLIBRARIES = libhandler.la libyacc.la
64
62
 
81
79
 
82
80
drizzled_LDFLAGS =
83
81
 
84
 
noinst_HEADERS = \
85
 
                authentication.h \
86
 
                base.h \
87
 
                client_settings.h \
88
 
                common_includes.h \
89
 
                configvar.h \
90
 
                connect.h \
91
 
                definitions.h \
92
 
                errmsg.h \
93
 
                error_injection.h \
94
 
                field.h \
95
 
                field_iterator.h \
96
 
                filesort_info.h \
97
 
                gettext.h \
98
 
                global.h \
99
 
                handler.h \
100
 
                innodb_plugin_extras.h \
101
 
                item_cmpfunc.h \
102
 
                item_create.h \
103
 
                item_func.h \
104
 
                item.h \
105
 
                item_row.h \
106
 
                item_strfunc.h \
107
 
                item_subselect.h \
108
 
                item_sum.h \
109
 
                item_timefunc.h \
110
 
                key_map.h \
111
 
                lex.h \
112
 
                lex_symbol.h \
113
 
                log_event.h \
114
 
                logging.h \
115
 
                log.h \
116
 
                my_decimal.h\
117
 
                opt_range.h \
118
 
                order.h \
119
 
                parser.h \
120
 
                probes.h \
121
 
                protocol.h \
122
 
                qcache.h \
123
 
                rpl_constants.h \
124
 
                rpl_filter.h \
125
 
                rpl_mi.h \
126
 
                rpl_record.h \
127
 
                rpl_reporting.h \
128
 
                rpl_rli.h \
129
 
                rpl_tblmap.h \
130
 
                rpl_utility.h \
131
 
                scheduler.h \
132
 
                scheduling.h \
133
 
                server_includes.h \
134
 
                set_var.h \
135
 
                show.h \
136
 
                sj_tmp_table.h \
137
 
                slave.h \
138
 
                sql_alloc.h \
139
 
                sql_array.h \
140
 
                sql_bitmap.h \
141
 
                sql_class.h \
142
 
                sql_error.h \
143
 
                sql_lex.h \
144
 
                sql_list.h \
145
 
                sql_locale.h \
146
 
                sql_parse.h \
147
 
                sql_plugin.h \
148
 
                sql_repl.h \
149
 
                sql_select.h \
150
 
                sql_show.h \
151
 
                sql_sort.h \
152
 
                sql_state.h \
153
 
                sql_string.h \
154
 
                sql_table.h \
155
 
                sql_udf.h \
156
 
                stacktrace.h \
157
 
                structs.h \
158
 
                table.h \
159
 
                table_list.h \
160
 
                table_map_iterator.h \
161
 
                tmp_table.h \
162
 
                tzfile.h \
163
 
                tztime.h
 
82
noinst_HEADERS = item.h \
 
83
                 authentication.h \
 
84
                 logging.h \
 
85
                 errmsg.h \
 
86
                 configvar.h \
 
87
                 parser.h \
 
88
                 scheduling.h \
 
89
                 qcache.h \
 
90
                 key_map.h \
 
91
                 item_func.h \
 
92
                 item_sum.h \
 
93
                 item_cmpfunc.h \
 
94
                 item_strfunc.h \
 
95
                 item_timefunc.h \
 
96
                 item_create.h \
 
97
                 item_subselect.h \
 
98
                 item_row.h \
 
99
                 server_includes.h \
 
100
                 sql_bitmap.h \
 
101
                 table_map_iterator.h \
 
102
                 sql_class.h \
 
103
                 sql_lex.h \
 
104
                 sql_list.h \
 
105
                 sql_locale.h \
 
106
                 sql_state.h \
 
107
                 sql_string.h \
 
108
                 sql_error.h \
 
109
                 field.h \
 
110
                 handler.h \
 
111
                 rpl_constants.h \
 
112
                 opt_range.h \
 
113
                 protocol.h \
 
114
                 rpl_tblmap.h \
 
115
                 rpl_utility.h \
 
116
                 rpl_reporting.h \
 
117
                 log.h \
 
118
                 sql_show.h \
 
119
                 rpl_rli.h \
 
120
                 rpl_mi.h \
 
121
                 sql_select.h \
 
122
                 structs.h \
 
123
                 table.h \
 
124
                 sql_udf.h \
 
125
                 lex.h \
 
126
                 lex_symbol.h \
 
127
                 sql_repl.h \
 
128
                 slave.h \
 
129
                 rpl_filter.h \
 
130
                 log_event.h \
 
131
                 rpl_record.h \
 
132
                 stacktrace.h \
 
133
                 sql_sort.h \
 
134
                 set_var.h \
 
135
                 tzfile.h \
 
136
                 client_settings.h \
 
137
                 tztime.h \
 
138
                 my_decimal.h\
 
139
                 sql_array.h \
 
140
                 scheduler.h \
 
141
                 sql_plugin.h \
 
142
                 global.h \
 
143
                 base.h \
 
144
                 probes.h \
 
145
                 definitions.h \
 
146
                 sql_alloc.h \
 
147
                 sql_parse.h \
 
148
                 error_injection.h \
 
149
                 connect.h \
 
150
                 sql_table.h \
 
151
                 show.h \
 
152
                 tmp_table.h \
 
153
                 sj_tmp_table.h \
 
154
                 table_list.h \
 
155
                 drizzled_error_messages.h \
 
156
                 innodb_plugin_extras.h \
 
157
                 order.h \
 
158
                 filesort_info.h \
 
159
                 field_iterator.h \
 
160
                 common_includes.h
164
161
 
165
162
drizzled_SOURCES = \
166
 
                authentication.cc \
167
 
                configvar.cc \
168
 
                discover.cc \
169
 
                drizzled.cc \
170
 
                errmsg.cc \
171
 
                error.cc \
172
 
                field.cc \
173
 
                field_conv.cc \
174
 
                field_iterator.cc \
175
 
                filesort.cc \
176
 
                init.cc \
177
 
                item_buff.cc \
178
 
                item.cc \
179
 
                item_cmpfunc.cc \
180
 
                item_create.cc \
181
 
                item_func.cc \
182
 
                item_row.cc \
183
 
                item_strfunc.cc \
184
 
                item_subselect.cc \
185
 
                item_sum.cc \
186
 
                item_timefunc.cc \
187
 
                key.cc \
188
 
                key_map.cc \
189
 
                lock.cc \
190
 
                log.cc \
191
 
                log_event.cc \
192
 
                logging.cc \
193
 
                mf_iocache.cc \
194
 
                my_decimal.cc\
195
 
                natural_join_column.cc \
196
 
                opt_range.cc \
197
 
                opt_sum.cc \
198
 
                parser.cc \
199
 
                protocol.cc \
200
 
                qcache.cc \
201
 
                records.cc \
202
 
                rpl_filter.cc \
203
 
                rpl_mi.cc \
204
 
                rpl_record.cc \
205
 
                rpl_reporting.cc \
206
 
                rpl_rli.cc \
207
 
                rpl_tblmap.cc \
208
 
                rpl_utility.cc \
209
 
                scheduler.cc \
210
 
                scheduling.cc \
211
 
                set_var.cc \
212
 
                sj_tmp_table.cc \
213
 
                slave.cc \
214
 
                sql_base.cc \
215
 
                sql_binlog.cc \
216
 
                sql_builtin.cc \
217
 
                sql_class.cc \
218
 
                sql_client.cc \
219
 
                sql_connect.cc \
220
 
                sql_db.cc \
221
 
                sql_delete.cc \
222
 
                sql_derived.cc \
223
 
                sql_error.cc \
224
 
                sql_handler.cc \
225
 
                sql_insert.cc \
226
 
                sql_lex.cc \
227
 
                sql_list.cc \
228
 
                sql_load.cc \
229
 
                sql_locale.cc \
230
 
                sql_olap.cc \
231
 
                sql_parse.cc \
232
 
                sql_plugin.cc \
233
 
                sql_rename.cc \
234
 
                sql_repl.cc \
235
 
                sql_select.cc \
236
 
                sql_show.cc \
237
 
                sql_state.cc \
238
 
                sql_string.cc \
239
 
                sql_table.cc \
240
 
                sql_udf.cc \
241
 
                sql_union.cc \
242
 
                sql_update.cc \
243
 
                stacktrace.cc \
244
 
                strfunc.cc \
245
 
                table.cc \
246
 
                table_map_iterator.cc \
247
 
                thr_malloc.cc \
248
 
                time.cc \
249
 
                tmp_table.cc \
250
 
                tztime.cc \
251
 
                uniques.cc \
252
 
                unireg.cc
 
163
                   sql_db.cc \
 
164
                   sql_lex.cc \
 
165
                   authentication.cc \
 
166
                   logging.cc \
 
167
                   errmsg.cc \
 
168
                   configvar.cc \
 
169
                   parser.cc \
 
170
                   scheduling.cc \
 
171
                   qcache.cc \
 
172
                   sql_handler.cc \
 
173
                   natural_join_column.cc \
 
174
                   table_map_iterator.cc \
 
175
                   field_iterator.cc \
 
176
                   key_map.cc \
 
177
                   item.cc \
 
178
                   item_sum.cc \
 
179
                   item_buff.cc \
 
180
                   item_func.cc \
 
181
                   item_cmpfunc.cc \
 
182
                   item_strfunc.cc \
 
183
                   item_timefunc.cc \
 
184
                   thr_malloc.cc \
 
185
                   item_create.cc \
 
186
                   item_subselect.cc \
 
187
                   item_row.cc \
 
188
                   field.cc \
 
189
                   strfunc.cc \
 
190
                   key.cc \
 
191
                   sql_class.cc \
 
192
                   sql_list.cc \
 
193
                   protocol.cc \
 
194
                   sql_state.cc \
 
195
                   lock.cc \
 
196
                   sql_string.cc \
 
197
                   drizzled.cc \
 
198
                   sql_connect.cc \
 
199
                   scheduler.cc \
 
200
                   sql_parse.cc \
 
201
                   set_var.cc \
 
202
                   sql_base.cc \
 
203
                   table.cc \
 
204
                   sql_select.cc \
 
205
                   sql_insert.cc \
 
206
                   sql_error.cc \
 
207
                   sql_locale.cc \
 
208
                   sql_update.cc \
 
209
                   sql_delete.cc \
 
210
                   uniques.cc \
 
211
                   log.cc \
 
212
                   init.cc \
 
213
                   derror.cc \
 
214
                   unireg.cc \
 
215
                   log_event.cc \
 
216
                   rpl_record.cc \
 
217
                   discover.cc \
 
218
                   time.cc \
 
219
                   opt_range.cc \
 
220
                   opt_sum.cc \
 
221
                   records.cc \
 
222
                   filesort.cc \
 
223
                   sql_table.cc \
 
224
                   sql_rename.cc \
 
225
                   sql_load.cc \
 
226
                   mf_iocache.cc \
 
227
                   field_conv.cc \
 
228
                   sql_show.cc \
 
229
                   sql_udf.cc \
 
230
                   slave.cc \
 
231
                   sql_repl.cc \
 
232
                   rpl_filter.cc \
 
233
                   rpl_tblmap.cc \
 
234
                   rpl_utility.cc \
 
235
                   rpl_rli.cc \
 
236
                   rpl_mi.cc \
 
237
                   rpl_reporting.cc \
 
238
                   sql_union.cc \
 
239
                   sql_derived.cc \
 
240
                   sql_client.cc \
 
241
                   stacktrace.cc \
 
242
                   sql_olap.cc \
 
243
                   tztime.cc \
 
244
                   my_decimal.cc\
 
245
                   sql_plugin.cc \
 
246
                   sql_binlog.cc \
 
247
                   tmp_table.cc \
 
248
                   sj_tmp_table.cc \
 
249
                   sql_builtin.cc 
253
250
 
254
251
libhandler_la_SOURCES = handler.cc
255
252
libyacc_la_SOURCES = sql_yacc.yy
256
 
# Code output from YACC contains GOBS of unused macros, and I can't
 
253
# Code output from YAC contains GOBS of unused macros, and I can't
257
254
# figure out how to turn it off.
258
255
libyacc_la_CXXFLAGS = ${AM_CXXFLAGS} -Wno-unused-macros
259
256
 
285
282
 
286
283
BUILT_SOURCES = $(BUILT_MAINT_SRC) \
287
284
                lex_hash.h \
 
285
                version.h \
288
286
                $(PCHHEADERS)
289
287
 
290
288
EXTRA_DIST = $(BUILT_MAINT_SRC) \
304
302
AM_YFLAGS = -d --verbose
305
303
 
306
304
 
 
305
# These files should not be included in distributions since they are
 
306
# generated by configure from the .h.in files
 
307
dist-hook:
 
308
        $(RM) -f $(distdir)/drizzle_version.h 
 
309
 
307
310
# This generates lex_hash.h
308
311
# NOTE Built sources should depend on their sources not the tool
309
312
# this avoid the rebuild of the built files in a source dist