mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
15 lines
311 B
Makefile
15 lines
311 B
Makefile
|
content: include lib/symbols/jpeg LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/jpeg)
|
||
|
|
||
|
include:
|
||
|
mkdir -p $@
|
||
|
cp -r $(PORT_DIR)/include/jpeg/* $@/
|
||
|
cp -r $(REP_DIR)/include/jpeg/* $@/
|
||
|
|
||
|
lib/symbols/jpeg:
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
LICENSE:
|
||
|
grep '^LEGAL ISSUES$$' -A57 $(PORT_DIR)/src/lib/jpeg/README > $@
|