summaryrefslogtreecommitdiff
path: root/streamhtmlparser/GNUmakefile
blob: 100d8b27051e75e7de0d425b75556c7cc5ab6dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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: