mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
14a338af40
Fixes #2933
24 lines
514 B
Makefile
24 lines
514 B
Makefile
MIRROR_FROM_REP_DIR := lib/import/import-qt5_test.mk \
|
|
lib/import/import-qt5.inc
|
|
|
|
content: $(MIRROR_FROM_REP_DIR)
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
|
|
|
|
MIRROR_FROM_PORT_DIR := include/QtTest \
|
|
lib/symbols/qt5_test
|
|
|
|
content: $(MIRROR_FROM_PORT_DIR)
|
|
|
|
$(MIRROR_FROM_PORT_DIR):
|
|
mkdir -p $(dir $@)
|
|
cp -r $(PORT_DIR)/$@ $(dir $@)
|
|
|
|
content: LICENSE
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/qt5/qt5/LICENSE.LGPLv3 $@
|