mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / ndb / src / kernel / blocks / dbdict / Makefile.am
blobff94acf3a4e6b013b2fb186bf4b7fb79850d3ed7
1 # Copyright (c) 2004-2006 MySQL AB
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
16 include $(top_srcdir)/storage/ndb/config/common.mk.am
17 include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am
19 LDADD +=  \
20          $(top_builddir)/storage/ndb/src/common/util/libgeneral.la \
21          $(top_builddir)/storage/ndb/src/common/portlib/libportlib.la \
22          $(top_builddir)/dbug/libdbug.a \
23          $(top_builddir)/mysys/libmysys.a \
24          $(top_builddir)/strings/libmystrings.a
26 ndbtools_PROGRAMS = ndb_print_schema_file
27 ndb_print_schema_file_SOURCES = printSchemaFile.cpp
28 ndb_print_schema_file_LDFLAGS = @ndb_bin_am_ldflags@ \
29   $(top_builddir)/storage/ndb/src/libndbclient.la \
30          $(top_builddir)/dbug/libdbug.a \
31          $(top_builddir)/mysys/libmysys.a \
32          $(top_builddir)/strings/libmystrings.a
34 # Don't update the files from bitkeeper
35 %::SCCS/s.%