2004-06-02 02:54:58 +02:00
|
|
|
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
|
|
|
|
|
|
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/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 \
|
2004-06-02 02:54:58 +02:00
|
|
|
ndbapi/ndberror.h
|
|
|
|
|
|
|
|
mgmapiinclude_HEADERS = \
|
|
|
|
mgmapi/mgmapi.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:
|
2005-01-04 12:46:53 +01:00
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|