summaryrefslogtreecommitdiffstats
path: root/source4/wscript
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* build: result of hack session with itaAndrew Tridgell2010-04-061-4/+2
|
* build: fixes from itaAndrew Tridgell2010-04-061-0/+3
|
* build: started to split up wafsamba.py into separate modulesAndrew Tridgell2010-04-061-0/+4
|
* build: added ASN1, PIDL and ET build rulesAndrew Tridgell2010-04-061-0/+2
| | | | also added selftest example command
* build: DEFUN->DEFINE, and fixed CFLAGS handlingAndrew Tridgell2010-04-061-3/+4
|
* build: s4 wants config.h in include/Andrew Tridgell2010-04-061-13/+1
|
* build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2010-04-061-0/+34