mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
Move some more rules to rules.mk
(This used to be commit 2ff3f72fd2559051000c34da9fcd5602514595e4)
This commit is contained in:
parent
94decfc49f
commit
08b3d3ee94
@ -19,6 +19,8 @@ SWIG = swig
|
||||
EXTRA_OBJ=@EXTRA_OBJ@
|
||||
TESTS=test-tdb.sh @TESTS@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
tdbdir = @tdbdir@
|
||||
tallocdir = @tallocdir@
|
||||
|
||||
TALLOC_LIBS = @TALLOC_LIBS@
|
||||
TALLOC_CFLAGS = @TALLOC_CFLAGS@
|
||||
@ -65,6 +67,8 @@ DIRS = lib bin common ldb_tdb ldb_ldap ldb_sqlite3 modules tools examples
|
||||
|
||||
default: all
|
||||
|
||||
include rules.mk
|
||||
|
||||
nss: nssdir all $(NSS_LIB)
|
||||
|
||||
nssdir:
|
||||
@ -108,7 +112,6 @@ clean::
|
||||
rm -rf tests/schema/
|
||||
|
||||
distclean:: clean
|
||||
rm -f *~ */*~
|
||||
rm -rf bin lib
|
||||
rm -f config.log config.status config.cache include/config.h
|
||||
rm -f ldb.pc
|
||||
@ -117,15 +120,15 @@ distclean:: clean
|
||||
realdistclean:: distclean
|
||||
rm -f configure.in include/config.h.in
|
||||
|
||||
check:: test check-soloading
|
||||
check:: test
|
||||
|
||||
check-soloading: sample_module.$(SHLIBEXT)
|
||||
LDB_MODULES_PATH=$(builddir) $(srcdir)/tests/test-soloading.sh
|
||||
|
||||
test: all check-soloading
|
||||
test:: all check-soloading
|
||||
for t in $(TESTS); do echo STARTING $${t}; $(srcdir)/tests/$${t} || exit 1; done
|
||||
|
||||
valgrindtest: all
|
||||
valgrindtest:: all
|
||||
for t in $(TESTS); do echo STARTING $${t}; VALGRIND="valgrind -q --db-attach=yes --num-callers=30" $(srcdir)/tests/$${t} || exit 1; done
|
||||
|
||||
installcheck:: install test
|
||||
@ -158,4 +161,3 @@ gcov::
|
||||
$(GCOV) -po tools $(srcdir)/tools/*.c 2| tee tools.report.gcov
|
||||
|
||||
include ldb.mk
|
||||
include rules.mk
|
||||
|
@ -26,4 +26,5 @@ showflags::
|
||||
@echo ' CFLAGS = $(CFLAGS)'
|
||||
@echo ' LIBS = $(LIBS)'
|
||||
|
||||
|
||||
distclean::
|
||||
rm -f *~ */*~
|
||||
|
Loading…
x
Reference in New Issue
Block a user