From ed45f7cb140a508b6f661f75b2c4803686b0e379 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 28 Aug 2011 16:58:26 -0700 Subject: Add crazy (bad) xml parser thing It only works for the Suunto "one xml file per dive" format, not for the libdivecomputer one that just puts many dives in one file. Maybe there is some way for libxml2 to handle concatenated xml files (start again on errors), but I don't know it yet. I need to get stinking drunk before I look at more xml mess. Signed-off-by: Linus Torvalds --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..fea7d03d8 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +parse: parse.c + gcc -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs` -- cgit v1.2.3-70-g09d2