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

Makefile.mk « myurl « source - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 079aa5ebee1bbe2d06c6ce58d880fecc2c51582d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
myurl_dirs := .
myurl_objs := $(call MODEST_UTILS_OBJS,myurl,$(myurl_dirs))

myurl_description := URL parser by https://url.spec.whatwg.org/
myurl_dependencies := mycore myport

myurl_all: $(myurl_objs)

myurl_clean: 
	rm -f $(myurl_objs)

myurl_clone: 
	$(call MODEST_UTILS_HDRS_CLONE,myurl,$(myurl_dirs))