fixes for ndb and make distdir
This commit is contained in:
parent
73a4598cdf
commit
0fa5156fbf
@ -1,8 +1,11 @@
|
||||
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'`"; \
|
||||
|
@ -1,3 +1,5 @@
|
||||
SUBDIRS = unix
|
||||
|
||||
noinst_DATA = gcc.cpp
|
||||
noinst_HEADERS = gcc.cpp
|
||||
|
||||
EXTRA_PROGRAMS =
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user