Mercurial > mplayer.hg
comparison libass/Makefile @ 19190:1ea5c31932fd
Unify include paths in the build system, part I.
author | diego |
---|---|
date | Thu, 27 Jul 2006 10:08:17 +0000 |
parents | 7a9a9748e045 |
children | 4f71ed7cb512 |
comparison
equal
deleted
inserted
replaced
19189:0506fc913c27 | 19190:1ea5c31932fd |
---|---|
11 | 11 |
12 CFLAGS = $(OPTFLAGS) \ | 12 CFLAGS = $(OPTFLAGS) \ |
13 -I. -I.. \ | 13 -I. -I.. \ |
14 -I../libmpcodecs \ | 14 -I../libmpcodecs \ |
15 -D_GNU_SOURCE \ | 15 -D_GNU_SOURCE \ |
16 $(FREETYPE_INC) \ | |
17 $(FONTCONFIG_INC) \ | |
18 | 16 |
19 .SUFFIXES: .c .o | 17 .SUFFIXES: .c .o |
20 | 18 |
21 # .PHONY: all clean | 19 # .PHONY: all clean |
22 | 20 |