summaryrefslogtreecommitdiff
path: root/source4/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-06-29build: only use git when found by configureAndrew Tridgell1-2/+17
this rebuilds version.h whenever the git version changes, so we always get the right version with samba -V. That adds about 15s to the build time on each git commit, which shouldn't be too onerous
2010-06-18samba4: Build libreplace as builtin library by default so it doesn't endJelmer Vernooij1-1/+1
up in $prefix/lib.
2010-05-31s4-waf: Look for xsltproc executable, required to build manpages.Jelmer Vernooij1-0/+1
2010-05-28s4:waf Exclude the autotools based build environment from a Samba4 releaseAndrew Bartlett1-1/+7
2010-05-28waf Add DIST_BLACKLIST to list files that we cannot include in a releaseAndrew Bartlett1-0/+5
This currently includes the source3 directory for Samba4 releases (per past practice in mkrelease.sh), but also could include things like DFSG-unfree RFC files in the future. Andrew Barltett
2010-05-28waf Read VERSION file inside WAF to set package versionAndrew Bartlett1-4/+7
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett
2010-05-06build: added a reconfigure targetAndrew Tridgell1-0/+4
this is meant to be used by the s3 build, to allow jelmers work on smbtorture4 in s3 to avoid re-running configure unless its needed
2010-05-04build: allow use of target names as commands in wafAndrew Tridgell1-1/+10
This allows for the following types of commands: waf smbd/samba waf smbd/server.c waf ../lib/util/util_file.c waf ../lib/util/util_file_*.o this will be used as part of an updated minimal_includes.pl script
2010-04-29s4-waf: added --enable-build-farm configure optionAndrew Tridgell1-0/+9
this adds a smbtorture.static binary which s3 will use in the build farm
2010-04-21s4-waf: python devel headers are mandatory for the source4 buildAndrew Tridgell1-1/+1
2010-04-15s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵Stefan Metzmacher1-0/+1
configure options metze
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-5/+5
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: add subdir argument to distcheck for source4Andrew Tridgell1-0/+7
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-28/+28
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: avoid having to run waf configure before waf distAndrew Tridgell1-1/+2
This should be useful for building tarballs from a clean checkout
2010-04-06s4-waf: added 'waf dist' to build the tarballAndrew Tridgell1-1/+11
2010-04-06s4-waf: remove PYTHONDIR from config.hAndrew Tridgell1-0/+3
prevent unnecessary rebuilds
2010-04-06s4-waf: install in /usr/local/samba by defaultAndrew Tridgell1-0/+4
2010-04-06s4-waf: added pydoctor and wafdocs targetsAndrew Tridgell1-0/+20
these generate html documentation for the Samba python code You need a very recent version of pydoctor
2010-04-06s4-waf: change bundled extension to 'samba4'Andrew Tridgell1-1/+1
This matches what debian currently uses for libldb-samba4
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-1/+0
2010-04-06s4-waf: set default for bundled librariesAndrew Tridgell1-2/+2
2010-04-06s4-waf: don't auto-include bundled library headersAndrew Tridgell1-1/+1
If we are going to use the system versions of these libraries then we should not force the use of the non-system headers
2010-04-06s4-waf: set the bundled library extension for some libsAndrew Tridgell1-6/+9
2010-04-06s4-waf: enable the configuration and options for pidlAndrew Tridgell1-0/+2
2010-04-06build: spelling fix, and syntax highlighting fixAndrew Tridgell1-2/+2
2010-04-06build: check for pam headersAndrew Tridgell1-0/+1
2010-04-06build: Add a ctags command to build a ctags-style tags fileKai Blin1-0/+8
2010-04-06build: ensure that the 'build' command appears in waf --helpAndrew Tridgell1-0/+5
2010-04-06build: added 'waf etags' targetAndrew Tridgell1-1/+9
2010-04-06build: optionally enable builtin poptAndrew Tridgell1-0/+2
2010-04-06build: remove hacks from top level wscriptAndrew Tridgell1-79/+0
2010-04-06build: try faster includes processingAndrew Tridgell1-0/+81
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-4/+2
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell1-13/+30
2010-04-06build: emulate autoconf PACKAGE_* variablesAndrew Tridgell1-0/+7
2010-04-06build: added wrapper optionsAndrew Tridgell1-0/+6
2010-04-06build: iconv checksAndrew Tridgell1-0/+1
2010-04-06build: check for pamAndrew Tridgell1-0/+1
2010-04-06build: zlib checksAndrew Tridgell1-0/+1
2010-04-06build: check for backtraceAndrew Tridgell1-0/+1
2010-04-06build: ntvfs/sysdep configure checksAndrew Tridgell1-0/+1
2010-04-06build: waf build for lib/tlsAndrew Tridgell1-0/+2
2010-04-06build: result of hack session with itaAndrew Tridgell1-4/+2
2010-04-06build: fixes from itaAndrew Tridgell1-0/+3
2010-04-06build: started to split up wafsamba.py into separate modulesAndrew Tridgell1-0/+4
2010-04-06build: added ASN1, PIDL and ET build rulesAndrew Tridgell1-0/+2
also added selftest example command
2010-04-06build: DEFUN->DEFINE, and fixed CFLAGS handlingAndrew Tridgell1-3/+4
2010-04-06build: s4 wants config.h in include/Andrew Tridgell1-13/+1
2010-04-06build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell1-0/+34