mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
12 lines
222 B
Makefile
12 lines
222 B
Makefile
|
content: include LICENSE
|
||
|
|
||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/egl_api)
|
||
|
|
||
|
include:
|
||
|
mkdir $@
|
||
|
cp -r $(PORT_DIR)/include/* $@
|
||
|
cp -r $(REP_DIR)/include/EGL $@
|
||
|
|
||
|
LICENSE:
|
||
|
grep '\*\*' $(PORT_DIR)/include/EGL/egl.h >$@
|