summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-25 20:29:47 +0100
committerRobin Watts <robin@ghostscript.com>2011-04-25 19:48:00 +0000
commit1aa36eb18c490095e3bc6d3ee271f697055402e7 (patch)
tree97c923657b713ab6be5291f07ea71edea21480fe /Makefile
parenta45ae4ceb7bd8cbcd2f6d2ed608e8451f6b9dd9a (diff)
downloadmupdf-1aa36eb18c490095e3bc6d3ee271f697055402e7.tar.xz
Add libs target, and webos OS settings.
Add libs (to allow for building of libraries without apps, such as will be required for the WebOS bindings). Add 2 webos OS setups to the Makerules file to match the 2 default webos configurations used in the PDK.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6871dbe9..0e61a9eb 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,9 @@ $(FITZ_LIB) : $(addprefix $(OUT)/, $(FITZ_SRC:%.c=%.o))
$(MUPDF_LIB) : $(addprefix $(OUT)/, $(MUPDF_SRC:%.c=%.o))
$(MUXPS_LIB) : $(addprefix $(OUT)/, $(MUXPS_SRC:%.c=%.o))
+libs: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(THIRD_LIBS)
+ @ echo MuPDF/XPS and underlying libraries built
+
# --- Generated CMAP and FONT files ---
CMAPDUMP := $(OUT)/cmapdump