Merge "[WK2] Revert patch / set a limit of layer count and atlas size." into 2.0_beta
[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 libWTF_la_CXXFLAGS = \
19         $(global_cxxflags) \
20         $(libWTF_la_CFLAGS)
21
22 libWTF_la_CFLAGS = \
23         -fstrict-aliasing \
24         -O3 \
25         $(global_cflags) \
26         $(GLIB_CFLAGS) \
27         $(UNICODE_CFLAGS)
28
29 libWTF_la_CPPFLAGS = \
30         $(global_cppflags) \
31         -I$(srcdir)/Source \
32         -I$(srcdir)/Source/WTF \
33         -I$(srcdir)/Source/WTF/wtf