~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-10 18:40:16 UTC
  • mfrom: (77.1.63 codestyle)
  • Revision ID: brian@tangent.org-20080710184016-9dbmgqzl1diwrj82
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                        $(top_builddir)/strings/libmystringslt.la 
53
53
LDADD = $(SUPPORTING_LIBS) -lz -levent
54
54
drizzled_LDADD =        libhandler.la \
 
55
                        $(top_builddir)/libdrizzle/libdrizzle.la \
55
56
                        $(libevent_libs) \
56
57
                        @mysql_plugin_libs@ \
57
58
                        $(LDADD)  $(CXXLDFLAGS) @LIBDL@
114
115
                        sql_builtin.cc 
115
116
 
116
117
libhandler_la_SOURCES = handler.cc
117
 
nodist_drizzled_SOURCES = client.c net_serv.c
118
118
 
119
119
if HAVE_DTRACE
120
120
  drizzled_SOURCES += probes.d
131
131
                        @DEFS@
132
132
 
133
133
BUILT_MAINT_SRC =       sql_yacc.cc sql_yacc.h
134
 
BUILT_SOURCES =         $(BUILT_MAINT_SRC) lex_hash.h link_sources
 
134
BUILT_SOURCES =         $(BUILT_MAINT_SRC) lex_hash.h 
135
135
EXTRA_DIST =            $(BUILT_MAINT_SRC) \
136
136
                        message.mc \
137
137
                        probes.d
138
 
CLEANFILES =            lex_hash.h sql_yacc.output link_sources $(nodist_drizzled_SOURCES)
 
138
CLEANFILES =            lex_hash.h sql_yacc.output $(nodist_drizzled_SOURCES)
139
139
DISTCLEANFILES =        $(EXTRA_PROGRAMS)
140
140
MAINTAINERCLEANFILES =  $(BUILT_MAINT_SRC)
141
141
AM_YFLAGS =             -d --verbose
142
142
 
143
 
# These are listed in 'nodist_drizzled_SOURCES'
144
 
link_sources:
145
 
        rm -f client.c
146
 
        @LN_CP_F@ $(top_srcdir)/libdrizzle/client.c client.c
147
 
        rm -f net_serv.c
148
 
        @LN_CP_F@ $(top_srcdir)/libdrizzle/net_serv.c net_serv.c
149
 
        echo timestamp > link_sources
150
 
 
151
 
 
152
143
# This generates lex_hash.h
153
144
# NOTE Built sources should depend on their sources not the tool
154
145
# this avoid the rebuild of the built files in a source dist