~drizzle-trunk/drizzle/development

992.1.25 by Monty Taylor
Moved myisam to new plugin system.
1
#  Copyright (C) 2009 Sun Microsystems
2
#
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.
6
#
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.
11
#
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
1 by brian
clean slate
15
722.2.9 by Monty Taylor
I _think_ I've got the plug.in triggering rebuild thing going on right.
16
ACLOCAL_AMFLAGS = -I m4 --force
475 by Monty Taylor
Added m4 files for deficient systems. Changed include mechanism to not need
17
1 by brian
clean slate
18
# Process this file with automake to create Makefile.in
312.1.8 by Monty Taylor
Don't build po dir if we don't have gettext.
19
if BUILD_GETTEXT
20
  po=po
21
endif
1 by brian
clean slate
22
1130.3.43 by Monty Taylor
Moved checks for inclusion of config.h in headers to cpplint. Made the test running cpplint more general.
23
TESTS= ${top_srcdir}/extra/run_cpplint.sh
1130.3.28 by Monty Taylor
Moved heapdef.h and myisamdef.h to *_priv.h for easier filtering for include guard check.
24
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
25
SUBDIRS = ${po} \
815.1.1 by Monty Taylor
Add timegm which is missing on Solaris.
26
	  gnulib \
992.1.17 by Monty Taylor
Moved extra/ into root Makefile.am
27
	  drizzled/message \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
28
	  . \
997.2.19 by Monty Taylor
Reverted back to building drizzled in drizzled.
29
	  drizzled \
187 by Brian Aker
Fixed tab issue
30
	  tests \
31
	  support-files
32
997.2.19 by Monty Taylor
Reverted back to building drizzled in drizzled.
33
BUILT_SOURCES=		drizzled/configmake.h
34
EXTRA_DIST=		config/config.rpath m4/gnulib-cache.m4 \
1003.2.2 by Monty Taylor
Fixed autorun.sh to actually work from a tarball.
35
			config/plugin.ac config/plugin.am \
1130.3.42 by Monty Taylor
Fied check_include_guards for distcheck.
36
			config/autorun.sh Doxyfile \
1130.3.43 by Monty Taylor
Moved checks for inclusion of config.h in headers to cpplint. Made the test running cpplint more general.
37
			extra/run_cpplint.sh  \
1130.3.42 by Monty Taylor
Fied check_include_guards for distcheck.
38
			extra/cpplint.py \
1130.3.45 by Monty Taylor
Removed old unused cpplint.sh driver file.
39
			extra/clean_source.sh
1130.3.42 by Monty Taylor
Fied check_include_guards for distcheck.
40
1022.2.28 by Monty Taylor
Build/dist fixes. Added my_print_defaults back for now - test_run needs it. But now it's a noinst. Moving forward, it either needs to be renamed and installed properly, or it needs to have its functionality wrapped up into something else.
41
997.2.19 by Monty Taylor
Reverted back to building drizzled in drizzled.
42
CLEANFILES=		${BUILT_SOURCES}
43
DISTCLEANFILES=		ac_available_languages_fragment
44
MAINTAINERCLEANFILES=	autom4te.cache
992.1.18 by Monty Taylor
Moved client build into root Makefile.
45
46
CLIENT_LDADD=		mysys/libmysys.la \
47
			mystrings/libmystrings.la \
48
			$(LIBDRIZZLE) $(LIBINTL) $(LIBZ) \
49
			client/libgetpassword.la
50
51
noinst_LTLIBRARIES= \
52
		client/libgetpassword.la \
53
		mysys/libmysys.la \
54
		mystrings/libmystrings.la
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
55
1022.2.24 by Monty Taylor
Removed my_print_defaults, innochecksum and mysql_waitpid. Two are crap - one does't belong here.
56
noinst_PROGRAMS=\
1022.2.28 by Monty Taylor
Build/dist fixes. Added my_print_defaults back for now - test_run needs it. But now it's a noinst. Moving forward, it either needs to be renamed and installed properly, or it needs to have its functionality wrapped up into something else.
57
		client/drizzletest \
58
		extra/my_print_defaults
1022.2.26 by Monty Taylor
Fixed an oops.
59
997.2.13 by Monty Taylor
Made client programs install properly.
60
bin_PROGRAMS= \
992.1.18 by Monty Taylor
Moved client build into root Makefile.
61
		client/drizzle \
62
		client/drizzledump \
63
		client/drizzleimport \
1022.2.26 by Monty Taylor
Fixed an oops.
64
		client/drizzleslap
992.1.17 by Monty Taylor
Moved extra/ into root Makefile.am
65
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
66
man_MANS=\
67
		client/drizzle.1 \
68
		client/drizzled.8 \
69
		client/drizzledump.1 \
70
		client/drizzleimport.1 \
71
		client/drizzleslap.1
992.1.18 by Monty Taylor
Moved client build into root Makefile.
72
73
client_libgetpassword_la_SOURCES= client/get_password.cc
74
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
75
noinst_HEADERS=	\
992.1.18 by Monty Taylor
Moved client build into root Makefile.
76
		client/client_priv.h \
994.2.4 by Monty Taylor
Blast. Fixed some make distcheck issues.
77
		client/errname.h \
992.1.18 by Monty Taylor
Moved client build into root Makefile.
78
		client/get_password.h \
1095.2.1 by Robert Klahn
Replace typedef struct LINE_BUFFER with class LineBuffer, encapsulating current logic
79
		client/linebuffer.h \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
80
		drizzled/configmake.h \
992.1.16 by Monty Taylor
Moved mystrings build into root Makefile.
81
		mystrings/decimal.h \
1089.1.12 by Brian Aker
Refactor dynamic out to its own files.
82
		mysys/dynamic_array.h \
992.1.16 by Monty Taylor
Moved mystrings build into root Makefile.
83
		mystrings/m_ctype.h \
84
		mystrings/m_string.h \
85
		mystrings/my_uctype.h \
994.2.4 by Monty Taylor
Blast. Fixed some make distcheck issues.
86
		mystrings/t_ctype.h \
87
		mystrings/utf8.h \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
88
		mysys/aio_result.h \
1089.2.1 by David Shrewsbury
Add a new CachedDirectory class that handles opendir/readdir operations for all systems.
89
		mysys/cached_directory.h \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
90
		mysys/definitions.h \
91
		mysys/drizzle_time.h \
92
		mysys/hash.h \
93
		mysys/iocache.h \
94
		mysys/my_alloc.h \
95
		mysys/my_bit.h \
1005.2.1 by Monty Taylor
Reverted a crap-ton of padraig's work.
96
		mysys/my_bitmap.h \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
97
		mysys/my_dir.h \
98
		mysys/my_getopt.h \
99
		mysys/my_pthread.h \
100
		mysys/my_static.h \
101
		mysys/my_sys.h \
102
		mysys/my_time.h \
103
		mysys/my_tree.h \
104
		mysys/mysys_err.h \
105
		mysys/mysys_priv.h \
106
		mysys/thr_lock.h \
107
		mysys/typelib.h
108
992.1.16 by Monty Taylor
Moved mystrings build into root Makefile.
109
mystrings_libmystrings_la_SOURCES= \
110
		mystrings/bmove_upp.cc \
111
		mystrings/ctype-bin.cc \
112
		mystrings/ctype-extra.cc \
113
		mystrings/ctype-mb.cc \
114
		mystrings/ctype-simple.cc \
115
		mystrings/ctype-uca.cc \
116
		mystrings/ctype-utf8.cc \
117
		mystrings/ctype.cc \
118
		mystrings/decimal.cc \
119
		mystrings/dtoa.cc \
120
		mystrings/int2str.cc \
121
		mystrings/is_prefix.cc \
122
		mystrings/llstr.cc \
123
		mystrings/longlong2str.cc \
999.1.1 by Toru Maesaka
Removed str2int() from the original string library by MySQL. Use strtol(3) instead.
124
		mystrings/my_strtoll10.cc
992.1.16 by Monty Taylor
Moved mystrings build into root Makefile.
125
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
126
mysys_libmysys_la_SOURCES= \
1089.2.1 by David Shrewsbury
Add a new CachedDirectory class that handles opendir/readdir operations for all systems.
127
		mysys/cached_directory.cc \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
128
		mysys/charset-def.cc \
129
		mysys/charset.cc \
130
		mysys/checksum.cc \
131
		mysys/default.cc \
1089.1.12 by Brian Aker
Refactor dynamic out to its own files.
132
		mysys/dynamic_array.cc \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
133
		mysys/errors.cc \
134
		mysys/hash.cc \
135
		mysys/mf_arr_appstr.cc \
136
		mysys/mf_cache.cc \
137
		mysys/mf_dirname.cc \
138
		mysys/mf_fn_ext.cc \
139
		mysys/mf_format.cc \
140
		mysys/mf_getdate.cc \
141
		mysys/mf_iocache.cc \
142
		mysys/mf_loadpath.cc \
143
		mysys/mf_pack.cc \
144
		mysys/mf_qsort.cc \
145
		mysys/mf_qsort2.cc \
146
		mysys/mf_radix.cc \
147
		mysys/mf_same.cc \
148
		mysys/mf_sort.cc \
149
		mysys/mf_tempfile.cc \
150
		mysys/mf_wcomp.cc \
151
		mysys/my_access.cc \
152
		mysys/my_alloc.cc \
153
		mysys/my_bit.cc \
1005.2.1 by Monty Taylor
Reverted a crap-ton of padraig's work.
154
		mysys/my_bitmap.cc \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
155
		mysys/my_copy.cc \
156
		mysys/my_create.cc \
157
		mysys/my_delete.cc \
158
		mysys/my_error.cc \
159
		mysys/my_getopt.cc \
160
		mysys/my_getsystime.cc \
161
		mysys/my_init.cc \
162
		mysys/my_lib.cc \
163
		mysys/my_open.cc \
164
		mysys/my_read.cc \
165
		mysys/my_redel.cc \
166
		mysys/my_rename.cc \
167
		mysys/my_static.cc \
168
		mysys/my_symlink.cc \
169
		mysys/my_symlink2.cc \
170
		mysys/my_sync.cc \
171
		mysys/my_thr_init.cc \
172
		mysys/my_time.cc \
1164 by Brian Aker
Small cleanup.
173
		mysys/my_tree.cc \
992.1.15 by Monty Taylor
Moved mysys build into root Makefile.
174
		mysys/my_write.cc \
175
		mysys/ptr_cmp.cc \
176
		mysys/thr_lock.cc \
177
		mysys/typelib.cc
722.1.4 by Monty Taylor
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
178
1095.2.1 by Robert Klahn
Replace typedef struct LINE_BUFFER with class LineBuffer, encapsulating current logic
179
client_drizzle_SOURCES=		client/drizzle.cc client/linebuffer.cc
992.1.18 by Monty Taylor
Moved client build into root Makefile.
180
client_drizzle_LDADD=		${CLIENT_LDADD} ${READLINE_LIBS}
181
182
client_drizzledump_SOURCES=	client/drizzledump.cc
183
client_drizzledump_LDADD=	${CLIENT_LDADD}
184
185
client_drizzleimport_SOURCES=	client/drizzleimport.cc
186
client_drizzleimport_LDADD=	${CLIENT_LDADD}
187
188
client_drizzleslap_SOURCES=	client/drizzleslap.cc
1099.1.2 by Monty Taylor
Merged Ross from lp:~rwmcfa1/+junk/drizzle-freebsd
189
client_drizzleslap_LDADD=	${CLIENT_LDADD}
992.1.18 by Monty Taylor
Moved client build into root Makefile.
190
1103.4.1 by Robert Klahn
make client/drizzletest.cc, new client/errname.cc compile in a reasonable amount of time and memory
191
client_drizzletest_SOURCES=	client/drizzletest.cc client/errname.cc
992.1.18 by Monty Taylor
Moved client build into root Makefile.
192
client_drizzletest_LDADD=	${CLIENT_LDADD} ${LIBPCRE}
193
992.1.21 by Monty Taylor
First pass at replacing plugin.m4.
194
EXTRA_LTLIBRARIES=
195
pkgplugin_LTLIBRARIES=
196
include config/plugin.am
197
1022.2.28 by Monty Taylor
Build/dist fixes. Added my_print_defaults back for now - test_run needs it. But now it's a noinst. Moving forward, it either needs to be renamed and installed properly, or it needs to have its functionality wrapped up into something else.
198
extra_my_print_defaults_SOURCES= extra/my_print_defaults.cc
199
extra_my_print_defaults_LDADD= \
200
		$(top_builddir)/mysys/libmysys.la \
201
		$(top_builddir)/mystrings/libmystrings.la \
202
		$(LIBINTL)
203
204
EXTRA_DIST+=	${man_MANS}
77.1.106 by Monty Taylor
Another batch of distclean fixes.
205
187 by Brian Aker
Fixed tab issue
206
.PHONY: test \
656.1.11 by Monty Taylor
Added indent rule and uncrustify config.
207
    indent
1 by brian
clean slate
208
209
# Target 'test' will run the regression test suite using the built server.
210
#
211
# If you are running in a shared environment, users can avoid clashing
212
# port numbers by setting individual small numbers 1-100 to the
168 by Brian Aker
Rename of test (better tab completion!)
213
# environment variable MTR_BUILD_THREAD. The script "test-run"
1 by brian
clean slate
214
# will then calculate the various port numbers it needs from this,
215
# making sure each user use different ports.
216
53.2.5 by Monty Taylor
Add Jay's test optoins at the target of make test.
217
test: test-drizzle
218
1008.5.11 by lbieber
move csv tests back to regular test suite, remove dead test files, add top level test-all target
219
test-all:
220
	cd tests ; \
