summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* | Generate manpage list with make.Jelmer Vernooij2008-02-161-4/+1
* | Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-161-6/+2
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-161-5/+1
|\|
| * Remove unused code.Jelmer Vernooij2008-02-161-5/+1
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-161-13/+16
|\|
| * Simplify handling of plugin installation.Jelmer Vernooij2008-02-161-13/+16
* | use gmake to handle .py file copies.Jelmer Vernooij2008-02-161-3/+1
* | Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-161-4/+0
|/
* Don't create symlinks pointing at themselves.Jelmer Vernooij2008-02-141-3/+1
* Remove type before variables in data.mkJelmer Vernooij2008-02-143-26/+26
* Remove some make variables that aren't necessary.Jelmer Vernooij2008-02-133-4/+2
* Fix corner case.Jelmer Vernooij2008-02-131-1/+2
* Use more variables in generated data.mk.Jelmer Vernooij2008-02-134-19/+39
* Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij2008-02-131-32/+3
* Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij2008-02-111-4/+4
* Support including files in the cflags.pl script.Jelmer Vernooij2008-02-111-0/+2
* TORTUREDIR as target dir for binaries is no longer used, remove it.Jelmer Vernooij2008-02-111-7/+0
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-113-7/+1
* Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2008-02-111-2/+5
* Move some more variables to static .mk file.Jelmer Vernooij2008-02-111-13/+3
* Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij2008-02-111-93/+8
* Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij2008-02-102-9/+10
* Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij2008-02-101-9/+26
* Move first_prereq test to m4 code.Jelmer Vernooij2008-02-092-7/+9
* Move some static makefile variables to rules.mk.Jelmer Vernooij2008-02-091-39/+0
* Support 'mkinclude' command in .mk files.Jelmer Vernooij2008-02-091-0/+2
* Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam2008-02-081-23/+21
* build: Remove unused functions Import() and GetInfo().Jelmer Vernooij2008-02-081-24/+0
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-222-11/+8
* build: remove support for automatically building .pc files.Jelmer Vernooij2008-01-223-149/+1
* build: Allow manually written pkg-config files.Jelmer Vernooij2008-01-222-2/+7
* build: Allow overriding CFLAGS for python packages.Jelmer Vernooij2008-01-211-0/+1
* build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij2008-01-203-13/+16
* python: Don't attempt to build shared and static versions of modules, because...Jelmer Vernooij2008-01-161-1/+1
* python: Build shared python modules for generic use.Jelmer Vernooij2008-01-162-3/+5
* prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2008-01-101-3/+14
* r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij2008-01-041-1/+2
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-261-1/+0
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-261-0/+1
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-243-6/+11
* r26578: Ensure directory exists.Jelmer Vernooij2007-12-241-0/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-243-17/+24
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-243-15/+25
* r26486: Use portable run-time library path environment variable.Jelmer Vernooij2007-12-211-0/+2
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-0/+1
* r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection...Stefan Metzmacher2007-12-211-1/+1
* r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher2007-12-211-2/+20
* r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathesStefan Metzmacher2007-12-211-30/+27
* r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher2007-12-211-13/+23
* r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher2007-12-211-2/+5