mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
64f7a04cec
Issue #2602.
16 lines
345 B
Makefile
16 lines
345 B
Makefile
MIRROR_FROM_REP_DIR := lib/symbols/sdl_mixer lib/import/import-sdl_mixer.mk
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) include LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_mixer)
|
|
|
|
include:
|
|
mkdir -p $@
|
|
cp -r $(PORT_DIR)/include/SDL $@/
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/sdl_mixer/COPYING $@
|