Mercurial > mplayer.hg
annotate vidix/Makefile @ 22789:12ae53050d94
Remove multistage recursion for the vidix subdirectory and recurse from the
top-level Makefile only.
author | diego |
---|---|
date | Sat, 24 Mar 2007 16:06:22 +0000 |
parents | d3f9def2f3e7 |
children | bddb09395c3e |
rev | line source |
---|---|
22546 | 1 include ../config.mak |
3991 | 2 |
22547
9193e4b4834f
cosmetics: Rename variables for consistency with other Makefiles.
diego
parents:
22546
diff
changeset
|
3 LIBNAME_MPLAYER = libvidix.a |
3991 | 4 |
22547
9193e4b4834f
cosmetics: Rename variables for consistency with other Makefiles.
diego
parents:
22546
diff
changeset
|
5 SRCS_MPLAYER = vidixlib.c |
3991 | 6 |
22549
77f632d4ca36
Reuse common parts of all Makefiles through mpcommon.mak.
diego
parents:
22548
diff
changeset
|
7 include ../mpcommon.mak |