genode/repos/qt4/lib/mk/qt_webcore.mk
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

24 lines
688 B
Makefile

include $(REP_DIR)/lib/import/import-qt_webcore.mk
SHARED_LIB = yes
# additional defines for the Genode version
CC_OPT += -DSQLITE_NO_SYNC=1 -DSQLITE_THREADSAFE=0
# enable C++ functions that use C99 math functions (disabled by default in the Genode tool chain)
CC_CXX_OPT += -D_GLIBCXX_USE_C99_MATH
# use default warning level to avoid noise when compiling contrib code
CC_WARN = -Wno-deprecated-declarations
CC_OPT_sqlite3 += -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast
# some parts of the library are not C++11 compatible
CC_CXX_OPT_STD =
include $(REP_DIR)/lib/mk/qt_webcore_generated.inc
include $(REP_DIR)/lib/mk/qt.inc
LIBS += qt_jscore qt_network qt_core libc libm