Commit 435f3353 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander Trofimov

Added targets to build shared libraries.

parent 3042fdf2
......@@ -173,10 +173,12 @@ endef
.PHONY : all bin clean
all: bin
all: lib bin
bin: $(X2T) $(HTMLFILEINTERNAL) $(ALLFONTSGEN)
lib: $(PDFWRITER) $(DOCTRENDERER) $(HTMLRENDERER) $(PDFREADER) $(DJVUFILE) $(XPSFILE) $(HTMLFILE) $(UNICODECONVERTER)
$(foreach proj, $(QT_PROJ), $(eval $(call build_proj_tmpl, $(proj))))
#$(X2T): $(X2T_DEP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment