annotate libass/Makefile @ 22528:8bcff5c7e387

Give more descriptive names to the source and library variables and split between common, MPlayer-specific and MEncoder-specific parts.
author diego
date Tue, 13 Mar 2007 12:10:57 +0000
parents 490dc8ba9ea4
children 090ec2169aee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18937
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
1
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
2 include ../config.mak
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
3
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21588
diff changeset
4 LIBNAME_COMMON = libass.a
18937
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
5
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 21588
diff changeset
6 SRCS_COMMON = ass.c \
21213
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
7 ass_cache.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
8 ass_fontconfig.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
9 ass_render.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
10 ass_utils.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
11 ass_mp.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
12 ass_bitmap.c \
0c68d02f437c SRCS should be one per line to make patches more readable.
diego
parents: 21211
diff changeset
13 ass_library.c \
21277
0603972f083c Move fonts-related code to a separate file.
eugeni
parents: 21259
diff changeset
14 ass_font.c \
18937
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
15
21588
490dc8ba9ea4 Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
reimar
parents: 21277
diff changeset
16 CFLAGS = -I../libmpcodecs
18937
9e95ac641e77 Initial libass release (without mencoder support).
eugeni
parents:
diff changeset
17
21259
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21213
diff changeset
18 include ../mpcommon.mak