]> mj.ucw.cz Git - leo.git/blobdiff - Makefile
Support for reading of shape files (partial)
[leo.git] / Makefile
index 22214549483ecdccfd6fe42307691bf60325df97..447963c78ef6fc15b7f18250d6fa1fe90ce784ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ include $(BUILDSYS)/Maketop
 PROGS+=$(o)/leo
 CFLAGS+=$(LIBUCW_CFLAGS)
 
-LEO_MODULES=leo xml osm svg svg-icon css-parse css-lex style css dict sym sym-point sym-line sym-text map shp
+LEO_MODULES=leo xml osm svg svg-icon css-parse css-lex style css dict sym sym-point sym-line sym-text map shp fixed
 LEO_OBJECTS=$(addprefix $(o)/, $(addsuffix .o, $(LEO_MODULES)))
 $(o)/leo: $(LEO_OBJECTS)
 
@@ -42,10 +42,10 @@ install:
 endif
 .PHONY: install
 
-#output.svg: leo dump.osm poskole.css
-#      ./leo
-#
-#output.pdf: output.svg
-#      inkscape --export-pdf=output.pdf output.svg
+output.svg: $(o)/leo dump.osm poskole.css
+       $(o)/leo
+
+output.pdf: output.svg
+       inkscape --export-pdf=output.pdf output.svg
 
 include $(BUILDSYS)/Makebottom