annotate vidix/Makefile @ 22826:62f044624d1f

cosmetics: Remove all trailing whitespace.
author diego
date Thu, 29 Mar 2007 18:08:25 +0000
parents 12ae53050d94
children bddb09395c3e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22546
322fed4ddef2 consistency cosmetics
diego
parents: 22545
diff changeset
1 include ../config.mak
3991
dcc632dd2097 preliminary version
nick
parents:
diff changeset
2
22547
9193e4b4834f cosmetics: Rename variables for consistency with other Makefiles.
diego
parents: 22546
diff changeset
3 LIBNAME_MPLAYER = libvidix.a
3991
dcc632dd2097 preliminary version
nick
parents:
diff changeset
4
22547
9193e4b4834f cosmetics: Rename variables for consistency with other Makefiles.
diego
parents: 22546
diff changeset
5 SRCS_MPLAYER = vidixlib.c
3991
dcc632dd2097 preliminary version
nick
parents:
diff changeset
6
22549
77f632d4ca36 Reuse common parts of all Makefiles through mpcommon.mak.
diego
parents: 22548
diff changeset
7 include ../mpcommon.mak