summaryrefslogtreecommitdiff
path: root/streamhtmlparser/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
commit54cce110784d33d658b5f78286a98bee244a9eeb (patch)
tree9c4d998343e7dc88323ae8ef6d5a04c6b958df9c /streamhtmlparser/GNUmakefile
parentfcb682cb1955d362390665330fdf476cab7dc10b (diff)
downloadcrawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.gz
crawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.bz2
added streamhtmlparser
Diffstat (limited to 'streamhtmlparser/GNUmakefile')
-rw-r--r--streamhtmlparser/GNUmakefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/streamhtmlparser/GNUmakefile b/streamhtmlparser/GNUmakefile
new file mode 100644
index 0000000..100d8b2
--- /dev/null
+++ b/streamhtmlparser/GNUmakefile
@@ -0,0 +1,42 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+-include $(TOPDIR)/makefiles/gmake/platform.mk
+
+INCLUDE_CFLAGS =
+
+INCLUDE_LDFLAGS = \
+
+INCLUDE_DIRS = \
+ -Iinclude
+
+INCLUDE_LIBS =
+
+OBJS = \
+ statemachine.o \
+ jsparser.o \
+ htmlparser.o
+
+STATIC_LIB = \
+ libstreamhtmlparser.a
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+%.h: %.config
+ python2 tools/generate_fsm.py $< > $@
+
+htmlparser_fsm.h: htmlparser_fsm.config
+jsparser_fsm.h: jsparser_fsm.config
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_install:
+
+local_uninstall:
+
+local_test: