mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
db18fc42fe
issue #3537
17 lines
354 B
Makefile
17 lines
354 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/* $@/
|
|
cp -r $(PORT_DIR)/include/generic $@/
|
|
cp -r $(PORT_DIR)/include/arm $@/
|
|
cp -r $(PORT_DIR)/include/x86 $@/
|
|
|
|
lib/symbols/mpfr:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/mpfr/COPYING $@
|