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.
Retired package: Release invalid
Current section
Files
Jump to
Current section
Files
c_src/myhtml/source/mycore/Makefile.mk
mycore_dirs := . utils
mycore_objs := $(call MODEST_UTILS_OBJS,mycore,$(mycore_dirs))
mycore_description := base module, it is used by all other modules
mycore_dependencies :=
mycore_all: $(mycore_objs)
mycore_clean:
rm -f $(mycore_objs)
mycore_clone:
$(call MODEST_UTILS_HDRS_CLONE,mycore,$(mycore_dirs))