summaryrefslogtreecommitdiffstats
path: root/source4/wscript
Commit message (Collapse)AuthorAgeFilesLines
* s4-waf: don't generate PACKAGE_* defines in config.hStefan Metzmacher2010-10-251-7/+0
| | | | | | | | | | | - We don't use them anywhere (heimdal has special rules) - They calculate the version at configure time and may contain the wrong git hash while building - If we really need them in future we should add them to version.h and not config.h, as the changing git hash will trigger a full rebuild if config.h changes. metze
* waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-251-0/+4
| | | | | | | | | | moved it out of the general waf build as the s3 waf build cannot yet handle linking with -Wl,-no-undefined Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Oct 25 01:12:15 UTC 2010 on sn-devel-104
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1
|
* s4: mark us as not supporting python3 yetAndrew Tridgell2010-10-121-1/+4
| | | | | python3 works fine with waf fine, but our C interfaces need 2.x for now
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-1/+1
| | | | Guenther
* waf: we don't need the preprocessor recursion limit any moreAndrew Tridgell2010-09-281-3/+0
| | | | thanks to ita for this
* torture: Use system subunit library if available.Jelmer Vernooij2010-09-221-0/+1
|
* build: only use git when found by configureAndrew Tridgell2010-06-291-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
* samba4: Build libreplace as builtin library by default so it doesn't endJelmer Vernooij2010-06-181-1/+1
| | | | up in $prefix/lib.
* s4-waf: Look for xsltproc executable, required to build manpages.Jelmer Vernooij2010-05-311-0/+1
|
* s4:waf Exclude the autotools based build environment from a Samba4 releaseAndrew Bartlett2010-05-281-1/+7
|
* waf Add DIST_BLACKLIST to list files that we cannot include in a releaseAndrew Bartlett2010-05-281-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
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-4/+7
| | | | | | | This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett
* build: added a reconfigure targetAndrew Tridgell2010-05-061-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
* build: allow use of target names as commands in wafAndrew Tridgell2010-05-041-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
* s4-waf: added --enable-build-farm configure optionAndrew Tridgell2010-04-291-0/+9
| | | | | this adds a smbtorture.static binary which s3 will use in the build farm
* s4-waf: python devel headers are mandatory for the source4 buildAndrew Tridgell2010-04-211-1/+1
|
* s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵Stefan Metzmacher2010-04-151-0/+1
| | | | | | configure options metze
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-5/+5
| | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-waf: add subdir argument to distcheck for source4Andrew Tridgell2010-04-061-0/+7
|
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-28/+28
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-061-1/+2
| | | | This should be useful for building tarballs from a clean checkout
* s4-waf: added 'waf dist' to build the tarballAndrew Tridgell2010-04-061-1/+11
|
* s4-waf: remove PYTHONDIR from config.hAndrew Tridgell2010-04-061-0/+3
| | | | prevent unnecessary rebuilds
* s4-waf: install in /usr/local/samba by defaultAndrew Tridgell2010-04-061-0/+4
|
* s4-waf: added pydoctor and wafdocs targetsAndrew Tridgell2010-04-061-0/+20
| | | | | | these generate html documentation for the Samba python code You need a very recent version of pydoctor
* s4-waf: change bundled extension to 'samba4'Andrew Tridgell2010-04-061-1/+1
| | | | This matches what debian currently uses for libldb-samba4
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-1/+0
|
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: don't auto-include bundled library headersAndrew Tridgell2010-04-061-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
* s4-waf: set the bundled library extension for some libsAndrew Tridgell2010-04-061-6/+9
|
* s4-waf: enable the configuration and options for pidlAndrew Tridgell2010-04-061-0/+2
|
* build: spelling fix, and syntax highlighting fixAndrew Tridgell2010-04-061-2/+2
|
* build: check for pam headersAndrew Tridgell2010-04-061-0/+1
|
* build: Add a ctags command to build a ctags-style tags fileKai Blin2010-04-061-0/+8
|
* build: ensure that the 'build' command appears in waf --helpAndrew Tridgell2010-04-061-0/+5
|
* build: added 'waf etags' targetAndrew Tridgell2010-04-061-1/+9
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-061-0/+2
|
* build: remove hacks from top level wscriptAndrew Tridgell2010-04-061-79/+0
|
* build: try faster includes processingAndrew Tridgell2010-04-061-0/+81
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-4/+2
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-13/+30
|
* build: emulate autoconf PACKAGE_* variablesAndrew Tridgell2010-04-061-0/+7
|
* build: added wrapper optionsAndrew Tridgell2010-04-061-0/+6
|
* build: iconv checksAndrew Tridgell2010-04-061-0/+1
|
* build: check for pamAndrew Tridgell2010-04-061-0/+1
|
* build: zlib checksAndrew Tridgell2010-04-061-0/+1
|
* build: check for backtraceAndrew Tridgell2010-04-061-0/+1
|
* build: ntvfs/sysdep configure checksAndrew Tridgell2010-04-061-0/+1
|
* build: waf build for lib/tlsAndrew Tridgell2010-04-061-0/+2
|