Merge "[Cherry-pick][Text Autosizing] Process narrow descendants with the same multip...
[framework/web/webkit-efl.git] / Source / WTF / GNUmakefile.am
1 include $(srcdir)/Source/WTF/GNUmakefile.list.am
2
3 noinst_LTLIBRARIES += \
4         libWTF.la
5
6 libWTF_la_LDFLAGS = \
7         $(no_undefined)
8
9 libWTF_la_SOURCES = \
10         $(wtf_sources)
11
12 libWTF_la_LIBADD = \
13         $(UNICODE_LIBS) \
14         $(GLIB_LIBS) \
15         $(WINMM_LIBS) \
16         -lpthread
17
18 if TARGET_WIN32
19 # OwnPtrWin.cpp needs the symbols from gdi32 dll
20 libWTF_la_LIBADD += -lgdi32
21 endif
22
23 libWTF_la_CXXFLAGS = \
24         $(global_cxxflags) \
25         $(libWTF_la_CFLAGS)
26
27 libWTF_la_CFLAGS = \
28         -fstrict-aliasing \
29         -O3 \
30         $(global_cflags) \
31         $(GLIB_CFLAGS) \
32         $(UNICODE_CFLAGS)
33
34 libWTF_la_CPPFLAGS = \
35         $(global_cppflags) \
36         -I$(srcdir)/Source \
37         -I$(srcdir)/Source/WTF \
38         -I$(srcdir)/Source/WTF/wtf