mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 23:12:24 +00:00
e7cc54204f
Fixes #4546
22 lines
451 B
Makefile
22 lines
451 B
Makefile
MIRROR_FROM_REP_DIR := lib/import/import-qt5_cmake.mk \
|
|
lib/import/import-qt5_qmake.mk
|
|
|
|
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 := src/lib/qt5/genode/api/*
|
|
|
|
content: $(MIRROR_FROM_PORT_DIR)
|
|
|
|
$(MIRROR_FROM_PORT_DIR):
|
|
cp -r $(PORT_DIR)/$@ .
|
|
|
|
content: LICENSE
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/qt5/LICENSE.LGPLv3 $@
|