genode/repos/libports/recipes/src/openjpeg/content.mk
Norman Feske dd9e12601e Remove pseudo targets for building shared libs
Thanks to the change "build: support library builds via lib/<libname>",
shared libraries can now be built directly by the build system.

Issue #4599
2022-09-19 14:00:32 +02:00

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 $@