2
# # Copyright (C) 2000-2006 MySQL AB
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation; version 2 of the License.
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
# GNU General Public License for more details.
13
# You should have received a copy of the GNU General Public License
14
# along with this program; if not, write to the Free Software
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1
# Copyright (C) 2009 Sun Microsystems
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; version 2 of the License.
7
# This program is distributed in the hope that it will be useful,
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
# GNU General Public License for more details.
12
# You should have received a copy of the GNU General Public License
13
# along with this program; if not, write to the Free Software
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
16
ACLOCAL_AMFLAGS = -I m4 --force
37
EXTRA_DIST = config/config.rpath m4/gnulib-cache.m4
38
CLEANFILES = drizzled/configmake.h
39
DISTCLEANFILES = ac_available_languages_fragment po/POTFILES.in
40
MAINTAINERCLEANFILES = autom4te.cache
42
BUILT_SOURCES = drizzled/configmake.h
43
noinst_HEADERS = drizzled/configmake.h
45
# Create empty datadir
47
$(mkinstalldirs) $(DESTDIR)$(localstatedir)
48
@if test `id -u` = 0 ; then \
49
if test -n "$(GROUPADD)" && test -n "$(USERADD)"; then \
50
$(GROUPADD) $(DRIZZLED_USER) ;\
51
$(USERADD) -g $(DRIZZLED_USER) $(DRIZZLED_USER) ;\
52
chown $(DRIZZLED_USER) $(DESTDIR)$(localstatedir) ;\
31
BUILT_SOURCES= drizzled/configmake.h
32
EXTRA_DIST= config/config.rpath m4/gnulib-cache.m4 \
33
config/plugin.ac config/plugin.am \
35
CLEANFILES= ${BUILT_SOURCES}
36
DISTCLEANFILES= ac_available_languages_fragment
37
MAINTAINERCLEANFILES= autom4te.cache
39
CLIENT_LDADD= mysys/libmysys.la \
40
mystrings/libmystrings.la \
41
$(LIBDRIZZLE) $(LIBINTL) $(LIBZ) \
42
client/libgetpassword.la
45
client/libgetpassword.la \
47
mystrings/libmystrings.la
54
client/drizzleimport \
57
extra/my_print_defaults \
62
client_libgetpassword_la_SOURCES= client/get_password.cc
65
client/client_priv.h \
67
client/get_password.h \
68
client/my_readline.h \
69
drizzled/configmake.h \
72
mystrings/m_string.h \
73
mystrings/my_uctype.h \
79
mysys/drizzle_time.h \
97
mystrings_libmystrings_la_SOURCES= \
98
mystrings/bmove_upp.cc \
99
mystrings/ctype-bin.cc \
100
mystrings/ctype-extra.cc \
101
mystrings/ctype-mb.cc \
102
mystrings/ctype-simple.cc \
103
mystrings/ctype-uca.cc \
104
mystrings/ctype-utf8.cc \
106
mystrings/decimal.cc \
108
mystrings/int2str.cc \
109
mystrings/is_prefix.cc \
111
mystrings/longlong2str.cc \
112
mystrings/my_strtoll10.cc
114
mysys_libmysys_la_SOURCES= \
117
mysys/charset-def.cc \
121
mysys/default_modify.cc \
124
mysys/mf_arr_appstr.cc \
126
mysys/mf_dirname.cc \
129
mysys/mf_getdate.cc \
130
mysys/mf_iocache.cc \
131
mysys/mf_iocache2.cc \
132
mysys/mf_loadpath.cc \
139
mysys/mf_tempfile.cc \
151
mysys/my_filename.cc \
153
mysys/my_getsystime.cc \
161
mysys/my_symlink.cc \
162
mysys/my_symlink2.cc \
164
mysys/my_thr_init.cc \
173
client_drizzle_SOURCES= client/drizzle.cc client/readline.cc
174
client_drizzle_LDADD= ${CLIENT_LDADD} ${READLINE_LIBS}
176
client_drizzlecheck_SOURCES = client/drizzlecheck.cc
177
client_drizzlecheck_LDADD= ${CLIENT_LDADD}
179
client_drizzledump_SOURCES= client/drizzledump.cc
180
client_drizzledump_LDADD= ${CLIENT_LDADD}
182
client_drizzleimport_SOURCES= client/drizzleimport.cc
183
client_drizzleimport_LDADD= ${CLIENT_LDADD}
185
client_drizzleslap_SOURCES= client/drizzleslap.cc
186
client_drizzleslap_LDADD= ${CLIENT_LDADD}
188
client_drizzletest_SOURCES= client/drizzletest.cc
189
client_drizzletest_LDADD= ${CLIENT_LDADD} ${LIBPCRE}
191
extra_my_print_defaults_SOURCES= extra/my_print_defaults.cc
192
extra_my_print_defaults_LDADD= \
193
$(top_builddir)/mysys/libmysys.la \
194
$(top_builddir)/mystrings/libmystrings.la \
196
extra_mysql_waitpid_SOURCES= extra/mysql_waitpid.cc
197
extra_mysql_waitpid_LDADD= \
198
$(top_builddir)/mysys/libmysys.la \
199
$(top_builddir)/mystrings/libmystrings.la \
203
pkgplugin_LTLIBRARIES=
204
include config/plugin.am