Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.mk « myencoding « source - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6194bc7c2bf04ff35f8ebeed190bd814cdc9b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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))