summaryrefslogtreecommitdiff
path: root/streamhtmlparser/GNUmakefile
blob: 46f93f0ac294d57e7f61faf328d2e5d3fd324572 (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
43
44
TOPDIR = ..

SUBDIRS =

-include $(TOPDIR)/makefiles/gmake/platform.mk

INCLUDE_CFLAGS =

INCLUDE_LDFLAGS = \

INCLUDE_DIRS = \
	-I.

INCLUDE_LIBS =

OBJS = \
	statemachine.o \
	jsparser.o \
	htmlparser.o
	
DYNAMIC_LIB = libstreamhtmlparser.so
DYNAMIC_LIB_MAJOR = 0
DYNAMIC_LIB_MINOR = 0
DYNAMIC_LIB_PATCH = 0

-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: