log buildsys.mk.in @ 4874:43eb8388760d

age author description
Wed, 26 Nov 2008 11:53:37 +0900 Yoshiki Yazawa pkgconfig files should be installed in lib/pkgconfig
Wed, 26 Nov 2008 05:15:41 +0900 Yoshiki Yazawa we should use modified libdir insted of plugindir.
Wed, 26 Nov 2008 03:50:00 +0900 Yoshiki Yazawa moved private libraries to plugindir to avoid conflict with audacious.
Sat, 01 Nov 2008 21:39:46 +0100 Jonathan Schleifer Clear .SUFFIXES first to prevent compiling files silently.
Sat, 01 Nov 2008 20:09:43 +0100 Jonathan Schleifer Move one line to fix dependency generation.
Tue, 25 Nov 2008 02:14:56 +0900 Yoshiki Yazawa override includesibdir for compatibility.
Mon, 24 Nov 2008 21:16:26 +0900 Yoshiki Yazawa audlegacy begins.
Thu, 02 Oct 2008 23:44:39 +0200 Jonathan Schleifer Update to latest rev of buildsys & move stuff that doesn't belong there
Fri, 29 Aug 2008 02:02:15 +0300 Matti Hamalainen Synchronize buildsys.
Wed, 30 Jul 2008 23:04:32 +0100 Tony Vroon Parallel dependency resolution by Jonathan Schleifer.
Thu, 17 Apr 2008 21:54:01 +0200 Jonathan Schleifer buildsys.mk.in: Fixed typo.
Wed, 05 Mar 2008 20:10:00 +0900 Yoshiki Yazawa get rid of LIBDIR. due to uselessness of overriding LIBDIR. now libaudid3tag.so will be installed to libdir *intentionally*.
Sun, 10 Feb 2008 21:30:29 +0100 Jonathan Schleifer Added HG repo URL to buildsys as a comment.
Sun, 10 Feb 2008 10:40:51 +0100 Jonathan Schleifer Fix a possible bug in dependency generation.
Sun, 10 Feb 2008 10:29:41 +0100 Jonathan Schleifer Fix possible infinite loop in dependency generation.
Sun, 10 Feb 2008 10:21:33 +0100 Jonathan Schleifer Make dependency generation threaded.
Thu, 01 Nov 2007 15:32:56 +0100 Jonathan Schleifer Change my mail.
Sat, 27 Oct 2007 19:38:38 -0500 Vitaly Lipatov Fix installation of libaudid3tag in ${plugindir}.
Fri, 19 Oct 2007 06:26:46 -0500 William Pitcock Synchronize build system with audacious-plugins.
Sat, 13 Oct 2007 10:50:37 +0200 Jonathan Schleifer Update buildsys.
Wed, 10 Oct 2007 20:31:38 +0300 Eugene Paskevich Use curly braces instead of round ones, since they might not be portable.
Wed, 10 Oct 2007 09:10:02 +0300 Eugene Paskevich Don't let the strings cross over each other.
Wed, 10 Oct 2007 07:52:33 +0300 Eugene Paskevich Replicated 2012:31cf04fc588b.
Thu, 27 Sep 2007 21:59:11 +0200 Jonathan Schleifer Add missing targets to .PHONY.
Thu, 27 Sep 2007 21:36:43 +0200 Jonathan Schleifer More implib stuff.
Thu, 27 Sep 2007 21:25:58 +0200 Jonathan Schleifer implib for ${PROG} should finally work.
Thu, 27 Sep 2007 14:26:37 +0200 Jonathan Schleifer Remove implib stuff again.
Thu, 27 Sep 2007 13:14:34 +0200 Jonathan Schleifer Update buildsys + small fixes.
Wed, 26 Sep 2007 06:38:34 +0200 Jonathan Schleifer Optimize dependency generation.
Wed, 26 Sep 2007 03:02:23 +0200 Jonathan Schleifer Update buildsys (adds ${PROG_SUFFIX}).
Tue, 25 Sep 2007 19:11:34 +0200 Jonathan Schleifer Seems like I forgot to remove -s for ${PROG}.
Tue, 25 Sep 2007 16:50:44 +0200 Jonathan Schleifer Oops. Fix parallel build.
Tue, 25 Sep 2007 00:27:38 +0200 Jonathan Schleifer Add ${LIB} and ${LIB_NOINST} to distclean.
Mon, 24 Sep 2007 23:38:10 +0200 Jonathan Schleifer Use test instead of [ ].
Mon, 24 Sep 2007 23:14:07 +0200 Jonathan Schleifer install-sh doesn't work.
Mon, 24 Sep 2007 21:15:16 +0200 Jonathan Schleifer Abort on error.
Mon, 24 Sep 2007 21:00:41 +0200 Jonathan Schleifer Don't depend on subdirs, it's done anyway.
Mon, 24 Sep 2007 20:47:04 +0200 Jonathan Schleifer Always prefix comparisons with x.
Mon, 24 Sep 2007 20:21:52 +0200 Jonathan Schleifer Fix dependencies and other parallel stuff.
Mon, 24 Sep 2007 20:01:23 +0200 Jonathan Schleifer Add depend status.
Sun, 23 Sep 2007 01:34:10 +0900 Yoshiki Yazawa make audacious be re-linked if a dependent library has been rebuilt. trunk
Sat, 22 Sep 2007 10:29:49 +0200 Jonathan Schleifer Use ar cr instead of ar cq. trunk
Sat, 22 Sep 2007 00:57:19 +0200 Jonathan Schleifer Some buildsys fixes for Windows. trunk
Fri, 21 Sep 2007 18:20:18 +0200 Jonathan Schleifer Actually, the last patch was wrong. depend has to depend on ${SRCS}. trunk
Fri, 21 Sep 2007 15:17:48 +0200 Jonathan Schleifer Update audacious to latest rev of build system. trunk
Wed, 19 Sep 2007 17:55:49 +0200 Jonathan Schleifer Add ${MFLAGS}. trunk
Wed, 19 Sep 2007 17:32:47 +0200 Jonathan Schleifer Clean up Makefiles. trunk
Wed, 19 Sep 2007 18:41:39 +0900 Yoshiki Yazawa append rpath on linking audacious when prefix is specified. trunk
Mon, 17 Sep 2007 13:24:14 -0500 William Pitcock define pkgdatadir. trunk
Mon, 17 Sep 2007 13:10:19 -0500 William Pitcock Transit to Mk2. trunk