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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e39719ad
Commit
e39719ad
authored
Jun 03, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
top_srcdir -> top_builddir
parent
0f7a9f61
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
29 deletions
+29
-29
ndb/config/type_ndbapitest.mk.am
ndb/config/type_ndbapitest.mk.am
+2
-2
ndb/config/type_ndbapitools.mk.am
ndb/config/type_ndbapitools.mk.am
+2
-2
ndb/src/Makefile.am
ndb/src/Makefile.am
+9
-9
ndb/src/cw/cpcd/Makefile.am
ndb/src/cw/cpcd/Makefile.am
+1
-1
ndb/src/kernel/Makefile.am
ndb/src/kernel/Makefile.am
+8
-8
ndb/src/kernel/blocks/backup/restore/Makefile.am
ndb/src/kernel/blocks/backup/restore/Makefile.am
+1
-1
ndb/src/mgmclient/Makefile.am
ndb/src/mgmclient/Makefile.am
+2
-2
ndb/src/mgmsrv/Makefile.am
ndb/src/mgmsrv/Makefile.am
+2
-2
ndb/test/run-test/Makefile.am
ndb/test/run-test/Makefile.am
+1
-1
ndb/test/tools/Makefile.am
ndb/test/tools/Makefile.am
+1
-1
No files found.
ndb/config/type_ndbapitest.mk.am
View file @
e39719ad
LDADD += $(top_
src
dir)/ndb/test/src/libNDBT.a \
$(top_
src
dir)/ndb/src/libndbclient.la
LDADD += $(top_
build
dir)/ndb/test/src/libNDBT.a \
$(top_
build
dir)/ndb/src/libndbclient.la
INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \
-I$(top_srcdir)/ndb/include \
...
...
ndb/config/type_ndbapitools.mk.am
View file @
e39719ad
LDADD += $(top_
src
dir)/ndb/test/src/libNDBT.a \
$(top_
src
dir)/ndb/src/libndbclient.la
LDADD += $(top_
build
dir)/ndb/test/src/libNDBT.a \
$(top_
build
dir)/ndb/src/libndbclient.la
INCLUDES += -I$(srcdir) -I$(top_srcdir)/include \
-I$(top_srcdir)/ndb/include \
...
...
ndb/src/Makefile.am
View file @
e39719ad
...
...
@@ -7,12 +7,12 @@ ndblib_LTLIBRARIES = libndbclient.la
libndbclient_la_SOURCES
=
libndbclient_la_LIBADD
=
\
$(top_srcdir)
/ndb/src/
ndbapi/libndbapi.la
\
$(top_srcdir)
/ndb/src/
common/transporter/libtransporter.la
\
$(top_srcdir)
/ndb/src/
common/debugger/libtrace.la
\
$(top_srcdir)
/ndb/src/
common/debugger/signaldata/libsignaldataprint.la
\
$(top_srcdir)
/ndb/src/
common/mgmcommon/libmgmsrvcommon.la
\
$(top_srcdir)
/ndb/src/
mgmapi/libmgmapi.la
\
$(top_srcdir)
/ndb/src/
common/logger/liblogger.la
\
$(top_srcdir)
/ndb/src/
common/portlib/unix/libportlib.la
\
$(top_srcdir)
/ndb/src/
common/util/libgeneral.la
ndbapi/libndbapi.la
\
common/transporter/libtransporter.la
\
common/debugger/libtrace.la
\
common/debugger/signaldata/libsignaldataprint.la
\
common/mgmcommon/libmgmsrvcommon.la
\
mgmapi/libmgmapi.la
\
common/logger/liblogger.la
\
common/portlib/unix/libportlib.la
\
common/util/libgeneral.la
ndb/src/cw/cpcd/Makefile.am
View file @
e39719ad
...
...
@@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd
ndb_cpcd_SOURCES
=
main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp
LDADD_LOC
=
$(top_
src
dir)
/ndb/src/libndbclient.la
LDADD_LOC
=
$(top_
build
dir)
/ndb/src/libndbclient.la
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
ndb/src/kernel/Makefile.am
View file @
e39719ad
...
...
@@ -45,14 +45,14 @@ LDADD += \
blocks/dbtux/libdbtux.a
\
vm/libkernel.a
\
error/liberror.a
\
$(top_
src
dir)
/ndb/src/common/transporter/libtransporter.la
\
$(top_
src
dir)
/ndb/src/common/debugger/libtrace.la
\
$(top_
src
dir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_
src
dir)
/ndb/src/common/logger/liblogger.la
\
$(top_
src
dir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_
src
dir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_
src
dir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_
src
dir)
/ndb/src/common/util/libgeneral.la
$(top_
build
dir)
/ndb/src/common/transporter/libtransporter.la
\
$(top_
build
dir)
/ndb/src/common/debugger/libtrace.la
\
$(top_
build
dir)
/ndb/src/common/debugger/signaldata/libsignaldataprint.la
\
$(top_
build
dir)
/ndb/src/common/logger/liblogger.la
\
$(top_
build
dir)
/ndb/src/common/mgmcommon/libmgmsrvcommon.la
\
$(top_
build
dir)
/ndb/src/mgmapi/libmgmapi.la
\
$(top_
build
dir)
/ndb/src/common/portlib/unix/libportlib.la
\
$(top_
build
dir)
/ndb/src/common/util/libgeneral.la
# Don't update the files from bitkeeper
%
::
SCCS/s.%
ndb/src/kernel/blocks/backup/restore/Makefile.am
View file @
e39719ad
...
...
@@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_restore
ndb_restore_SOURCES
=
main.cpp Restore.cpp
LDADD_LOC
=
$(top_
src
dir)
/ndb/src/libndbclient.la
LDADD_LOC
=
$(top_
build
dir)
/ndb/src/libndbclient.la
include
$(top_srcdir)/ndb/config/common.mk.am
...
...
ndb/src/mgmclient/Makefile.am
View file @
e39719ad
...
...
@@ -11,8 +11,8 @@ include $(top_srcdir)/ndb/config/type_ndbapi.mk.am
INCLUDES
+=
-I
$(top_srcdir)
/ndb/include/mgmapi
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD_LOC
=
$(top_
src
dir)
/ndb/src/libndbclient.la
\
$(top_
src
dir)
/ndb/src/common/editline/libeditline.a
\
LDADD_LOC
=
$(top_
build
dir)
/ndb/src/libndbclient.la
\
$(top_
build
dir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
AM_LDFLAGS
=
@ndb_bin_am_ldflags@
...
...
ndb/src/mgmsrv/Makefile.am
View file @
e39719ad
...
...
@@ -17,8 +17,8 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \
-I
$(top_srcdir)
/ndb/src/mgmapi
\
-I
$(top_srcdir)
/ndb/src/common/mgmcommon
LDADD_LOC
=
$(top_
src
dir)
/ndb/src/libndbclient.la
\
$(top_
src
dir)
/ndb/src/common/editline/libeditline.a
\
LDADD_LOC
=
$(top_
build
dir)
/ndb/src/libndbclient.la
\
$(top_
build
dir)
/ndb/src/common/editline/libeditline.a
\
@TERMCAP_LIB@
include
$(top_srcdir)/ndb/config/common.mk.am
...
...
ndb/test/run-test/Makefile.am
View file @
e39719ad
...
...
@@ -8,7 +8,7 @@ ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
EXTRA_DIST
=
$(ndbtest_SCRIPTS)
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmclient
LDADD_LOC
=
$(top_
srcdir)
/ndb/src/mgmclient/CpcClient.o
$(top_src
dir)
/ndb/src/libndbclient.la
LDADD_LOC
=
$(top_
builddir)
/ndb/src/mgmclient/CpcClient.o
$(top_build
dir)
/ndb/src/libndbclient.la
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_util.mk.am
...
...
ndb/test/tools/Makefile.am
View file @
e39719ad
...
...
@@ -25,7 +25,7 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
include
$(top_srcdir)/ndb/config/common.mk.am
include
$(top_srcdir)/ndb/config/type_ndbapitest.mk.am
ndb_cpcc_LDADD
=
$(LDADD)
$(top_
src
dir)
/ndb/src/mgmclient/CpcClient.o
ndb_cpcc_LDADD
=
$(LDADD)
$(top_
build
dir)
/ndb/src/mgmclient/CpcClient.o
# Don't update the files from bitkeeper
%
::
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