mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +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
11 lines
335 B
Makefile
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)
|