genode/repos/qt4/lib/mk/qgif.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

11 lines
335 B
Makefile

include $(REP_DIR)/lib/import/import-qgif.mk
SRC_CC = main.cpp qgifhandler.cpp
INC_DIR += $(REP_DIR)/contrib/$(QT4)/include/QtGui/private
LIBS = qt_core libc
vpath % $(call select_from_repositories,contrib/$(QT4)/src/plugins/imageformats/gif)
vpath % $(call select_from_repositories,contrib/$(QT4)/src/gui/image)