mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
ca971bbfd8
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
16 lines
374 B
Makefile
16 lines
374 B
Makefile
include $(REP_DIR)/lib/import/import-qt_svg.mk
|
|
|
|
SHARED_LIB = yes
|
|
|
|
include $(REP_DIR)/lib/mk/qt_svg_generated.inc
|
|
|
|
include $(REP_DIR)/lib/mk/qt.inc
|
|
|
|
INC_DIR += $(REP_DIR)/include/qt4/QtSvg/private \
|
|
$(REP_DIR)/contrib/$(QT4)/include/QtSvg/private
|
|
|
|
LIBS += qt_core qt_gui zlib libc
|
|
|
|
vpath % $(REP_DIR)/include/qt4/QtSvg
|
|
vpath % $(REP_DIR)/include/qt4/QtSvg/private
|