summaryrefslogtreecommitdiffstats
path: root/source4/build/smb_build
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency on swig ldb module.Jelmer Vernooij2008-05-281-1/+0
* Depend on debug names of shared libs for linking.Jelmer Vernooij2008-05-281-1/+1
* Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-271-1/+4
* Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij2008-05-271-2/+0
* Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij2008-05-271-0/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-14/+5
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-2/+0
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-213-11/+0
* Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2008-05-211-1/+1
* build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher2008-05-191-0/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-183-17/+0
* Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-181-5/+2
|\
| * Typo, formatting fixes.Jelmer Vernooij2008-05-181-2/+2
| * Simplify argument handling.Jelmer Vernooij2008-05-182-6/+3
* | Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-181-3/+2
* | Fix --output argument.Jelmer Vernooij2008-05-181-1/+1
|/
* Allow specifying different input file to smb_build.Jelmer Vernooij2008-05-181-2/+12
* Move writing of data.mk file to m4 macro.Jelmer Vernooij2008-05-181-1/+3
* build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-0/+2
* Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij2008-05-111-0/+2
* Remove extra space that caused issues during make install.Jelmer Vernooij2008-05-111-1/+1
* Fix LDB module initialization when using external ldb.Jelmer Vernooij2008-05-111-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-05-101-19/+15
|\
| * Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij2008-05-101-19/+15
* | Clean up some git merges gone wrong.Jelmer Vernooij2008-05-103-10/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-253-17/+19
|\|
| * Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij2008-04-151-1/+3
| * Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-153-18/+1
| * Make sure init function sentinels are set for modules.Jelmer Vernooij2008-04-152-0/+4
| * Fix the build.Jelmer Vernooij2008-04-151-2/+2
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-14/+11
| * Fix order of variables in the makefile.Jelmer Vernooij2008-04-143-62/+30
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-142-11/+10
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-0/+4
| |\
| | * smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach2008-04-131-0/+4
| * | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-11/+0
| |/
| * Don't write public functions to protoheaders.Jelmer Vernooij2008-04-021-1/+1
| * build: fix the build with --enable-automatic-dependencies=yesStefan Metzmacher2008-03-041-1/+1
* | Distinguish between private and public dependencies in the dot file.Jelmer Vernooij2008-04-241-2/+2
* | No longer accept VERSION and SO_VERSION in perl code.Jelmer Vernooij2008-03-101-2/+0
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-092-5/+0
* | Remove extra line for partial linkage objects, simplify binary handling.Jelmer Vernooij2008-03-091-3/+2
* | Remove unused variables.Jelmer Vernooij2008-03-091-2/+0
* | Move more code out of perl build system.Jelmer Vernooij2008-03-092-9/+5
* | Remove dependency on config.Jelmer Vernooij2008-03-081-2/+1
* | Fix the build.Jelmer Vernooij2008-03-081-15/+1
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-3/+0
* | Use make macro for module installation.Jelmer Vernooij2008-03-071-7/+1
* | Use GNU make.Jelmer Vernooij2008-03-071-8/+2