summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-271-0/+7
|\
| * Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-261-10/+1
* | Fix module aliases.Jelmer Vernooij2008-02-262-14/+16
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-264-23/+0
* | Fix pydoctor.Jelmer Vernooij2008-02-261-0/+3
* | Support building .so versions of the modules.Jelmer Vernooij2008-02-263-34/+50
* | use make macro for python.Jelmer Vernooij2008-02-262-4/+39
* | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-264-16/+1
* | Move common rules code to separate directory.Jelmer Vernooij2008-02-263-0/+317
* | Revert cflags hack.Jelmer Vernooij2008-02-261-4/+4
* | Move more code out of perl.Jelmer Vernooij2008-02-262-5/+5
* | Fix the build (again).Jelmer Vernooij2008-02-261-1/+1
* | Fix the build.Jelmer Vernooij2008-02-262-15/+13
* | Remove legacy code for public prototype headers.Jelmer Vernooij2008-02-251-24/+3
* | Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij2008-02-251-2/+0
* | Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.Jelmer Vernooij2008-02-251-7/+2
* | Use more make constructions for shared library bits.Jelmer Vernooij2008-02-251-27/+9
* | Use make's $(call) feature.Jelmer Vernooij2008-02-252-10/+6
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-253-13/+13
* | Update smb_build README.Jelmer Vernooij2008-02-251-3/+1
* | Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-253-61/+27
* | Move configure output details out of perl code.Jelmer Vernooij2008-02-251-9/+0
* | Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-253-24/+8
* | Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-253-72/+55
* | Remove more unnecessary generated code.Jelmer Vernooij2008-02-251-3/+1
* | Use more GNU-make specific variables.Jelmer Vernooij2008-02-251-2/+2
* | Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-251-35/+2
* | Use $@ where possible.Jelmer Vernooij2008-02-251-5/+1
* | Use realpath for now to work around .. tricks.Jelmer Vernooij2008-02-252-8/+8
* | Remove unused include.Jelmer Vernooij2008-02-251-2/+0
* | Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij2008-02-252-48/+11
* | Fix the build.Jelmer Vernooij2008-02-253-2/+6
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-256-22/+21
|\|
| * Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij2008-02-211-8/+0
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij2008-02-202-9/+12
| |\
| | * Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett2008-02-202-9/+12
| * | Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+2
| * | Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+8
| * | Add configure test for vdeplug library.Jelmer Vernooij2008-02-191-0/+3
| |/
| * Fix a typo.Michael Adam2008-02-191-1/+1
| * Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij2008-02-191-1/+1
* | Remove duplicate code.Jelmer Vernooij2008-02-181-9/+2
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-188-114/+85
|\|
| * Fix summary.Jelmer Vernooij2008-02-181-3/+2
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-182-2/+2
| * Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-184-26/+13
| * Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
| * Build complete static libraries.Jelmer Vernooij2008-02-185-38/+17
| * Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-182-9/+1