mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
b1d8aa6787
BitKeeper/deleted/.del-ErrorMessages.hpp~9ab815d55a13433a: Delete: ndb/src/kernel/error/ErrorMessages.hpp config/ac-macros/ha_ndbcluster.m4: add ndb mgmapi to ndbcluster_includes extra/perror.c: perror to print also ndbd exit codes ndb/include/Makefile.am: added new ndbd exit code include file to src distribution ndb/include/kernel/signaldata/EventReport.hpp: backported from 5.1, included node id in event report signal ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: backported from 5.1, included node id in event report signal
52 lines
1.1 KiB
Makefile
52 lines
1.1 KiB
Makefile
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
|
|
ndbinclude_HEADERS = \
|
|
ndb_constants.h \
|
|
ndb_init.h \
|
|
ndb_types.h \
|
|
ndb_version.h
|
|
|
|
ndbapiinclude_HEADERS = \
|
|
ndbapi/ndbapi_limits.h \
|
|
ndbapi/ndb_opt_defaults.h \
|
|
ndbapi/Ndb.hpp \
|
|
ndbapi/NdbApi.hpp \
|
|
ndbapi/NdbTransaction.hpp \
|
|
ndbapi/NdbDictionary.hpp \
|
|
ndbapi/NdbError.hpp \
|
|
ndbapi/NdbEventOperation.hpp \
|
|
ndbapi/NdbIndexOperation.hpp \
|
|
ndbapi/NdbOperation.hpp \
|
|
ndbapi/ndb_cluster_connection.hpp \
|
|
ndbapi/NdbBlob.hpp \
|
|
ndbapi/NdbPool.hpp \
|
|
ndbapi/NdbRecAttr.hpp \
|
|
ndbapi/NdbReceiver.hpp \
|
|
ndbapi/NdbScanFilter.hpp \
|
|
ndbapi/NdbScanOperation.hpp \
|
|
ndbapi/NdbIndexScanOperation.hpp \
|
|
ndbapi/ndberror.h
|
|
|
|
mgmapiinclude_HEADERS = \
|
|
mgmapi/mgmapi.h \
|
|
mgmapi/mgmapi_debug.h \
|
|
mgmapi/mgmapi_config_parameters.h \
|
|
mgmapi/mgmapi_config_parameters_debug.h \
|
|
mgmapi/ndb_logevent.h \
|
|
mgmapi/ndbd_exit_codes.h
|
|
|
|
noinst_HEADERS = \
|
|
ndb_global.h \
|
|
ndb_net.h
|
|
|
|
EXTRA_DIST = debugger editline kernel logger mgmcommon \
|
|
portlib transporter util
|
|
|
|
dist-hook:
|
|
-rm -rf `find $(distdir) -type d -name SCCS`
|
|
|
|
windoze-dsp:
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|