summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
Commit message (Expand)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-281/+0
* Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison2009-06-031-1/+1
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* Use make template for installing binaries.Jelmer Vernooij2008-06-261-5/+4
* Reorder the linking of objects into a binary.Andrew Bartlett2008-05-301-2/+2
* Don't throw away cflags if they start with a variable.Jelmer Vernooij2008-05-271-1/+4
* Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij2008-05-271-0/+1
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-9/+0
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-8/+0
* Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-181-3/+2
* build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-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
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-8/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-0/+8
|\
| * Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij2008-04-151-1/+3
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-4/+1
| * 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-141-8/+12
| * smb_build: Make sure LIBRARY_SONAME is never uninitialized.James Peach2008-04-131-0/+4
| * 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
* | 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-091-5/+3
* | 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
* | Remove unused code, simplify alias handling.Jelmer Vernooij2008-03-071-16/+6
* | Remove useless ifs.Jelmer Vernooij2008-03-031-11/+1
* | Fix some syntax errors.Jelmer Vernooij2008-03-031-4/+1
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-10/+5
* | Fix syntax.Jelmer Vernooij2008-03-031-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-031-2/+1
|\ \ | |/
| * 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
* | Remove duplicate functions.Jelmer Vernooij2008-02-291-76/+0
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-02-291-0/+76
|\ \ | |/
| * Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-291-0/+53
| * Remove cruft that dealt with public prototype headers.Jelmer Vernooij2008-02-291-32/+6
| * Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij2008-02-291-2/+2
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-15/+0
| * Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-7/+0
| * Move logic to makefileJelmer Vernooij2008-02-291-3/+3
| * Use more GNU-make specific variables.Jelmer Vernooij2008-02-291-2/+2
| * Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-291-4/+27