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
0fa5156f
Commit
0fa5156f
authored
Jun 03, 2004
by
tomas@mc05.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for ndb and make distdir
parent
73a4598c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
ndb/Makefile.am
ndb/Makefile.am
+3
-0
ndb/src/common/portlib/Makefile.am
ndb/src/common/portlib/Makefile.am
+3
-1
ndb/test/run-test/Makefile.am
ndb/test/run-test/Makefile.am
+2
-1
No files found.
ndb/Makefile.am
View file @
0fa5156f
SUBDIRS
=
src
test
tools
.
include
EXTRA_DIST
=
config
include
$(top_srcdir)/ndb/config/common.mk.am
dist-hook
:
-
rm
-rf
`
find
$(distdir)
-type
d
-name
SCCS
`
-
rm
-rf
`
find
$(distdir)
-type
d
-name
old_files
`
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
if
test
"
$$
subdir"
!=
"."
-a
"
$$
subdir"
!=
"include"
;
then
\
files
=
"
`
find
$$
subdir
-name
'*\.h'
`
`
find
$$
subdir
-name
'*\.hpp'
`
"
;
\
...
...
ndb/src/common/portlib/Makefile.am
View file @
0fa5156f
SUBDIRS
=
unix
noinst_DATA
=
gcc.cpp
noinst_HEADERS
=
gcc.cpp
EXTRA_PROGRAMS
=
\ No newline at end of file
ndb/test/run-test/Makefile.am
View file @
0fa5156f
...
...
@@ -4,7 +4,8 @@ ndbtest_PROGRAMS = atrt
atrt_SOURCES
=
main.cpp
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 make-index.sh make-html-reports.sh
EXTRA_DIST
=
$(ndbtest_SCRIPTS)
INCLUDES_LOC
=
-I
$(top_srcdir)
/ndb/src/mgmclient
LDADD_LOC
=
$(top_srcdir)
/ndb/src/mgmclient/CpcClient.o
$(top_srcdir)
/ndb/src/libndbclient.la
...
...
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