221
	$(MAKE) $(AM_MAKEFLAGS) test-all
222
53.2.5 by Monty Taylor
Add Jay's test optoins at the target of make test.
223
test-drizzle:
187 by Brian Aker
Fixed tab issue
224
	cd tests ; \
942.1.4 by Monty Taylor
Moved big tests to big suite. Added make target "make test-big" to allow for easy running of the big tests.
225
	$(MAKE) $(AM_MAKEFLAGS) test-drizzle
226
1111.1.1 by Monty Taylor
Added both direct subunit to junit output targets as well as the general ability to inject extra flags into test-run via environment.
227
test-junitxml:
228
	cd tests ; \
229
	$(MAKE) $(AM_MAKEFLAGS) test-junitxml
230
942.1.4 by Monty Taylor
Moved big tests to big suite. Added make target "make test-big" to allow for easy running of the big tests.
231
test-big:
232
	cd tests ; \
233
	$(MAKE) $(AM_MAKEFLAGS) test-big
264.3.1 by Jay Pipes
* Added Doxyfile configuration for doxygen builds
234
1111.1.1 by Monty Taylor
Added both direct subunit to junit output targets as well as the general ability to inject extra flags into test-run via environment.
235
test-big-junitxml:
236
	cd tests ; \
237
	$(MAKE) $(AM_MAKEFLAGS) test-big-junitxml
238
264.3.1 by Jay Pipes
* Added Doxyfile configuration for doxygen builds
239
doxygen:
240
	doxygen Doxyfile
656.1.11 by Monty Taylor
Added indent rule and uncrustify config.
241
242
indent:
243
	for f in `find ${top_srcdir} -type f | grep -v innobase |\
244
                  ${EGREP} '\.(cc|c|h)$$' ` ; do \
245
            uncrustify -f $$f -c ${top_srcdir}/config/uncrustify.cfg \
246
               -o indentoutput.tmp && mv indentoutput.tmp "$$f" ;\
247
        done
722.1.4 by Monty Taylor
Removed all the setting of DEFS everywhere. Use configmake.h to get the values
248
249
drizzled/configmake.h: ${top_srcdir}/Makefile.in
250
	@echo "Making $@"
251
	@rm -f $@-t $@
252
	@{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
253
	  echo '#define PREFIX "$(prefix)"'; \
254
	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
255
	  echo '#define BINDIR "$(bindir)"'; \
256
	  echo '#define SBINDIR "$(sbindir)"'; \
257
	  echo '#define LIBEXECDIR "$(libexecdir)"'; \
258
	  echo '#define DATAROOTDIR "$(datarootdir)"'; \
259
	  echo '#define DATADIR "$(datadir)"'; \
260
	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \
261
	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
262
	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
263
	  echo '#define INCLUDEDIR "$(includedir)"'; \
264
	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
265
	  echo '#define DOCDIR "$(docdir)"'; \
266
	  echo '#define INFODIR "$(infodir)"'; \
267
	  echo '#define HTMLDIR "$(htmldir)"'; \
268
	  echo '#define DVIDIR "$(dvidir)"'; \
269
	  echo '#define PDFDIR "$(pdfdir)"'; \
270
	  echo '#define PSDIR "$(psdir)"'; \
271
	  echo '#define LIBDIR "$(libdir)"'; \
272
	  echo '#define LISPDIR "$(lispdir)"'; \
273
	  echo '#define LOCALEDIR "$(localedir)"'; \
274
	  echo '#define MANDIR "$(mandir)"'; \
275
	  echo '#define MANEXT "$(manext)"'; \
276
	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \
277
	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
278
	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \
279
	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
280
	  echo '#define PKGPLUGINDIR "$(pkgplugindir)"'; \
281
	} | sed '/""/d' > $@-t
282
	@if diff $@-t $@ >/dev/null 2>&1 ; then \
283
	  rm @-t ; \
284
	else \
285
	  mv $@-t $@ ; \
286
	fi
287
1126.12.1 by Lee Bieber
add clean-local target to remove lcov .gcno files. Also remove if HAVE_LCOV section from Makefile.am and lcov checks from configure.ac as they are not used nor needed
288
clean-local:
1138.1.1 by Monty Taylor
Fix for the distcheck build issue.
289
	find . -name '*.gcno' | xargs rm -f 
1126.12.1 by Lee Bieber
add clean-local target to remove lcov .gcno files. Also remove if HAVE_LCOV section from Makefile.am and lcov checks from configure.ac as they are not used nor needed
290