summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wafsamba.py
Commit message (Expand)AuthorAgeFilesLines
* build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell2011-06-151-0/+2
* build: fixed a problem with installing scripts in the build treeAndrew Tridgell2011-06-011-18/+9
* waf: build headers in separate 'headers' build groupAndrew Tridgell2011-03-151-0/+1
* waf: always generate public headers in the build treeAndrew Tridgell2011-03-151-1/+5
* waf: build substituted public headers in build treeAndrew Tridgell2011-03-151-1/+3
* waf: moved header file handling into its own moduleAndrew Tridgell2011-03-151-196/+1
* wafsamba: keep a list of public headersAndrew Tridgell2011-03-151-1/+3
* wafsamba: added global_include optionAndrew Tridgell2011-03-151-1/+12
* build: install public headers in the build treeAndrew Tridgell2011-03-151-15/+54
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-1/+1
* waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell2011-02-181-1/+7
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-181-2/+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-181-1/+5
* waf: added subdir= option in SAMBA_*() rulesAndrew Tridgell2011-02-181-0/+9
* waf Fix dependencies for .pc (pkg-config) filesAndrew Bartlett2011-02-161-1/+1
* build: fixed error message for incorrect waf versionAndrew Tridgell2011-02-071-3/+2
* waf: Replace python installation rule to allow PYTHONARCHDIR and PYTHONDIRAndrew Bartlett2011-02-021-7/+23
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-2/+2
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* wafsamba: Use abi_match in version script files.Jelmer Vernooij2010-12-181-1/+2
* wafsamba: Specify full vscript path so non-autogenerated files are possible, ...Jelmer Vernooij2010-12-171-0/+1
* 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-171-1/+3
* heimdal_build: Simplify library handling.Jelmer Vernooij2010-12-171-1/+1
* waf: fixed re-running of build rulesAndrew Tridgell2010-12-151-2/+3
* wafsamba: change the default value for SAMBA_MODULE of pyembed to FalseMatthieu Patou2010-12-141-1/+1
* waf: the libXX.inst.so file also depends on the vscriptAndrew Tridgell2010-12-101-0/+4
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-091-5/+0
* waf: fixed path to abi_directoryAndrew Tridgell2010-12-091-1/+1
* waf: add a dependency between the library and its vscriptAndrew Tridgell2010-12-091-0/+2
* waf: don't use symbol versioning on our modulesAndrew Tridgell2010-12-091-3/+6
* waf: use vscripts for our private libraries tooAndrew Tridgell2010-12-091-8/+9
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-14/+8
* buildtools: private_libraries should not have a version in the sonameStefan Metzmacher2010-12-081-1/+1
* buildtools: make sure we have no '+' in the version scriptsStefan Metzmacher2010-12-081-1/+1
* waf: make all generators depend on their rulesAndrew Tridgell2010-12-081-0/+2
* waf: use -Wl,--version-script if availableAndrew Tridgell2010-12-081-1/+17
* s4-waf: get the version number right on private librariesAndrew Tridgell2010-12-081-1/+1
* build: fix hpux build pbMatthieu Patou2010-12-081-0/+1
* waf: fixed the build with a space in the source directoryAndrew Tridgell2010-11-211-1/+1
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-051-0/+1
* waf: split pkgconfig logic into a separate moduleAndrew Tridgell2010-11-031-56/+1
* waf: removed the module aliases codeAndrew Tridgell2010-11-011-32/+0
* waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell2010-11-011-2/+3
* build: strip -single_module when doing bundle on mac OS XMatthieu Patou2010-10-301-0/+12
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-301-6/+0
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-7/+17
* waf: cope with rules with no inputsAndrew Tridgell2010-10-301-0/+3