mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
14 lines
245 B
Makefile
14 lines
245 B
Makefile
|
content: include lib/symbols/mpfr LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mpfr)
|
||
|
|
||
|
include:
|
||
|
mkdir $@
|
||
|
cp -r $(PORT_DIR)/include/mpfr/* $@/
|
||
|
|
||
|
lib/symbols/mpfr:
|
||
|
$(mirror_from_rep_dir)
|
||
|
|
||
|
LICENSE:
|
||
|
cp $(PORT_DIR)/src/lib/mpfr/COPYING $@
|