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

Makefile « flog - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12255af719553745f578543ffeaf1880a6818d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OPTS=-ggdb3 -Wall -Werror
export OPTS

CFLAGS			+= -iquote include
CFLAGS			+= -iquote flog/include
CFLAGS			+= -iquote flog/include/uapi

include $(__nmk_dir)msg.mk

$(eval $(call gen-built-in,src))

flog:
	$(Q) $(MAKE) $(build)=$(obj)/src all
.PHONY: flog

clean-flog:
	$(call msg-gen, $@)
	$(Q) $(MAKE) $(build)=$(obj)/src clean
	$(Q) $(RM) built-in.o
.PHONY: clean-flog

clean: clean-flog
mrproper: clean

test:
	./tests/test00

all-y += flog