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

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