summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Don't create symlinks pointing at themselves.Jelmer Vernooij1-3/+1
2008-02-14Remove type before variables in data.mkJelmer Vernooij3-26/+26
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij3-4/+2
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij4-19/+39
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij1-32/+3
2008-02-11Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij1-4/+4
2008-02-11Support including files in the cflags.pl script.Jelmer Vernooij1-0/+2
2008-02-11TORTUREDIR as target dir for binaries is no longer used, remove it.Jelmer Vernooij1-7/+0
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij3-7/+1
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-2/+5
2008-02-11Move some more variables to static .mk file.Jelmer Vernooij1-13/+3
2008-02-11Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij1-93/+8
2008-02-10Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij2-9/+10
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij2-7/+9
2008-02-09Move some static makefile variables to rules.mk.Jelmer Vernooij1-39/+0
2008-02-09Support 'mkinclude' command in .mk files.Jelmer Vernooij1-0/+2
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
2008-02-08build: Remove unused functions Import() and GetInfo().Jelmer Vernooij1-24/+0
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2-11/+8
2008-01-22build: remove support for automatically building .pc files.Jelmer Vernooij3-149/+1
2008-01-22build: Allow manually written pkg-config files.Jelmer Vernooij2-2/+7
2008-01-21build: Allow overriding CFLAGS for python packages.Jelmer Vernooij1-0/+1
2008-01-20build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij3-13/+16
2008-01-16python: Don't attempt to build shared and static versions of modules, because...Jelmer Vernooij1-1/+1
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij2-3/+5
2008-01-10prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-3/+14
2008-01-04r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij1-1/+2
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-1/+0
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-0/+1
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij3-6/+11
2007-12-24r26578: Ensure directory exists.Jelmer Vernooij1-0/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij3-17/+24
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij3-15/+25
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij1-0/+2
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-0/+1
2007-12-21r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection...Stefan Metzmacher1-1/+1
2007-12-21r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher1-2/+20
2007-12-21r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathesStefan Metzmacher1-30/+27
2007-12-21r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher1-13/+23
2007-12-21r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher1-2/+5
2007-12-21r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij1-0/+2
2007-12-21r26122: Don't install python bindings yet.Jelmer Vernooij1-12/+11
2007-12-21r26121: Don't build modules if subsystem isn't build.Jelmer Vernooij1-0/+5
2007-12-21r26120: Don't install python modules as modules.Jelmer Vernooij1-3/+3
2007-12-21r26116: Mention python in the config.status summary.Jelmer Vernooij1-0/+1
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-0/+1
2007-12-21r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij3-9/+11
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2-1/+2