summaryrefslogtreecommitdiffstats
path: root/source4/build/smb_build/main.pl
Commit message (Expand)AuthorAgeFilesLines
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-1/+0
* 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-181-1/+0
* 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
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-7/+5
|\
| * Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1
| * Fix order of variables in the makefile.Jelmer Vernooij2008-04-141-2/+9
| * Remove duplicate message.Jelmer Vernooij2008-02-291-2/+0
| * Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-291-4/+1
| * Remove cruft that dealt with public prototype headers.Jelmer Vernooij2008-02-291-2/+1
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+0
| * Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-1/+0
| * Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-291-0/+2
| * Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-291-1/+0
| * Move configure output details out of perl code.Jelmer Vernooij2008-02-291-7/+0
| * Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-291-1/+1
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-091-3/+0
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+0
* | Support building .so versions of the modules.Jelmer Vernooij2008-02-261-6/+3
* | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-261-1/+0
* | Fix the build (again).Jelmer Vernooij2008-02-261-1/+1
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-251-2/+2
* | Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-251-1/+0
* | Move configure output details out of perl code.Jelmer Vernooij2008-02-251-9/+0
* | Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-251-0/+2
* | Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-251-5/+2
* | Fix the build.Jelmer Vernooij2008-02-251-0/+3
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-7/+6
|\|
| * Build complete static libraries.Jelmer Vernooij2008-02-181-6/+2
| * Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-181-0/+1
| * Factor out common code that generates object lists.Jelmer Vernooij2008-02-181-5/+2
| * Fix build with partial linking.Jelmer Vernooij2008-02-181-2/+1
| * Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-181-2/+2
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-2/+2
|\|
| * Reenable partial linkingJelmer Vernooij2008-02-181-2/+2
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-0/+2
|\|
| * Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
| * Reintroduce mergedobj support.Jelmer Vernooij2008-02-161-1/+2
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-2/+1
* | Remove some unused code.Jelmer Vernooij2008-02-161-2/+2
* | Use make list concatenation support to create list of object files for subsys...Jelmer Vernooij2008-02-161-7/+8
* | Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-161-1/+1
|/
* Use more variables in generated data.mk.Jelmer Vernooij2008-02-131-3/+13
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-111-1/+1
* build: remove support for automatically building .pc files.Jelmer Vernooij2008-01-221-4/+1
* build: Allow manually written pkg-config files.Jelmer Vernooij2008-01-221-2/+6
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-211-3/+3