summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
...
* build: substitute @VAR@ variables in pkgconfig .pc.in filesAndrew Tridgell2010-04-061-5/+37
* build: fixed the python path in installed python scriptsAndrew Tridgell2010-04-061-5/+23
* build: fixed destination name for pc_filesAndrew Tridgell2010-04-061-1/+2
* build: added support for pc_files= for pkgconfig filesAndrew Tridgell2010-04-061-0/+13
* build: a hack to get perl to put its generated blib files in the build directoryAndrew Tridgell2010-04-061-1/+10
* build: support wildcard excludes in INSTALL_WILDCARD()Andrew Tridgell2010-04-061-5/+8
* build: support wildcard mappings for header_pathAndrew Tridgell2010-04-061-8/+34
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-0/+42
* build: fixed copy_script typoAndrew Tridgell2010-04-061-1/+1
* build: started a library of common config tests for s3/s4Andrew Tridgell2010-04-061-0/+1
* build: support variable expansion in source= arguments to build rulesAndrew Tridgell2010-04-061-2/+15
* build: solaris8 doesn't honor the -f flag to ln.Andrew Tridgell2010-04-061-6/+6
* build: a few more build rules that should have on_results=TrueAndrew Tridgell2010-04-061-0/+1
* build: use shell=True for SAMBA_GENERATORAndrew Tridgell2010-04-061-0/+1
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-061-5/+7
* build: don't use double binaries/libs if not neededAndrew Tridgell2010-04-061-8/+23
* build: mark wafsamba as unbuffered, so stdout and stderr are better in syncAndrew Tridgell2010-04-061-1/+1
* build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2010-04-061-1/+2
* build: added --disable-shared optionAndrew Tridgell2010-04-061-5/+11
* build: cope with subsystems with no enabled modulesAndrew Tridgell2010-04-061-9/+5
* build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell2010-04-061-2/+6
* build: use SUBST_VARS_RECURSIVE() for install_pathAndrew Tridgell2010-04-061-2/+5
* build: rename samba_includes.py to samba_optimisation.pyAndrew Tridgell2010-04-061-1/+1
* build: split build and install libraries/binariesAndrew Tridgell2010-04-061-23/+137
* build: added a cflags_end SAMBA_SUBSYSTEM() optionAndrew Tridgell2010-04-061-0/+4
* build: an optimisation for includes file handlingAndrew Tridgell2010-04-061-1/+2
* build: try faster includes processingAndrew Tridgell2010-04-061-0/+1
* build: check that the symlink doesn't exist before creatingAndrew Tridgell2010-04-061-2/+5
* build: allow shared and python staging areas to be referenced in build treeAndrew Tridgell2010-04-061-0/+4
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-47/+127
* build: nearly there on samba4 buildAndrew Tridgell2010-04-061-262/+151
* build: better target name for lib linkAndrew Tridgell2010-04-061-1/+7
* build: use export_incdirsAndrew Tridgell2010-04-061-0/+1
* build: fixed heimdal include listsAndrew Tridgell2010-04-061-3/+3
* build: back to stricter depsAndrew Tridgell2010-04-061-5/+4
* build: smarter list splittingAndrew Tridgell2010-04-061-12/+6
* build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell2010-04-061-16/+0
* build: allow selection of build group in HEIMDAL_AUTOPROTO()Andrew Tridgell2010-04-061-1/+2
* build: result of hack session with itaAndrew Tridgell2010-04-061-46/+57
* build: fixes from itaAndrew Tridgell2010-04-061-13/+12
* build: fixed formattingAndrew Tridgell2010-04-061-1/+1
* build: source= is clearer for source listsAndrew Tridgell2010-04-061-17/+17
* build: rewrote PIDL rules, breaking them into a separate waf toolAndrew Tridgell2010-04-061-43/+2
* build: fixed --includedir options for PIDLAndrew Tridgell2010-04-061-12/+5
* build: split out the extension based build patternsAndrew Tridgell2010-04-061-95/+1
* build: add output_type and realname for mit_samba libraryAndrew Tridgell2010-04-061-0/+2
* build: started to split up wafsamba.py into separate modulesAndrew Tridgell2010-04-061-238/+4
* build: cope with empty source lists for libsAndrew Tridgell2010-04-061-0/+852