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: