~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-11-21 01:28:19 UTC
  • mto: This revision was merged to the branch mainline in revision 594.
  • Revision ID: monty@inaugust.com-20081121012819-dxeqcc20iqqng77o
Configure cleanups. Added generic search_for_lib m4 macro.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
bin_SCRIPTS =   drizzledumpslow \
35
35
                drizzled_safe 
36
36
 
37
 
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} ${LIBEVENT_CPPFLAGS} ${PROTOBUF_CPPFLAGS}
 
37
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} ${EVENT_CPPFLAGS} ${PROTOBUF_CPPFLAGS}
38
38
 
39
39
DTRACE = @DTRACE@
40
40
 
83
83
                 -lprotobuf \
84
84
                 $(LDADD) \
85
85
                 $(CXXLDFLAGS) \
86
 
                 $(LIBDL_LIBS) $(LIBEVENT_LIBS) $(PROTOBUF_LIBS)
 
86
                 $(LIBDL_LIBS) $(EVENT_LIBS) $(PROTOBUF_LIBS)
87
87
drizzled_DEPENDENCIES = @mysql_plugin_libs@
88
88
 
89
89
drizzled_LDFLAGS =
280
280
 
281
281
libhandler_la_SOURCES = handler.cc handlerton.cc
282
282
libyacc_la_SOURCES = sql_yacc.yy
 
283
AM_YFLAGS = -p DRIZZLE -d --verbose
283
284
# Code output from YACC contains GOBS of unused macros, and I can't
284
285
# figure out how to turn it off.
285
286
libyacc_la_CXXFLAGS = ${AM_CXXFLAGS} -Wno-unused-macros
334
335
 
335
336
MAINTAINERCLEANFILES = $(BUILT_MAINT_SRC)
336
337
 
337
 
AM_YFLAGS = -d --verbose
338
 
 
339
 
 
340
338
# This generates lex_hash.h
341
339
# NOTE Built sources should depend on their sources not the tool
342
340
# this avoid the rebuild of the built files in a source dist