Packages

A module to decode HTML into a tree, porting all properties of the underlying library myhtml, being fast and correct in regards to the html spec.

Current section

Files

Jump to
myhtmlex c_src myhtml source myport windows_nt Makefile.mk
Raw

c_src/myhtml/source/myport/windows_nt/Makefile.mk

myport_dirs := mycore/. mycore/utils
myport_objs := $(call MODEST_UTILS_OBJS,$(call MyPORT_SELECTED_PORT),$(myport_dirs))
myport_all: $(myport_objs)
myport_clean:
rm -f $(myport_objs)
myport_clone: