summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Collapse)AuthorFilesLines
2008-02-14Don't create symlinks pointing at themselves.Jelmer Vernooij1-3/+1
(This used to be commit 96736eb556bfd7ab5b04ec40beefe23e475a438d)
2008-02-14Remove type before variables in data.mkJelmer Vernooij3-26/+26
(This used to be commit 3c1a7c0dcc56ed5595e31a8df023a04ae95bfca5)
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij3-4/+2
(This used to be commit 8d41cb23dea4fccfc2b3fc8a816cda54af6038fb)
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
(This used to be commit 92dbbc479032ae3d0cf4b2b9e64291128185cf9c)
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij4-19/+39
(This used to be commit 2dce9e4e0d5ba8785fdee3daba91e6c9f4a32040)
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij1-32/+3
generated .mk file. Move CPPFLAGS to be generated entirely inside configure.ac (simplifies makefile.pm). (This used to be commit a44af7c3872e900e1ea0da74ef796213030e29ac)
2008-02-11Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij1-4/+4
(This used to be commit d746fcde1006b4b7b33aa65bef9d2fea3ebc9162)
2008-02-11Support including files in the cflags.pl script.Jelmer Vernooij1-0/+2
(This used to be commit 742e50aeb54d779d383cbf73132224bad3b09777)
2008-02-11TORTUREDIR as target dir for binaries is no longer used, remove it.Jelmer Vernooij1-7/+0
(This used to be commit df5b712001c16acf275d9a79fd765cf8976508d6)
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij3-7/+1
that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
2008-02-11Make data about what subsystems/libraries are enabled available in the ↵Jelmer Vernooij1-2/+5
mkconfig.mk file. (This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935)
2008-02-11Move some more variables to static .mk file.Jelmer Vernooij1-13/+3
(This used to be commit a72d3ffaded5624732972708c305b8f84f47fed7)
2008-02-11Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij1-93/+8
(This used to be commit a22bb7725b0b825a90e955f883a34341e9f0f69e)
2008-02-10Move some variables to a separate .mk file that could also be included by a ↵Jelmer Vernooij2-9/+10
non-smb_build build system. (This used to be commit f44b838b682760e54aa981fe2e991495395d2394)
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
(This used to be commit 091f1e7314f05253ae1c10b3d04557be584ed19f)
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij2-7/+9
(This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9)
2008-02-09Move some static makefile variables to rules.mk.Jelmer Vernooij1-39/+0
(This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f)
2008-02-09Support 'mkinclude' command in .mk files.Jelmer Vernooij1-0/+2
(This used to be commit ee7f54c86d2b467869db8dea33f60e19ed3c742f)
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
Sorry, could not resist: While trying to understand this bit of magic, I had to bring indentation into shape to see more clearly what is going on. Also, mixed tabs/spaces are changed to tabs. Michael (This used to be commit cbed074f2841b79cc0f23ad52b1fa34515f706a9)
2008-02-08build: Remove unused functions Import() and GetInfo().Jelmer Vernooij1-24/+0
(This used to be commit 5c2be1e8a985332e1e81eeab1dc9b50d7f867f98)
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2-11/+8
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
2008-01-22build: remove support for automatically building .pc files.Jelmer Vernooij3-149/+1
(This used to be commit e9f99732677f46d599c270cfcb5042c11d34d338)
2008-01-22build: Allow manually written pkg-config files.Jelmer Vernooij2-2/+7
(This used to be commit 8104907c5222ee72d78272ab81583d25c3132d0d)
2008-01-21build: Allow overriding CFLAGS for python packages.Jelmer Vernooij1-0/+1
(This used to be commit 2c2b16b5aeef83a3adce1859e1fbfd9c4f6ffdd5)
2008-01-20build: Fix handling of external pkg-config dependencies when generating ↵Jelmer Vernooij3-13/+16
pkg-config files. (This used to be commit 88f9e11286bf0f12fc766dbf21f311e5373f0811)
2008-01-16python: Don't attempt to build shared and static versions of modules, ↵Jelmer Vernooij1-1/+1
because it's just not going to work with the current build system. (This used to be commit d9b4a5bb172be74db3c16b50426810f1bdedd00e)
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij2-3/+5
(This used to be commit 502424955237ace5a276d4c91c62e95233ecd978)
2008-01-10prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-3/+14
metze (cherry-picked from 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef) (This used to be commit 464668b07aded0a299eb49b87b51bb9bf53d2c8d)
2008-01-04r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij1-1/+2
(This used to be commit bdf30f80fbef8ea70c3073dc43bc1b0bc02a9951)
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-1/+0
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-0/+1
(This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij3-6/+11
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
2007-12-24r26578: Ensure directory exists.Jelmer Vernooij1-0/+1
(This used to be commit c89c667ec2c5c8b4bbee821deaf8f55a4da2064b)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij3-17/+24
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in ↵Jelmer Vernooij3-15/+25
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5)
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij1-0/+2
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-0/+1
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
2007-12-21r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface ↵Stefan Metzmacher1-1/+1
detection code metze (This used to be commit fcc813d399965b51853e5790d328e4cc9668a032)
2007-12-21r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher1-2/+20
TODO: we need to check if we need to recursivly expand the dependencies as we do for the Makefile rules metze (This used to be commit 5cc9673778838e42999363f75220cc882098d282)
2007-12-21r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathesStefan Metzmacher1-30/+27
metze (This used to be commit 120e5e08f77c97817bc0ce0971c6c0503b15c399)
2007-12-21r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher1-13/+23
metze (This used to be commit e0754868dfa868900f84266f155a236fd13b0ea3)
2007-12-21r26289: build: avoid nasty foo/./bla pathes for python stuffStefan Metzmacher1-2/+5
metze (This used to be commit 59469088e70581e33a83a8e26bec879ecdc7ded4)
2007-12-21r26279: Don't compile any python stuff if python is not available.Jelmer Vernooij1-0/+2
(This used to be commit 2637a2fedb3c43a1dff713b6f76e91de4a085acd)
2007-12-21r26122: Don't install python bindings yet.Jelmer Vernooij1-12/+11
(This used to be commit 744fb6cf3c15c3a78de93f42de9535af17a5cec5)
2007-12-21r26121: Don't build modules if subsystem isn't build.Jelmer Vernooij1-0/+5
(This used to be commit a74fa4c19dbd9832c85aa9e62f88d4e84451bd5c)
2007-12-21r26120: Don't install python modules as modules.Jelmer Vernooij1-3/+3
(This used to be commit 1359f858d6c3201ef6927499700f9f71d7805e01)
2007-12-21r26116: Mention python in the config.status summary.Jelmer Vernooij1-0/+1
(This used to be commit 65cabf7cf73e0727ae5c8e8828b7f414f5ea17f3)
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-0/+1
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
2007-12-21r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij3-9/+11
(This used to be commit 4c26cf38102a67ae12b3512b5d38991f020ed2e2)
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2-1/+2
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)