From 96a54896ee453a453b25a9c9e5c6ba8d0caba7cc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 16 Dec 2015 16:03:52 +0100 Subject: Drop 'jsimp' abstraction and use mujs directly. --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6558cb7..b2fc1d9b 100644 --- a/Makefile +++ b/Makefile @@ -102,20 +102,9 @@ GPRF_OBJ := $(subst source/, $(OUT)/, $(addsuffix .o, $(basename $(GPRF_SRC)))) ifeq "$(HAVE_MUJS)" "yes" PDF_OBJ += $(OUT)/pdf/js/pdf-js.o -PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-mu.o THIRD_LIBS += $(MUJS_LIB) LIBS += $(MUJS_LIBS) CFLAGS += $(MUJS_CFLAGS) -else ifeq "$(HAVE_JSCORE)" "yes" -PDF_OBJ += $(OUT)/pdf/js/pdf-js.o -PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-jscore.o -LIBS += $(JSCORE_LIBS) -CFLAGS += $(JSCORE_CFLAGS) -else ifeq "$(HAVE_V8)" "yes" -PDF_OBJ += $(OUT)/pdf/js/pdf-js.o -PDF_OBJ += $(OUT)/pdf/js/pdf-jsimp-cpp.o $(OUT)/pdf/js/pdf-jsimp-v8.o -LIBS += $(V8_LIBS) -CFLAGS += $(V8_CFLAGS) else PDF_OBJ += $(OUT)/pdf/js/pdf-js-none.o endif -- cgit v1.2.3