mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Feb 5 11:53:05 CET 2011 on sn-devel-104
This commit is contained in:
parent
df34e804fc
commit
49cfb2ebdf
@ -3474,21 +3474,24 @@ libnetapi_examples: libnetapi
|
||||
clean_libnetapi_examples:
|
||||
$(MAKE) -C lib/netapi/examples clean
|
||||
|
||||
../source4/configure: ../buildtools/scripts/configure.waf
|
||||
cd ../source4 && ./autogen.sh
|
||||
WAF_BINARY=../buildtools/bin/waf
|
||||
WAF=$(WAF_BINARY)
|
||||
WAF_BUILD=WAF_MAKE=1 $(WAF_BINARY)
|
||||
SAMBA4_BINARIES="smbtorture,ndrdump"
|
||||
|
||||
samba4-configure: ../source4/configure
|
||||
@CFLAGS='' $(MAKE) -C ../source4 reconfigure || ( cd ../source4 && \
|
||||
CFLAGS='' ./configure.developer --nonshared-binary=smbtorture --enable-auto-reconfigure )
|
||||
samba4-configure:
|
||||
@(cd ../source4 && \
|
||||
CFLAGS='' $(WAF) reconfigure || \
|
||||
CFLAGS='' $(WAF) configure --enable-developer --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure )
|
||||
|
||||
.PHONY: samba4-configure
|
||||
|
||||
bin/smbtorture4: $(BINARY_PREREQS) samba4-configure
|
||||
cd ../source4 && $(MAKE) bin/smbtorture
|
||||
cd ../source4 && $(WAF_BUILD) --targets=smbtorture
|
||||
cp ../source4/bin/smbtorture bin/smbtorture4
|
||||
|
||||
bin/ndrdump4: $(BINARY_PREREQS) samba4-configure
|
||||
cd ../source4 && $(MAKE) bin/ndrdump
|
||||
cd ../source4 && $(WAF_BUILD) --targets=ndrdump
|
||||
cp ../source4/bin/ndrdump bin/ndrdump4
|
||||
|
||||
.PHONY: bin/smbtorture4
|
||||
|
Loading…
x
Reference in New Issue
Block a user