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/myencoding/Makefile.mk
myencoding_dirs := .
myencoding_objs := $(call MODEST_UTILS_OBJS,myencoding,$(myencoding_dirs))
myencoding_description := work with character encodings, detecting encoding, convert encodings by https://encoding.spec.whatwg.org/
myencoding_dependencies := mycore myport
myencoding_all: $(myencoding_objs)
myencoding_clean:
rm -f $(myencoding_objs)
myencoding_clone:
$(call MODEST_UTILS_HDRS_CLONE,myencoding,$(myencoding_dirs))