summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
...
* waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell2011-02-181-2/+72
* waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell2011-02-181-0/+2
* build: fixed passing of includes= for modulesAndrew Tridgell2011-02-181-0/+1
* build: added subdir option for module buildingAndrew Tridgell2011-02-181-0/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-182-2/+10
* build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell2011-02-181-1/+3
* waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell2011-02-181-7/+8
* waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell2011-02-181-0/+9
* waf: use Utils.WafError() instead of sys.exit(1)Andrew Tridgell2011-02-181-2/+1
* waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett2011-02-161-1/+1
* Fix private libdir and codepages pathsSimo Sorce2011-02-151-1/+1
* waf: substitute '/' in -D static defines as well.Günther Deschner2011-02-111-2/+4
* waf: bring back shared Makefile and configure (needed by s3-waf).Günther Deschner2011-02-083-0/+113
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
* build: removed unused build scriptsAndrew Tridgell2011-02-073-113/+0
* build: fixed error message for incorrect waf versionAndrew Tridgell2011-02-071-3/+2
* waf: samba deps generation depends on EXTRA_INCLUDESAndrew Tridgell2011-02-071-1/+1
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-7/+23
* s4-waf: Skip header-not-found cache if a library is specified, as it may provideJelmer Vernooij2011-01-251-1/+1
* s4-waf: Only show minversion when there was a minimum version specified.Jelmer Vernooij2011-01-241-1/+5
* Show text output messages when interfacing with bzr.Jelmer Vernooij2011-01-241-1/+6
* wafsamba: quote CPP and CC values when calling pidlStefan Metzmacher2011-01-191-4/+4
* waf: change private libraries to use the same soname as public librariesAndrew Tridgell2011-01-191-7/+5
* waf: this script does need bashAndrew Tridgell2011-01-141-2/+1
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-142-3/+3
* waf: new version of wafAndrew Tridgell2011-01-141-0/+0
* abi: force TERM=none in abi generationAndrew Tridgell2011-01-111-1/+2
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-057-7/+7
* wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij2010-12-241-2/+1
* wafsamba: Allow newer or the same python module versions to be installed,Jelmer Vernooij2010-12-221-1/+1
* wafsamba: Use abi_match in version script files.Jelmer Vernooij2010-12-182-7/+19
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-172-1/+2
* wafsamba: Don't build vscript for modules.Jelmer Vernooij2010-12-171-3/+2
* wafsamba: Move version script handling out of SAMBA_LIBRARY.Jelmer Vernooij2010-12-173-2/+16
* Simplify link installation.Jelmer Vernooij2010-12-171-8/+3
* heimdal_build: Simplify library handling.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-152-4/+5
* build: hpux didn't support -BdynamicMatthieu Patou2010-12-151-1/+1
* wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou2010-12-141-1/+1
* build: move the import near the place where need it, so that we can build on ...Matthieu Patou2010-12-121-1/+2
* build: add more CFLAGS for aixMatthieu Patou2010-12-111-1/+3
* build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou2010-12-111-0/+3
* build: cpp is prefixed by CPP=Matthieu Patou2010-12-101-1/+1
* build: add a function to test if -lc is neededMatthieu Patou2010-12-101-0/+45
* build: compiler on aix is xlc_r not xlr_cMatthieu Patou2010-12-101-1/+1
* build: reset cpp on host with xlr_c and let pidl use $CC -EMatthieu Patou2010-12-101-0/+4
* build: detect if conf.env['CPP'] is an array or notMatthieu Patou2010-12-101-1/+6
* waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell2010-12-101-0/+4
* build: use CPP and CC values when calling pidlMatthieu Patou2010-12-102-1/+19
* build: introduce SAMBA_CHECK_PYTHON_HEADERSMatthieu Patou2010-12-101-0/+9