Build harfbuzz.c instead of individual source files, to let compiler go
2007-10-11 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/Makefile.am: Build harfbuzz.c instead of individual source files, to let compiler go wild with optimizations!
This commit is contained in:
parent
a219b3d003
commit
61ddbafaaa
|
@ -6,6 +6,10 @@ INCLUDES = \
|
||||||
noinst_LTLIBRARIES = libharfbuzz-1.la
|
noinst_LTLIBRARIES = libharfbuzz-1.la
|
||||||
|
|
||||||
MAINSOURCES = \
|
MAINSOURCES = \
|
||||||
|
harfbuzz.c
|
||||||
|
|
||||||
|
# included from harfbuzz.c
|
||||||
|
INCLUDEDSOURCES = \
|
||||||
ftglue.c \
|
ftglue.c \
|
||||||
harfbuzz-buffer.c \
|
harfbuzz-buffer.c \
|
||||||
harfbuzz-gdef.c \
|
harfbuzz-gdef.c \
|
||||||
|
@ -13,8 +17,6 @@ MAINSOURCES = \
|
||||||
harfbuzz-gsub.c \
|
harfbuzz-gsub.c \
|
||||||
harfbuzz-open.c
|
harfbuzz-open.c
|
||||||
|
|
||||||
EXTRA_SOURCES = harfbuzz.c
|
|
||||||
|
|
||||||
PUBLICHEADERS = \
|
PUBLICHEADERS = \
|
||||||
harfbuzz.h \
|
harfbuzz.h \
|
||||||
harfbuzz-buffer.h \
|
harfbuzz-buffer.h \
|
||||||
|
@ -55,5 +57,4 @@ EXTRA_DIST = \
|
||||||
COPYING.FTL \
|
COPYING.FTL \
|
||||||
COPYING.GPL \
|
COPYING.GPL \
|
||||||
COPYING \
|
COPYING \
|
||||||
$(EXTRA_SOURCES)
|
$(INCLUDED_SOURCES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue