log buildsys.mk.in @ 2148:5b5c450a6a37

age author description
Thu, 01 Nov 2007 15:38:07 +0100 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Thu, 01 Nov 2007 15:37:43 +0100 Jonathan Schleifer Change my mail.
Fri, 19 Oct 2007 06:24:08 -0500 William Pitcock Use ${CC} -M, not ${CPP} -M, as cpp is not required to respect -M, but gcc will always handle -M properly.
Sat, 13 Oct 2007 10:34:40 +0200 Jonathan Schleifer Update buildsys. Please test.
Wed, 10 Oct 2007 20:31:40 +0300 Eugene Paskevich Use curly braces instead of round ones, since they might not be portable.
Wed, 10 Oct 2007 09:01:48 +0300 Eugene Paskevich Don't let the strings cross over each other.
Wed, 10 Oct 2007 07:49:16 +0300 Eugene Paskevich Made colourised strings more readable.
Wed, 10 Oct 2007 01:40:13 +0300 Eugene Paskevich Revised the plugindir logic.
Tue, 09 Oct 2007 11:01:53 +0900 Yoshiki Yazawa make clean should remove plugin objectives.
Wed, 03 Oct 2007 17:24:59 +0200 Jonathan Schleifer Add -pipe -Wall if gcc and fix a few warnings.
Sun, 30 Sep 2007 13:30:43 +0930 Kieran Clancy Delete .deps file when dependency generation fails
Thu, 27 Sep 2007 22:09:51 +0200 Jonathan Schleifer implib.
Thu, 27 Sep 2007 12:00:45 +0900 Yoshiki Yazawa target depend should use ${CFLAGS} otherwise it will miss installed headers.
Wed, 26 Sep 2007 06:38:56 +0200 Jonathan Schleifer Optimize dependency generation.
Wed, 26 Sep 2007 03:05:48 +0200 Jonathan Schleifer Update buildsys (adds ${PROG_SUFFIX}).
Wed, 26 Sep 2007 00:42:58 +0200 Jonathan Schleifer Update buildsys.
Tue, 25 Sep 2007 16:51:17 +0200 Jonathan Schleifer Oops. Fix parallel build.
Tue, 25 Sep 2007 00:27:52 +0200 Jonathan Schleifer Add ${LIB} and ${LIB_NOINST} to distclean.
Mon, 24 Sep 2007 23:38:22 +0200 Jonathan Schleifer Use test instead of [ ].
Mon, 24 Sep 2007 23:14:49 +0200 Jonathan Schleifer install-sh doesn't work.
Mon, 24 Sep 2007 21:14:18 +0200 Jonathan Schleifer Abort on error.
Mon, 24 Sep 2007 20:58:46 +0200 Jonathan Schleifer Don't depend on subdirs, it's done anyway.
Mon, 24 Sep 2007 20:47:25 +0200 Jonathan Schleifer Always prefix comparisons with x.
Mon, 24 Sep 2007 20:20:44 +0200 Jonathan Schleifer Fix dependencies and other parallel stuff.
Mon, 24 Sep 2007 20:02:43 +0200 Jonathan Schleifer Add depend status.
Mon, 24 Sep 2007 10:45:28 -0500 William Pitcock Import Mk2 core.