Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
166e750f
Commit
166e750f
authored
May 27, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
ndb/src/kernel/ndb-main/Makefile.am: Auto merged
parents
5a01aa7d
d97a303f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
23 deletions
+13
-23
ndb/config/type_ndbapi.mk.am
ndb/config/type_ndbapi.mk.am
+0
-1
ndb/config/type_util.mk.am
ndb/config/type_util.mk.am
+0
-5
ndb/src/cw/cpcd/Makefile.am
ndb/src/cw/cpcd/Makefile.am
+1
-1
ndb/src/kernel/ndb-main/Makefile.am
ndb/src/kernel/ndb-main/Makefile.am
+1
-1
ndb/src/mgmclient/Makefile.am
ndb/src/mgmclient/Makefile.am
+4
-8
ndb/src/mgmsrv/Makefile.am
ndb/src/mgmsrv/Makefile.am
+4
-5
ndb/test/run-test/Makefile.am
ndb/test/run-test/Makefile.am
+3
-2
No files found.
ndb/config/type_ndbapi.mk.am
View file @
166e750f
INCLUDES += @NDB_NDBAPI_INCLUDES@
INCLUDES += @NDB_NDBAPI_INCLUDES@
LDADD += $(top_srcdir)/ndb/src/ndbapi/libNDB_API.la
ndb/config/type_util.mk.am
View file @
166e750f
LDADD += \
$(top_srcdir)/ndb/src/common/logger/liblogger.la \
$(top_srcdir)/ndb/src/common/util/libgeneral.la \
$(top_srcdir)/ndb/src/common/portlib/unix/libportlib.la
INCLUDES += @NDB_UTIL_INCLUDES@
INCLUDES += @NDB_UTIL_INCLUDES@
ndb/src/cw/cpcd/Makefile.am
View file @
166e750f
...
@@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd
...
@@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd
ndb_cpcd_SOURCES
=
main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp
ndb_cpcd_SOURCES
=
main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
common/logger/liblogger
.la
LDADD_LOC
=
$(top_srcdir)
/ndb/src/
libndbclient
.la
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
ndb/src/kernel/ndb-main/Makefile.am
View file @
166e750f
...
@@ -45,10 +45,10 @@ LDADD += \
...
@@ -45,10 +45,10 @@ LDADD += \
$(top_srcdir)
/ndb/src/common/transporter/libtransporter.la
\
$(top_srcdir)
/ndb/src/common/transporter/libtransporter.la
\
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
...
...
ndb/src/mgmclient/Makefile.am
View file @
166e750f
...
@@ -8,16 +8,12 @@ mgmtclient_SOURCES = \
...
@@ -8,16 +8,12 @@ mgmtclient_SOURCES = \
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
INCLUDES
+=
-I
$(top_srcdir)
/ndb/include/mgmapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
INCLUDES
+=
-I
$(top_srcdir)
/ndb/include/mgmapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD
+=
\
LDADD_LOC
=
$(top_srcdir)
/ndb/src/libndbclient.la
\
$(top_srcdir)
/ndb/src/common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
\
$(top_srcdir)
/ndb/src/common/logger/liblogger.la
\
@TERMCAP_LIB@
$(top_srcdir)
/ndb/src/common/util/libgeneral.la
\
$(top_srcdir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
ndb/src/mgmsrv/Makefile.am
View file @
166e750f
...
@@ -13,12 +13,11 @@ mgmtsrvr_SOURCES = \
...
@@ -13,12 +13,11 @@ mgmtsrvr_SOURCES = \
MgmtSrvrConfig.cpp
\
MgmtSrvrConfig.cpp
\
CommandInterpreter.cpp
CommandInterpreter.cpp
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/ndbapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
-I
$(top_srcdir)
/ndb/src/mgmapi
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/ndbapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD_LOC
=
\
LDADD_LOC
=
$(top_srcdir)
/ndb/src/libndbclient.la
\
$(top_srcdir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
\
$(top_srcdir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
@TERMCAP_LIB@
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapi.mk.am
...
...
ndb/test/run-test/Makefile.am
View file @
166e750f
...
@@ -6,11 +6,12 @@ atrt_SOURCES = main.cpp
...
@@ -6,11 +6,12 @@ atrt_SOURCES = main.cpp
ndbtest_SCRIPTS
=
atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh
\
ndbtest_SCRIPTS
=
atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh
\
atrt-clear-result.sh make-config.sh
atrt-clear-result.sh make-config.sh
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/
include/mgmapi
-I
$(top_srcdir)
/ndb/
src/mgmclient
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmclient
LDADD_LOC
=
$(top_srcdir)
/ndb/src/mgm
api/libmgmapi.la
$(top_srcdir)
/ndb/src/mgmclient/CpcClient.o
LDADD_LOC
=
$(top_srcdir)
/ndb/src/mgm
client/CpcClient.o
$(top_srcdir)
/ndb/src/libndbclient.la
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
include
$(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment