summaryrefslogtreecommitdiffstats
path: root/source4/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move automatic dependencies code out of perl code.Jelmer Vernooij2008-02-291-3/+0
| | | | (This used to be commit 58a93ef94b878ff2d2d0029fc2d443551842e712)
* Remove the now unused cflags script.Jelmer Vernooij2008-02-291-11/+5
| | | | (This used to be commit f97cce2522e7644181506dc49947297b394743eb)
* Remove obsolete comment.Jelmer Vernooij2008-02-291-9/+3
| | | | (This used to be commit 666311dccf19293316b0335c5418446c66e76101)
* Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-291-7/+7
| | | | (This used to be commit 0580357fb4b10e4a751d281e209f6a87e1c88143)
* Rely on GNU make to build static libraries.Jelmer Vernooij2008-02-261-0/+7
| | | | | | | Conflicts: source/build/smb_build/makefile.pm (This used to be commit f34a17a92bcc9a27b629a6ec9ed9a818bd13acc0)
* Remove mergedobj files during clean.Jelmer Vernooij2008-02-181-1/+1
| | | | (This used to be commit 78fb91ee672c15c7575e8f9db84c0524318bf8bd)
* Use standard variable for partial linking.Jelmer Vernooij2008-02-161-0/+3
| | | | (This used to be commit 949fca9540889bb640466fc21ca36d08f77066a3)
* Clean up data.mk file in distclean.Jelmer Vernooij2008-02-111-0/+1
| | | | (This used to be commit 0d44e7a15a9f7e238c0702a0135beae2183455a8)
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-111-1/+0
| | | | | that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
* Move some static makefile variables to rules.mk.Jelmer Vernooij2008-02-091-0/+39
| | | | (This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f)
* Move more make code to rules.mkJelmer Vernooij2008-02-091-0/+23
| | | | (This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52)
* Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵Jelmer Vernooij2008-02-091-0/+134
makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)