log Makefile @ 26483:b04a2067f586

age author description
Thu, 24 Apr 2008 13:38:12 +0000 diego Merge stream/Makefile into top-level Makefile.
Thu, 24 Apr 2008 13:04:50 +0000 diego Merge libmpcodecs/Makefile into top-level Makefile.
Wed, 23 Apr 2008 10:09:12 +0000 diego There is no need to remove .a files from subdirectories, they are only
Wed, 23 Apr 2008 10:07:50 +0000 diego Merge libvo/Makefile into top-level Makefile.
Wed, 23 Apr 2008 09:33:51 +0000 diego Merge libao2/Makefile into top-level Makefile.
Tue, 22 Apr 2008 23:05:27 +0000 diego Merge tremor/Makefile into top-level Makefile.
Tue, 22 Apr 2008 22:39:26 +0000 diego Only add loader to PARTS on x86.
Tue, 22 Apr 2008 22:00:37 +0000 diego Create standard recursive rules from a template.
Tue, 22 Apr 2008 21:51:41 +0000 diego Use directory name as library name template.
Tue, 22 Apr 2008 21:21:46 +0000 diego Simplify phony target declaration.
Tue, 22 Apr 2008 21:20:42 +0000 diego Add an unconditional phony recurse rule and make the binaries depend on it.
Tue, 22 Apr 2008 08:50:38 +0000 diego Merge TOOLS/Makefile into the top-level Makefile.
Sat, 19 Apr 2008 09:53:42 +0000 diego Add dependency information to recursive rules. While more eager than strictly
Sat, 19 Apr 2008 09:44:48 +0000 diego Add missing recursive rule for libmpcodecs/libmpencoders.a.
Sat, 19 Apr 2008 09:43:53 +0000 diego cosmetics: Sort recursive rules alphabetically.
Fri, 18 Apr 2008 22:49:17 +0000 diego per-file dependencies (for the non-recursive parts)
Fri, 18 Apr 2008 21:46:52 +0000 diego Always generate dependency information. This also allows dropping the
Fri, 18 Apr 2008 07:16:22 +0000 diego 10l: Rename remaining instances of $i to $lang.
Sun, 13 Apr 2008 22:57:47 +0000 diego Add libpostproc to list of pseudo-dependencies.
Sun, 13 Apr 2008 21:23:27 +0000 diego Declare all clean targets phony in mpcommon.mak.
Sun, 13 Apr 2008 21:21:42 +0000 diego The TAGS and tags targets are not phony.
Sun, 13 Apr 2008 21:20:29 +0000 diego Add gui subdirectories to DIRS instead of manually cleaning them.
Sun, 13 Apr 2008 21:13:05 +0000 diego Replace shell for loop by proper make foreach construct.
Sun, 13 Apr 2008 10:44:21 +0000 diego Add Makefile variable for DVB OSD menu, saves one ifeq.
Sun, 13 Apr 2008 07:57:35 +0000 diego Restore compilation of osdep/mplayer-rc.o.
Fri, 11 Apr 2008 23:06:30 +0000 uau Makefile: Fix compilation on systems with dvb support
Fri, 11 Apr 2008 17:45:02 +0000 diego Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.
Fri, 11 Apr 2008 08:18:28 +0000 diego Ahem, libmenu objects should only be compiled when OSD menu is enabled.
Thu, 10 Apr 2008 10:55:39 +0000 ptt if it's 'for lang in...' it's better off to use $$lang as a variable next ;)
Wed, 09 Apr 2008 18:33:26 +0000 diego 10l: libass compilation should be conditional.