log Makefile @ 26469:994bfbb8004e

age author description
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.
Wed, 09 Apr 2008 18:15:21 +0000 diego Merge libaf/Makefile into Makefile, one less instance of recursive make.
Wed, 09 Apr 2008 14:13:30 +0000 diego Restore osdep/mmap-os2.c compilation, which was accidentally removed.
Wed, 09 Apr 2008 12:54:07 +0000 diego cosmetics: Align columns.
Tue, 08 Apr 2008 22:25:59 +0000 diego Merge libass/Makefile into Makefile, one less recursive make directory.
Tue, 08 Apr 2008 22:11:17 +0000 diego cosmetics: Rename some shell variables to give them more descriptive names.
Tue, 08 Apr 2008 22:08:23 +0000 diego cosmetics: Merge shell commands into one line.