mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 15:33:04 +00:00
dd9e12601e
Thanks to the change "build: support library builds via lib/<libname>", shared libraries can now be built directly by the build system. Issue #4599
14 lines
279 B
Makefile
14 lines
279 B
Makefile
content: src/lib/openjpeg lib/mk/openjpeg.mk LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/openjpeg)
|
|
|
|
src/lib/openjpeg:
|
|
mkdir -p $(dir $@)
|
|
cp -r $(PORT_DIR)/src/lib/openjpeg $@
|
|
|
|
lib/mk/%.mk:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/openjpeg/LICENSE $@
|