summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* build: fix the build with --enable-automatic-dependencies=yesStefan Metzmacher2008-03-041-1/+1
* Remove duplicate message.Jelmer Vernooij2008-02-291-2/+0
* Fix variable name.Jelmer Vernooij2008-02-291-1/+1
* Simpler handling of sonameflag.Jelmer Vernooij2008-02-291-16/+7
* Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-291-35/+2
* Remove useless include, simplify generated CFLAGS lines in Makefile.Jelmer Vernooij2008-02-291-7/+1
* Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-293-71/+54
* Remove cruft that dealt with public prototype headers.Jelmer Vernooij2008-02-292-34/+7
* Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-1/+0
* Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij2008-02-292-9/+2
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-294-29/+0
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-294-16/+1
* Move logic to makefileJelmer Vernooij2008-02-291-3/+3
* Use more GNU-make specific variables.Jelmer Vernooij2008-02-291-2/+2
* Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-292-23/+8
* Update smb_build README.Jelmer Vernooij2008-02-291-3/+1
* Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-293-62/+27
* Move configure output details out of perl code.Jelmer Vernooij2008-02-291-7/+0
* Avoid use of removed variable.Jelmer Vernooij2008-02-291-4/+2
* Remove unused include.Jelmer Vernooij2008-02-291-2/+0
* Use make to generate list of python files, remove unused variable.Jelmer Vernooij2008-02-291-8/+2
* Use make to create lists of plugins, remove duplicate variable.Jelmer Vernooij2008-02-291-3/+1
* Generate manpage list with make.Jelmer Vernooij2008-02-291-2/+1
* Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-292-5/+8
* Use make to generate lists of libraries.Jelmer Vernooij2008-02-291-1/+1
* Use make to generate lists of libraries.Jelmer Vernooij2008-02-291-8/+2
* Use make to generate list of prototype headers.Jelmer Vernooij2008-02-291-4/+2
* Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij2008-02-291-6/+2
* use gmake to handle .py file copies.Jelmer Vernooij2008-02-291-3/+1
* Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-261-10/+1
* 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
* 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
* Factor out common code that generates object lists.Jelmer Vernooij2008-02-183-18/+3
* Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
* Fix build with partial linking.Jelmer Vernooij2008-02-182-5/+10
* Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-183-24/+22
* Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14