genode/repos/libports/recipes/src/pdf_view/content.mk
Emery Hemingway 0de751a1c9 Rename app/mupdf to app/pdf_view, create depot recipes
The name 'mupdf' is both the name of a library and a component, thus
preventing a depot recipes for both the shared library and component.

Fix #2582
2017-11-30 11:23:10 +01:00

11 lines
293 B
Makefile

SRC_DIR := src/app/pdf_view
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: src/lib/mupdf/apps/pdfapp.c src/lib/mupdf/apps/pdfapp.h
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mupdf)
src/lib/mupdf/apps/%: $(PORT_DIR)/src/lib/mupdf/apps/%
mkdir -p $(dir $@)
cp -r $< $@