1# Copyright (C) 2004-2006 MySQL AB
2# Use is subject to license terms
3#
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.
7#
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.
12#
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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
17SUBDIRS = \
18	dbdict		\
19	dbdih		\
20	dblqh		\
21	dbtup		\
22        backup
23
24noinst_LIBRARIES = libblocks.a
25
26INCLUDES_LOC = -I$(top_srcdir)/storage/ndb/src/kernel/blocks/dblqh
27libblocks_a_SOURCES = tsman.cpp lgman.cpp pgman.cpp diskpage.cpp restore.cpp\
28  cmvmi/Cmvmi.cpp \
29  dbacc/DbaccInit.cpp dbacc/DbaccMain.cpp \
30  dbdict/Dbdict.cpp \
31  dbdih/DbdihInit.cpp dbdih/DbdihMain.cpp \
32  dblqh/DblqhInit.cpp dblqh/DblqhMain.cpp \
33  dbtc/DbtcInit.cpp dbtc/DbtcMain.cpp \
34  dbtup/DbtupExecQuery.cpp dbtup/DbtupBuffer.cpp \
35  dbtup/DbtupRoutines.cpp dbtup/DbtupCommit.cpp \
36  dbtup/DbtupFixAlloc.cpp dbtup/DbtupTrigger.cpp \
37  dbtup/DbtupAbort.cpp dbtup/DbtupPageMap.cpp \
38  dbtup/DbtupPagMan.cpp dbtup/DbtupStoredProcDef.cpp \
39  dbtup/DbtupMeta.cpp dbtup/DbtupTabDesMan.cpp \
40  dbtup/DbtupGen.cpp dbtup/DbtupIndex.cpp \
41  dbtup/DbtupDebug.cpp dbtup/DbtupScan.cpp \
42  dbtup/DbtupDiskAlloc.cpp dbtup/DbtupVarAlloc.cpp \
43  dbtup/tuppage.cpp dbtup/Undo_buffer.cpp \
44  ndbfs/AsyncFile.cpp ndbfs/Ndbfs.cpp ndbfs/VoidFs.cpp \
45  ndbfs/Filename.cpp ndbfs/CircularIndex.cpp \
46  ndbcntr/NdbcntrInit.cpp ndbcntr/NdbcntrSysTable.cpp ndbcntr/NdbcntrMain.cpp \
47  qmgr/QmgrInit.cpp qmgr/QmgrMain.cpp \
48  trix/Trix.cpp \
49  backup/Backup.cpp backup/BackupInit.cpp \
50  dbutil/DbUtil.cpp \
51  suma/Suma.cpp suma/SumaInit.cpp \
52  dbtux/DbtuxGen.cpp dbtux/DbtuxMeta.cpp dbtux/DbtuxMaint.cpp \
53  dbtux/DbtuxNode.cpp dbtux/DbtuxTree.cpp dbtux/DbtuxScan.cpp \
54  dbtux/DbtuxSearch.cpp dbtux/DbtuxCmp.cpp dbtux/DbtuxStat.cpp \
55  dbtux/DbtuxDebug.cpp
56
57EXTRA_PROGRAMS = ndb_print_file
58ndb_print_file_SOURCES = print_file.cpp diskpage.cpp dbtup/tuppage.cpp
59ndb_print_file_LDFLAGS = @ndb_bin_am_ldflags@ \
60  $(top_builddir)/storage/ndb/src/libndbclient.la \
61         $(top_builddir)/dbug/libdbug.a \
62         $(top_builddir)/mysys/libmysys.a \
63         $(top_builddir)/strings/libmystrings.a
64
65include $(top_srcdir)/storage/ndb/config/common.mk.am
66include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am
67
68windoze-dsp:
69