mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
b58fbe5ba5
Issue #2339
15 lines
256 B
Makefile
15 lines
256 B
Makefile
content: include lib/symbols/libpng LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libpng)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/libpng/* $@/
|
|
|
|
lib/symbols/libpng:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/libpng/LICENSE $@
|
|
|