fixes for ndb and make distdir

This commit is contained in:
tomas@mc05.(none) 2004-06-03 16:02:07 +02:00
parent 73a4598cdf
commit 0fa5156fbf
3 changed files with 8 additions and 2 deletions

View File

@ -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'`"; \

View File

@ -1,3 +1,5 @@
SUBDIRS = unix
noinst_DATA = gcc.cpp
noinst_HEADERS = gcc.cpp
EXTRA_PROGRAMS =

View File

@ -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