summaryrefslogtreecommitdiff
path: root/source4/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-03-29Makefile: Allow "make" with no arguments to build all that will be installed.Andrew Kroeger1-2/+2
(This used to be commit 982acd6f80f009d28ff1e63abd2151de0165623e)
2008-03-28No longer install SWAT filesAndrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit cd275862c65542ea1118cfb76d7d1b082427098a)
2008-03-04build: fix the build with --enable-automatic-dependencies=yesStefan Metzmacher1-2/+2
metze (This used to be commit b0ecd8f8d2c1ebf23957921f4852e90b556812fc)
2008-02-29Move automatic dependencies code out of perl code.Jelmer Vernooij1-1/+29
(This used to be commit 58a93ef94b878ff2d2d0029fc2d443551842e712)
2008-02-29Remove useless include, simplify generated CFLAGS lines in Makefile.Jelmer Vernooij1-1/+0
(This used to be commit 3157ce9876aa69de54acf3f08e0ee2b16cfaff80)
2008-02-29Remove the now unused cflags script.Jelmer Vernooij1-0/+1
(This used to be commit f97cce2522e7644181506dc49947297b394743eb)
2008-02-20Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett1-2/+2
By being more consistant in applying CFLAGS and LDFLAGS (in particular) to every invocation, we make it simpler to enable gcov code coverage, both in the build system and on the build farm. Andrew Bartlett (This used to be commit 8c2f658a9688f0c51d2f3b948dc3213b65c7b77f)
2008-02-18Eliminate duplicate variable.Jelmer Vernooij1-1/+1
(This used to be commit f5b2b20cafc137604bc527ca6bb2bc8edab551e9)
2008-02-16Remove unused code.Jelmer Vernooij1-3/+3
(This used to be commit 98d6095b9605ff4db61394719f29b3e38349c59f)
2008-02-16Simplify handling of plugin installation.Jelmer Vernooij1-0/+4
(This used to be commit 8f1270dd5c7688f023cf24215fa229da213e760c)
2008-02-13Makefile: --enable-automatic-dependencies usageStefan Metzmacher1-1/+1
metze (This used to be commit 36a31f31c4c01f4ebf1359650c497a1ba447e6d0)
2008-02-11Print warning when config.status doesn't exist and the user tries toJelmer Vernooij1-0/+4
run make. (This used to be commit 8776a0d2badca9ebf39e27ba5e845d0f76f0834e)
2008-02-11Move pidl bits to a separate file.Jelmer Vernooij1-36/+6
(This used to be commit de7af6913487b51e44463bf1908e765477d28e5d)
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij1-0/+207
that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)