2006-12-31 01:02:27 +01:00
|
|
|
# Copyright (C) 2004-2006 MySQL AB
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; version 2 of the License.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
2004-06-02 02:54:58 +02:00
|
|
|
|
2005-04-27 04:04:36 +02:00
|
|
|
include $(top_srcdir)/storage/ndb/config/common.mk.am
|
2004-06-02 02:54:58 +02:00
|
|
|
|
|
|
|
ndbinclude_HEADERS = \
|
2004-12-26 22:40:42 +01:00
|
|
|
ndb_constants.h \
|
2004-12-21 10:37:12 +01:00
|
|
|
ndb_init.h \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndb_types.h \
|
|
|
|
ndb_version.h
|
|
|
|
|
|
|
|
ndbapiinclude_HEADERS = \
|
|
|
|
ndbapi/ndbapi_limits.h \
|
2005-01-28 00:42:41 +01:00
|
|
|
ndbapi/ndb_opt_defaults.h \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/Ndb.hpp \
|
|
|
|
ndbapi/NdbApi.hpp \
|
2004-12-23 11:21:01 +01:00
|
|
|
ndbapi/NdbTransaction.hpp \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/NdbDictionary.hpp \
|
|
|
|
ndbapi/NdbError.hpp \
|
|
|
|
ndbapi/NdbEventOperation.hpp \
|
|
|
|
ndbapi/NdbIndexOperation.hpp \
|
|
|
|
ndbapi/NdbOperation.hpp \
|
2004-09-01 16:56:53 +02:00
|
|
|
ndbapi/ndb_cluster_connection.hpp \
|
2004-06-16 15:31:35 +02:00
|
|
|
ndbapi/NdbBlob.hpp \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/NdbPool.hpp \
|
|
|
|
ndbapi/NdbRecAttr.hpp \
|
|
|
|
ndbapi/NdbReceiver.hpp \
|
|
|
|
ndbapi/NdbScanFilter.hpp \
|
|
|
|
ndbapi/NdbScanOperation.hpp \
|
2004-08-01 09:07:08 +02:00
|
|
|
ndbapi/NdbIndexScanOperation.hpp \
|
2005-09-20 08:35:57 +02:00
|
|
|
ndbapi/NdbIndexStat.hpp \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/ndberror.h
|
|
|
|
|
|
|
|
mgmapiinclude_HEADERS = \
|
|
|
|
mgmapi/mgmapi.h \
|
2007-06-14 12:57:32 +02:00
|
|
|
mgmapi/mgmapi_error.h \
|
2004-11-24 14:59:03 +01:00
|
|
|
mgmapi/mgmapi_debug.h \
|
|
|
|
mgmapi/mgmapi_config_parameters.h \
|
2005-01-11 23:25:45 +01:00
|
|
|
mgmapi/mgmapi_config_parameters_debug.h \
|
2005-10-03 20:04:44 +02:00
|
|
|
mgmapi/ndb_logevent.h \
|
|
|
|
mgmapi/ndbd_exit_codes.h
|
2004-06-02 02:54:58 +02:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
ndb_global.h \
|
2004-11-24 14:59:03 +01:00
|
|
|
ndb_net.h
|
2004-06-02 02:54:58 +02:00
|
|
|
|
|
|
|
EXTRA_DIST = debugger editline kernel logger mgmcommon \
|
|
|
|
portlib transporter util
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
-rm -rf `find $(distdir) -type d -name SCCS`
|
2004-11-10 00:03:01 +01:00
|
|
|
|
|
|
|
windoze-dsp:
|